finalcut/src
Markus Gans f7a75247ef struct widget_flags is now a public type 2018-11-04 23:12:41 +01:00
..
include/final struct widget_flags is now a public type 2018-11-04 23:12:41 +01:00
Makefile.am Moved FTerm debug access methods to FTermDebugData 2018-11-02 01:17:57 +01:00
Makefile.clang Building Fix for a negative value check for gcc < 4.8 2018-10-26 07:43:23 +02:00
Makefile.gcc change from int to std::size_t for width or height 2018-10-14 06:25:33 +02:00
fapplication.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
fbutton.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
fbuttongroup.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
fcheckbox.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
fcheckmenuitem.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
fcolorpalette.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
fdialog.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
fdialoglistmenu.cpp Small code fixes 2018-10-22 01:26:24 +02:00
fevent.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
ffiledialog.cpp change from int to std::size_t for width or height 2018-10-14 06:25:33 +02:00
fkey_map.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
fkeyboard.cpp change from int to std::size_t for width or height 2018-10-14 06:25:33 +02:00
flabel.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
flineedit.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
flistbox.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
flistview.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
fmenu.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
fmenubar.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
fmenuitem.cpp createBlankArray + destroyBlankArray 2018-10-20 22:50:35 +02:00
fmenulist.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
fmessagebox.cpp Changed more variables from int to std::size_t 2018-10-17 22:12:52 +02:00
fmouse.cpp change from int to std::size_t for width or height 2018-10-14 06:25:33 +02:00
fobject.cpp Move time event processing from FApplication to FObject 2018-09-27 03:02:07 +02:00
foptiattr.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
foptimove.cpp Add the file faq.md 2018-11-01 00:49:13 +01:00
fpoint.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
fprogressbar.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
fradiobutton.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
fradiomenuitem.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
frect.cpp change from int to std::size_t for width or height 2018-10-14 06:25:33 +02:00
fscrollbar.cpp change from int to std::size_t for width or height 2018-10-14 06:25:33 +02:00
fscrollview.cpp Changed more variables from int to std::size_t 2018-10-17 22:12:52 +02:00
fstatusbar.cpp createBlankArray + destroyBlankArray 2018-10-20 22:50:35 +02:00
fstring.cpp Adding the capacity() method to the FString class 2018-10-27 00:13:31 +02:00
fswitch.cpp Changed more variables from int to std::size_t 2018-10-17 22:12:52 +02:00
fterm.cpp Moved FTerm debug access methods to FTermDebugData 2018-11-01 21:29:54 +01:00
ftermbuffer.cpp Fix va_start format passing 2018-10-05 05:35:33 +02:00
ftermcap.cpp Moved FTerm debug access methods to FTermDebugData 2018-11-01 21:29:54 +01:00
ftermcapquirks.cpp Moved FTerm debug access methods to FTermDebugData 2018-11-01 21:29:54 +01:00
ftermdetection.cpp Moved FTerm debug access methods to FTermDebugData 2018-11-01 21:29:54 +01:00
ftermfreebsd.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
ftermios.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
ftermlinux.cpp Small code fixes 2018-10-22 01:26:24 +02:00
ftermopenbsd.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
ftermxterminal.cpp FString fix for 32-bit architectures 2018-10-15 01:34:57 +02:00
ftextview.cpp Some code formatting 2018-10-24 00:16:45 +02:00
ftogglebutton.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
ftooltip.cpp FTerm is now a data member of FVTerm 2018-10-29 00:45:45 +01:00
fvterm.cpp New method rgb2ColorIndex() to converts a 24-bit RGB color to a 256-color compatible approximation 2018-11-03 01:32:51 +01:00
fwidget.cpp struct widget_flags is now a public type 2018-11-04 23:12:41 +01:00
fwidgetcolors.cpp The entire library source code is now encapsulated under the namespace finalcut 2018-09-20 23:59:01 +02:00
fwindow.cpp The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00