finalcut/src
Markus Gans 5a077e73c4 Fixes wrong maximum line width in FListView 2017-09-03 18:32:43 +02:00
..
fonts Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
Makefile.am Rename fapp.{cpp,h} to fapplication.{cpp,h} 2017-08-24 00:47:35 +02:00
Makefile.clang Rename fapp.{cpp,h} to fapplication.{cpp,h} 2017-08-24 00:47:35 +02:00
Makefile.gcc Rename fapp.{cpp,h} to fapplication.{cpp,h} 2017-08-24 00:47:35 +02:00
Makefile.in Rename fapp.{cpp,h} to fapplication.{cpp,h} 2017-08-24 00:47:35 +02:00
fapplication.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fapplication.h Rename fapp.{cpp,h} to fapplication.{cpp,h} 2017-08-24 00:47:35 +02:00
fbutton.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fbutton.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fbuttongroup.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fbuttongroup.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fc.h Advanced streaming functionality for FTermBuffer and FVTerm::print() 2017-08-06 17:02:19 +02:00
fcharmap.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fcheckbox.cpp Skipping the print of characters without changes 2016-12-18 23:34:11 +01:00
fcheckbox.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fcheckmenuitem.cpp More constant character pointers 2017-03-17 22:59:06 +01:00
fcheckmenuitem.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fconfig.h Avoid non-working tab-moves on Linux terminals with PC or VT100 encoding 2016-12-27 23:03:32 +01:00
fdialog.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fdialog.h The focus and active flag is set centrally in FWidget 2017-06-05 16:11:25 +02:00
fdialoglistmenu.cpp More constant character pointers 2017-03-17 22:59:06 +01:00
fdialoglistmenu.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fevent.cpp Replacing the widget position variables by FRect objects 2016-09-25 23:53:48 +02:00
fevent.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
ffiledialog.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
ffiledialog.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
final.h Rename fapp.{cpp,h} to fapplication.{cpp,h} 2017-08-24 00:47:35 +02:00
fkey_map.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
flabel.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
flabel.h Possibility for a FListView column to set the alignment 2017-07-28 22:18:42 +02:00
flineedit.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
flineedit.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
flistbox.cpp Fixes wrong maximum line width in FListView 2017-09-03 18:32:43 +02:00
flistbox.h New methods to set and get FListViewItem and FListView text for a column 2017-08-01 00:56:12 +02:00
flistview.cpp Fixes wrong maximum line width in FListView 2017-09-03 18:32:43 +02:00
flistview.h Fixes wrong maximum line width in FListView 2017-09-03 18:32:43 +02:00
fmenu.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fmenu.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fmenubar.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fmenubar.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fmenuitem.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fmenuitem.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fmenulist.cpp The class declaration now has a consistent order 2016-11-02 00:37:58 +01:00
fmenulist.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fmessagebox.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fmessagebox.h Some code improvements 2017-08-12 20:10:27 +02:00
fobject.cpp Add some bad allocation checks 2017-08-12 22:55:29 +02:00
fobject.h Rename fapp.{cpp,h} to fapplication.{cpp,h} 2017-08-24 00:47:35 +02:00
foptiattr.cpp Fixes wrong maximum line width in FListView 2017-09-03 18:32:43 +02:00
foptiattr.h Screen characters got a union structure for a faster attribute compare operation 2017-08-20 17:30:30 +02:00
foptimove.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
foptimove.h Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fpoint.cpp The class declaration now has a consistent order 2016-11-02 00:37:58 +01:00
fpoint.h Some code changes for GCC 7 2017-08-11 10:50:39 +02:00
fprogressbar.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fprogressbar.h The focus and active flag is set centrally in FWidget 2017-06-05 16:11:25 +02:00
fradiobutton.cpp Rename fapp.{cpp,h} to fapplication.{cpp,h} 2017-08-24 00:47:35 +02:00
fradiobutton.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fradiomenuitem.cpp Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fradiomenuitem.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
frect.cpp Fixes wrong maximum line width in FListView 2017-09-03 18:32:43 +02:00
frect.h Some code changes for GCC 7 2017-08-11 10:50:39 +02:00
fscrollbar.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fscrollbar.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fscrollview.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fscrollview.h Some code improvements 2017-08-12 20:10:27 +02:00
fstatusbar.cpp Fixes wrong maximum line width in FListView 2017-09-03 18:32:43 +02:00
fstatusbar.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fstring.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fstring.h The focus and active flag is set centrally in FWidget 2017-06-05 16:11:25 +02:00
fswitch.cpp Looking in /etc/ttys for the type of terminal 2017-04-08 02:40:22 +02:00
fswitch.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
ftcap_map.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fterm.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fterm.h Some code improvements 2017-08-12 20:10:27 +02:00
ftermbuffer.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
ftermbuffer.h Advanced streaming functionality for FTermBuffer and FVTerm::print() 2017-08-06 17:02:19 +02:00
ftermcap.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
ftextview.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
ftextview.h Rename fapp.{cpp,h} to fapplication.{cpp,h} 2017-08-24 00:47:35 +02:00
ftogglebutton.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
ftogglebutton.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
ftooltip.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
ftooltip.h Rename preprocessor macro names with leading underscore 2017-04-09 20:08:53 +02:00
fvterm.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fvterm.h Screen characters got a union structure for a faster attribute compare operation 2017-08-20 17:30:30 +02:00
fwidget.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fwidget.h New method FObject::isWidget() 2017-06-11 17:47:50 +02:00
fwindow.cpp Improve code readability through spaces between the operands and the operators 2017-08-27 09:50:30 +02:00
fwindow.h Some code improvements 2017-08-12 20:10:27 +02:00