finalcut/src
Markus Gans 3bf9713d23 More direct static access 2021-06-27 00:30:21 +02:00
..
include/final More direct static access 2021-06-27 00:30:21 +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 Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
fbusyindicator.cpp Refactoring to scaled enumerations 2020-12-31 20:45:10 +01:00
fbutton.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
fbuttongroup.cpp FString internally changed from wchar_t* to std::wstring 2021-05-30 23:52:03 +02:00
fcallback.cpp Using smart pointers for global objects 2020-12-03 10:43:20 +01:00
fcharmap.cpp Global non-constant variables are now encapsulated in classes 2021-06-26 23:49:16 +02: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 Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
fcombobox.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
fdata.cpp Using smart pointers for global objects 2020-12-03 10:43:20 +01:00
fdialog.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +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 Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
fkey_map.cpp Global non-constant variables are now encapsulated in classes 2021-06-26 23:49:16 +02:00
fkeyboard.cpp More direct static access 2021-06-27 00:30:21 +02:00
flabel.cpp Bug fixing in FString and FTermDetection 2021-06-06 00:07:39 +02:00
flineedit.cpp Code optimization at widget focus 2021-04-27 11:51:53 +02:00
flistbox.cpp FString internally changed from wchar_t* to std::wstring 2021-05-30 23:52:03 +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 FString internally changed from wchar_t* to std::wstring 2021-05-30 23:52:03 +02:00
fmouse.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
fobject.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
foptiattr.cpp Global non-constant variables are now encapsulated in classes 2021-06-26 23:49:16 +02:00
foptimove.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +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 Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
fstatusbar.cpp Fixes Linux console bug from February 20, 2021 2021-04-30 00:28:05 +02:00
fstring.cpp Bug fixing in FString and FTermDetection 2021-06-06 00:07:39 +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 Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
fsystemimpl.cpp Use of default destructors 2020-11-24 21:06:39 +01:00
fterm.cpp More direct static access 2021-06-27 00:30:21 +02:00
fterm_functions.cpp More direct static access 2021-06-27 00:30:21 +02:00
ftermbuffer.cpp Some FString optimizations 2021-06-03 16:08:36 +02:00
ftermcap.cpp More direct static access 2021-06-27 00:30:21 +02:00
ftermcapquirks.cpp More direct static access 2021-06-27 00:30:21 +02:00
ftermdebugdata.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
ftermdetection.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
ftermfreebsd.cpp More direct static access 2021-06-27 00:30:21 +02:00
ftermios.cpp Use of default destructors 2020-11-24 21:06:39 +01:00
ftermlinux.cpp More direct static access 2021-06-27 00:30:21 +02:00
ftermopenbsd.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
ftermxterminal.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
ftextview.cpp Bug fixing in FString and FTermDetection 2021-06-06 00:07:39 +02:00
ftogglebutton.cpp FString internally changed from wchar_t* to std::wstring 2021-05-30 23:52:03 +02:00
ftooltip.cpp Global non-constant variables are now encapsulated in classes 2021-06-26 23:49:16 +02:00
fvterm.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +02:00
fwidget.cpp Moving the creator methods from FTerm to its own class 2021-06-19 23:05:18 +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 Using std::string for the attribute buffer 2021-05-24 21:13:10 +02:00