finalcut/src
Markus Gans d3f5979873 Segmentation fault fix 2016-07-28 01:04:27 +02:00
..
fonts small shell script improvements 2016-04-02 18:35:34 +02:00
Makefile.am Add the new class FDialogListMenu to switch between dialog menus 2016-07-03 20:08:39 +02:00
Makefile.clang Fix: Dereference of null pointer in FOptiAttr 2016-07-24 13:51:36 +02:00
Makefile.gcc Add the new class FDialogListMenu to switch between dialog menus 2016-07-03 20:08:39 +02:00
Makefile.in Add the new class FDialogListMenu to switch between dialog menus 2016-07-03 20:08:39 +02:00
fapp.cpp Improvements for the window focus 2016-07-25 23:50:57 +02:00
fapp.h Improvements for the window focus 2016-07-25 23:50:57 +02:00
fbutton.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fbutton.h Moving widget flags into the class fc 2016-01-24 14:53:09 +01:00
fbuttongroup.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fbuttongroup.h Simplify default arguments 2015-09-27 16:45:28 +02:00
fcharmap.h New class FOptiAttr to control video attributes and colors 2016-01-08 01:00:05 +01:00
fcheckbox.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fcheckbox.h Simplify default arguments 2015-09-27 16:45:28 +02:00
fcheckmenuitem.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fcheckmenuitem.h Add new classes FCheckMenuItem and FRadioMenuItem 2015-11-15 19:46:33 +01:00
fconfig.h TODO update 2016-02-07 22:02:38 +01:00
fdialog.cpp Segmentation fault fix 2016-07-28 01:04:27 +02:00
fdialog.h Improvements for the window focus 2016-07-27 04:55:10 +02:00
fdialoglistmenu.cpp Adding a dialog list with the entries in the chronological order of the generation 2016-07-14 23:55:22 +02:00
fdialoglistmenu.h Add the new class FDialogListMenu to switch between dialog menus 2016-07-03 20:08:39 +02:00
fenum.h Add a modifier key correction for the linux tty 2016-07-23 19:50:28 +02:00
fevent.cpp moving events into the class fc 2016-01-17 02:57:08 +01:00
fevent.h Bug fix in FTerm updateVTerm() for updates from vdesktop 2016-06-16 00:39:01 +02:00
ffiledialog.cpp Remove obsolete code from FDialog destructor 2016-07-10 00:23:39 +02:00
ffiledialog.h New class FOptiAttr to control video attributes and colors 2016-01-08 01:00:05 +01:00
final.h Add the new class FDialogListMenu to switch between dialog menus 2016-07-03 20:08:39 +02:00
fkey_map.h Fix: Dereference of null pointer in FOptiAttr 2016-07-24 13:51:36 +02:00
flabel.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
flabel.h moving events into the class fc 2016-01-17 02:57:08 +01:00
flineedit.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
flineedit.h Moving widget flags into the class fc 2016-01-24 14:53:09 +01:00
flistbox.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
flistbox.h Moving widget flags into the class fc 2016-01-24 14:53:09 +01:00
fmenu.cpp Segmentation fault fix 2016-07-28 01:04:27 +02:00
fmenu.h Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fmenubar.cpp Remove callbacks and accelerator keys from FDialogListMenu on closing a dialog window 2016-07-24 20:18:23 +02:00
fmenubar.h Add the new class FDialogListMenu to switch between dialog menus 2016-07-03 20:08:39 +02:00
fmenuitem.cpp Improvements for the window focus 2016-07-25 23:50:57 +02:00
fmenuitem.h Remove callbacks and accelerator keys from FDialogListMenu on closing a dialog window 2016-07-24 20:18:23 +02:00
fmenulist.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fmenulist.h Optimize menu example 2015-12-18 21:48:27 +01:00
fmessagebox.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fmessagebox.h New class FOptiAttr to control video attributes and colors 2016-01-08 01:00:05 +01:00
fobject.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fobject.h Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
foptiattr.cpp Fix: Dereference of null pointer in FOptiAttr 2016-07-24 13:51:36 +02:00
foptiattr.h Better escape sequences readability 2016-01-31 21:06:29 +01:00
foptimove.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
foptimove.h New class FOptiAttr to control video attributes and colors 2016-01-08 01:00:05 +01:00
fpoint.cpp Add an inheritance diagram in every class header 2015-09-25 21:37:19 +02:00
fpoint.h Add an inheritance diagram in every class header 2015-09-25 21:37:19 +02:00
fprogressbar.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fprogressbar.h Moving widget flags into the class fc 2016-01-24 14:53:09 +01:00
fradiobutton.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fradiobutton.h Simplify default arguments 2015-09-27 16:45:28 +02:00
fradiomenuitem.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fradiomenuitem.h Add new classes FCheckMenuItem and FRadioMenuItem 2015-11-15 19:46:33 +01:00
frect.cpp coding style 2015-10-10 04:01:22 +02:00
frect.h Add methods getPos and setPos to FRect and FWidget 2015-09-27 16:00:13 +02:00
fscrollbar.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fscrollbar.h Simplify default arguments 2015-09-27 16:45:28 +02:00
fstatusbar.cpp Segmentation fault fix 2016-07-28 01:04:27 +02:00
fstatusbar.h Improve adjustSize() 2016-05-16 21:11:32 +02:00
fstring.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fstring.h Use nl_langinfo to determine the numeric thousands separator 2016-05-24 22:30:01 +02:00
fswitch.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
fswitch.h Simplify default arguments 2015-09-27 16:45:28 +02:00
ftcap_map.h Better default color handling 2016-01-10 00:56:52 +01:00
fterm.cpp Add a modifier key correction for the linux tty 2016-07-23 19:50:28 +02:00
fterm.h Add a modifier key correction for the linux tty 2016-07-23 19:50:28 +02:00
ftextview.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
ftextview.h Simplify default arguments 2015-09-27 16:45:28 +02:00
ftogglebutton.cpp Better code readability: control structures (if/else, while, switch) are now separated by a blank line. 2016-07-09 00:01:59 +02:00
ftogglebutton.h activate the menu with ctrl+space 2015-12-21 18:48:38 +01:00
fwidget.cpp Segmentation fault fix 2016-07-28 01:04:27 +02:00
fwidget.h Adding a dialog list with the entries in the chronological order of the generation 2016-07-14 23:55:22 +02:00
fwindow.cpp Widget focus at window change 2016-07-28 00:06:32 +02:00
fwindow.h Improvements for the window focus 2016-07-27 04:55:10 +02:00