finalcut/src
Markus Gans 44cb96e732 incorrect parameter can now return an error message 2016-08-28 22:43:14 +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 incorrect parameter can now return an error message 2016-08-28 22:43:14 +02:00
fapp.h incorrect parameter can now return an error message 2016-08-28 22:43:14 +02:00
fbutton.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
fbutton.h Moving widget flags into the class fc 2016-01-24 14:53:09 +01:00
fbuttongroup.cpp Fix: Dereference of null pointer in FButtonGroup 2016-08-21 22:47:45 +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 widget clearing updates now only non-covered characters 2016-08-06 21:43:39 +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 incorrect parameter can now return an error message 2016-08-28 22:43:14 +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 Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +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 Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
flabel.h moving events into the class fc 2016-01-17 02:57:08 +01:00
flineedit.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
flineedit.h Moving widget flags into the class fc 2016-01-24 14:53:09 +01:00
flistbox.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
flistbox.h Moving widget flags into the class fc 2016-01-24 14:53:09 +01:00
fmenu.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +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 Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
fmenubar.h Add the new class FDialogListMenu to switch between dialog menus 2016-07-03 20:08:39 +02:00
fmenuitem.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
fmenuitem.h Remove dialog list item callback from the associated dialog window 2016-07-30 23:00:37 +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 Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
fmessagebox.h New class FOptiAttr to control video attributes and colors 2016-01-08 01:00:05 +01:00
fobject.cpp Improvements for the window focus 2016-07-28 23:38:17 +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 Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
foptiattr.h new inherit background option for characters 2016-08-27 23:23:42 +02: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 Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
fprogressbar.h Moving widget flags into the class fc 2016-01-24 14:53:09 +01:00
fradiobutton.cpp widget clearing updates now only non-covered characters 2016-08-06 21:43:39 +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 Fix method setPos in the class FRect 2016-07-31 20:25:25 +02:00
frect.h Add methods getPos and setPos to FRect and FWidget 2015-09-27 16:00:13 +02:00
fscrollbar.cpp widget clearing updates now only non-covered characters 2016-08-06 21:43:39 +02:00
fscrollbar.h Simplify default arguments 2015-09-27 16:45:28 +02:00
fstatusbar.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
fstatusbar.h Improve adjustSize() 2016-05-16 21:11:32 +02:00
fstring.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
fstring.h Use nl_langinfo to determine the numeric thousands separator 2016-05-24 22:30:01 +02:00
fswitch.cpp widget clearing updates now only non-covered characters 2016-08-06 21:43:39 +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 incorrect parameter can now return an error message 2016-08-28 22:43:14 +02:00
fterm.h incorrect parameter can now return an error message 2016-08-28 22:43:14 +02:00
ftextview.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
ftextview.h Simplify default arguments 2015-09-27 16:45:28 +02:00
ftogglebutton.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
ftogglebutton.h activate the menu with ctrl+space 2015-12-21 18:48:38 +01:00
fwidget.cpp new inherit background option for characters 2016-08-27 23:23:42 +02:00
fwidget.h new inherit background option for characters 2016-08-27 23:23:42 +02:00
fwindow.cpp Add a transparent example program + improve transparent shadow 2016-08-21 21:27:44 +02:00
fwindow.h Improvements for the window focus 2016-07-27 04:55:10 +02:00