finalcut/src
Markus Gans eacc857143 Added SECURITY.md 2021-05-15 12:29:58 +02:00
..
include/final Prevent duplicate widget in the close widget list 2021-05-13 13:17:03 +02:00
Makefile.am Fixes the detection of the terminal size after a SIGWINCH signal 2021-04-21 23:46:45 +02:00
Makefile.clang development release 0.7.2 2021-02-28 14:23:14 +01:00
Makefile.gcc development release 0.7.2 2021-02-28 14:23:14 +01:00
fapplication.cpp More const references 2021-05-09 21:03:59 +02:00
fbusyindicator.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fbutton.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
fbuttongroup.cpp Implementation of an own padding print method for sending control codes to the terminal 2021-03-10 00:26:22 +01:00
fcallback.cpp Using smart pointers for global objects 2020-12-03 10:43:20 +01:00
fcharmap.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fcheckbox.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fcheckmenuitem.cpp Use of default destructors 2020-11-24 21:06:39 +01:00
fcolorpalette.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fcombobox.cpp Some pointers were replaced by references 2021-05-07 23:17:23 +02:00
fdata.cpp Using smart pointers for global objects 2020-12-03 10:43:20 +01:00
fdialog.cpp Some pointers were replaced by references 2021-05-07 23:17:23 +02:00
fdialoglistmenu.cpp Use of default destructors 2020-11-24 21:06:39 +01:00
fevent.cpp Implementation of an own padding print method for sending control codes to the terminal 2021-03-10 00:26:22 +01:00
ffiledialog.cpp Implementation of an own padding print method for sending control codes to the terminal 2021-03-10 00:26:22 +01:00
fkey_map.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fkeyboard.cpp Some pointers were replaced by references 2021-05-07 23:17:23 +02:00
flabel.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
flineedit.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
flistbox.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
flistview.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
flog.cpp Bugfix for sending multiple SIGWINCH signals from gnome-terminal under Wayland 2021-05-02 23:50:00 +02:00
flogger.cpp Fixes Linux console bug from February 20, 2021 2021-04-30 00:28:05 +02:00
fmenu.cpp No refreshing of the terminal during resizing of a dialog 2021-03-30 15:20:36 +02:00
fmenubar.cpp little code improvement 2021-03-18 18:42:21 +01:00
fmenuitem.cpp No refreshing of the terminal during resizing of a dialog 2021-03-30 15:20:36 +02:00
fmenulist.cpp New data wrapper class FData and minor text changes 2020-07-08 21:32:47 +02:00
fmessagebox.cpp No refreshing of the terminal during resizing of a dialog 2021-03-30 15:20:36 +02:00
fmouse.cpp Implementation of an own padding print method for sending control codes to the terminal 2021-03-10 00:26:22 +01:00
fobject.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
foptiattr.cpp Implementation of an own padding print method for sending control codes to the terminal 2021-03-10 00:26:22 +01:00
foptimove.cpp No refreshing of the terminal during resizing of a dialog 2021-03-30 15:20:36 +02:00
fpoint.cpp Use of default destructors 2020-11-24 21:06:39 +01:00
fprogressbar.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fradiobutton.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fradiomenuitem.cpp Use of default destructors 2020-11-24 21:06:39 +01:00
frect.cpp Fixed: build with gcc < 5.5 2020-12-05 21:24:09 +01:00
fscrollbar.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
fscrollview.cpp Decoupling the FWidget and FWindow classes from FVTerm 2021-04-18 15:05:55 +02:00
fsize.cpp Implementation of an own padding print method for sending control codes to the terminal 2021-03-10 00:26:22 +01:00
fspinbox.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
fstartoptions.cpp Some pointers were replaced by references 2021-05-07 23:17:23 +02:00
fstatusbar.cpp Fixes Linux console bug from February 20, 2021 2021-04-30 00:28:05 +02:00
fstring.cpp Small code improvements 2021-03-31 23:03:05 +02:00
fstringstream.cpp Using smart pointers for global objects 2020-12-03 10:43:20 +01:00
fswitch.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fsystem.cpp Use of default destructors 2020-11-24 21:06:39 +01:00
fsystemimpl.cpp Use of default destructors 2020-11-24 21:06:39 +01:00
fterm.cpp More const references 2021-05-09 21:03:59 +02:00
fterm_functions.cpp Minor code improvements 2021-04-05 21:20:02 +02:00
ftermbuffer.cpp Optimize terminal output buffer queue with differencing for strings, and control characters and control sequences 2021-02-20 11:29:52 +01:00
ftermcap.cpp More const references 2021-05-09 21:03:59 +02:00
ftermcapquirks.cpp More const references 2021-05-09 21:03:59 +02:00
ftermdebugdata.cpp Some pointers were replaced by references 2021-05-07 23:17:23 +02:00
ftermdetection.cpp More const references 2021-05-09 21:03:59 +02:00
ftermfreebsd.cpp Some pointers were replaced by references 2021-05-07 23:17:23 +02:00
ftermios.cpp Use of default destructors 2020-11-24 21:06:39 +01:00
ftermlinux.cpp More const references 2021-05-09 21:03:59 +02:00
ftermopenbsd.cpp Small fixes 2020-12-06 02:11:54 +01:00
ftermxterminal.cpp More const references 2021-05-09 21:03:59 +02:00
ftextview.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
ftogglebutton.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
ftooltip.cpp No refreshing of the terminal during resizing of a dialog 2021-03-30 15:20:36 +02:00
fvterm.cpp More const references 2021-05-09 21:03:59 +02:00
fwidget.cpp Prevent duplicate widget in the close widget list 2021-05-13 13:17:03 +02:00
fwidget_functions.cpp Added SECURITY.md 2021-05-15 12:29:58 +02:00
fwidgetcolors.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fwindow.cpp Fixes the detection of the terminal size after a SIGWINCH signal 2021-04-21 23:46:45 +02:00
sgr_optimizer.cpp Use of default destructors 2020-11-24 21:06:39 +01:00