fltk/src
Albrecht Schlosser aafcaaef7d Remove unnecessary inclusion of config_lib.h
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12963 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-06-22 08:35:05 +00:00
..
drivers Android: roughly fixed Fl::grab() to make menus easier to navigate 2018-06-21 18:14:13 +00:00
xutf8 Remove unnecessary inclusion of config_lib.h 2018-06-22 08:35:05 +00:00
CMakeLists.txt Windows: Disable dynamic linking/loading of winsock dll. 2018-06-19 09:30:37 +00:00
Fl.cxx Slightly improve the doc of Fl::reset_marked_text(). 2018-05-24 11:21:27 +00:00
Fl_Adjuster.cxx Jenkins fixed 2012-04-30 23:18:28 +00:00
Fl_BMP_Image.cxx Remove a bunch of unnecessary #include <config.h> directives 2016-03-27 17:37:07 +00:00
Fl_Bitmap.cxx Remove a bunch of useless #include <FL/Fl_Printer.H> statements. 2018-05-09 12:27:38 +00:00
Fl_Box.cxx STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes. 2012-07-24 04:37:22 +00:00
Fl_Browser.cxx Fixes STR# 3388, format_char(0) can cause array overruns/garbage characters. 2017-10-18 15:48:29 +00:00
Fl_Browser_.cxx Fixed small doxygen inconsistencies for do_callback value. 2017-09-13 21:56:49 +00:00
Fl_Browser_load.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Button.cxx Update docs related to buttons and update Fl_Check_Button.png. 2014-10-19 20:17:17 +00:00
Fl_Chart.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Check_Browser.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Check_Button.cxx Update docs related to buttons and update Fl_Check_Button.png. 2014-10-19 20:17:17 +00:00
Fl_Choice.cxx Bringing over fix [r11907] from 1.3 current to the porting branch. 2016-08-30 19:16:50 +00:00
Fl_Clock.cxx Allow to disable shadows in Fl_Clock and derived widgets. 2017-05-15 15:30:52 +00:00
Fl_Color_Chooser.cxx Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
Fl_Copy_Surface.cxx Document the constructor and destructor of class Fl_Copy_Surface. 2018-05-24 13:08:55 +00:00
Fl_Counter.cxx STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes. 2012-07-24 04:37:22 +00:00
Fl_Device.cxx Comments only: update the header part of the file 2018-05-14 14:52:23 +00:00
Fl_Dial.cxx Remove unnecessary Fl_Widget_Tracker from Fl_Dial's handle(). 2017-06-29 01:13:05 +00:00
Fl_Double_Window.cxx Remove public member function Fl_Window_Driver *Fl_Window::driver() so class Fl_Window_Driver is not in FLTK public API. 2018-05-12 09:36:36 +00:00
Fl_File_Browser.cxx Add one more argument to virtual Fl_System_Driver::file_browser_load_filesystem() giving length of the filename argument 2016-10-19 08:40:41 +00:00
Fl_File_Chooser.cxx Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
Fl_File_Chooser.fl Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
Fl_File_Chooser2.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
Fl_File_Icon.cxx Add missing function fl_define_FL_ICON_LABEL() (STR #3468). 2018-05-01 09:37:03 +00:00
Fl_File_Icon2.cxx Replace remaining calls to getenv() with fl_getenv(). 2017-10-13 14:58:30 +00:00
Fl_File_Input.cxx Rewrite Fl_File_Input.cxx under the driver model. 2016-04-10 18:36:47 +00:00
Fl_GIF_Image.cxx Minor documentation fixes. 2015-06-14 17:07:31 +00:00
Fl_Gl_Choice.H Add GLContext to the set of platform-dependent types defined in FL/platform_types.h 2016-05-13 06:45:40 +00:00
Fl_Gl_Choice.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_Gl_Device_Plugin.cxx Simplify Fl_Gl_Device_Plugin::print() using the Fl_Image::scale() member function. 2018-05-04 16:06:08 +00:00
Fl_Gl_Overlay.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
Fl_Gl_Window.cxx MacOS: have Fl_OpenGL_Display_Device::capture_gl_rectangle() capture also the overlay of GL windows. 2018-05-30 20:20:47 +00:00
Fl_Graphics_Driver.cxx Fl_Scalable_Graphics_Driver::rect(): don't draw a rectangle if w or h is negative 2018-05-13 07:42:44 +00:00
Fl_Group.cxx Remove unnecessary dependency on FL/Fl_Rect.H. 2018-04-12 12:58:10 +00:00
Fl_Help_Dialog.cxx Remove unnecessary #include files from Fl_Help_View.H 2017-08-18 15:46:20 +00:00
Fl_Help_Dialog.fl Update fluid (.fl) files. 2018-05-01 10:58:16 +00:00
Fl_Help_Dialog_Dox.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Help_View.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_Image.cxx Remove a bunch of useless #include <FL/Fl_Printer.H> statements. 2018-05-09 12:27:38 +00:00
Fl_Image_Surface.cxx Rewrite static function Fl_Image_Surface::rescale(Fl_Image_Surface*&) as member function Fl_Image_Surface::rescale(). 2018-05-25 04:36:49 +00:00
Fl_Input.cxx Android: on-screen keyboard no longer pops up on text output widgets 2018-06-21 17:24:21 +00:00
Fl_Input_.cxx Android: Widgets can now request the on-screen keyboard when they get focus. This may fail if visible_focus is disabled. 2018-03-26 15:33:22 +00:00
Fl_Input_Choice.cxx Added convenience method update_menubutton(), 2018-05-07 21:24:06 +00:00
Fl_JPEG_Image.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
Fl_Light_Button.cxx Fix button label clipping (STR #3237). 2015-06-27 15:20:23 +00:00
Fl_MacOS_Sys_Menu_Bar.mm Document that fl_mac_set_about() is deprecated, MacOS-specific and replaced by cross-platform Fl_Sys_Menu_Bar::about(). 2018-02-22 17:04:37 +00:00
Fl_Menu.cxx Added Fl::menu_linespacing() to solve STR# 2927. 2018-03-31 17:17:37 +00:00
Fl_Menu_.cxx Fixes STR #3459. 2018-04-02 18:28:42 +00:00
Fl_Menu_Bar.cxx STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes. 2012-07-24 04:37:22 +00:00
Fl_Menu_Button.cxx STR 2711: another try at fixing the text position in Menu_Button. The label does move a little bit to the left, so it may be necessary to make these buttons larger for long text. It does reduce the risk of overlapping text though. 2012-08-16 21:35:14 +00:00
Fl_Menu_Window.cxx Remove public member function Fl_Window_Driver *Fl_Window::driver() so class Fl_Window_Driver is not in FLTK public API. 2018-05-12 09:36:36 +00:00
Fl_Menu_add.cxx Documentation fixes and clarifications. 2016-07-09 17:14:22 +00:00
Fl_Menu_global.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Multi_Label.cxx Add missing Fl_Labeltype and Fl_Boxtype definitions. 2017-09-11 18:54:10 +00:00
Fl_Native_File_Chooser.cxx Fix Fl_Native_File_Chooser::filter_value() 2017-07-28 14:06:18 +00:00
Fl_Native_File_Chooser_FLTK.cxx Make Fl_Native_File_Chooser_FLTK.cxx compilable with FL_PORTING on. 2016-09-11 08:09:00 +00:00
Fl_Native_File_Chooser_GTK.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_Native_File_Chooser_MAC.mm Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_Native_File_Chooser_WIN32.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_Overlay_Window.cxx Remove public member function Fl_Window_Driver *Fl_Window::driver() so class Fl_Window_Driver is not in FLTK public API. 2018-05-12 09:36:36 +00:00
Fl_PNG_Image.cxx Fix compiler warning and potential error in PNG error handling. 2017-09-10 11:38:23 +00:00
Fl_PNM_Image.cxx Minor documentation fixes. 2015-06-14 17:07:31 +00:00
Fl_Pack.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Paged_Device.cxx Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start_page() to begin_page(). 2018-05-09 14:16:35 +00:00
Fl_Pixmap.cxx Remove a bunch of useless #include <FL/Fl_Printer.H> statements. 2018-05-09 12:27:38 +00:00
Fl_Positioner.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Preferences.cxx STR #2823.2/2: Improved Fl_Preferences "dirty" flag handling. 2017-07-07 21:00:17 +00:00
Fl_Printer.cxx Replace Fl_Paged_Device::newPrinterDriver() by Fl_Printer::newPrinterDriver(). 2018-05-25 06:54:03 +00:00
Fl_Progress.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Repeat_Button.cxx STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes. 2012-07-24 04:37:22 +00:00
Fl_Return_Button.cxx Fix button label clipping (STR #3237). 2015-06-27 15:20:23 +00:00
Fl_Roller.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Round_Button.cxx Update docs related to buttons and update Fl_Check_Button.png. 2014-10-19 20:17:17 +00:00
Fl_SVG_Image.cxx Better handling of very small input file when reading SVG image file. 2018-06-18 12:48:34 +00:00
Fl_Screen_Driver.cxx Avoid repetitive calls to Fl_Screen_Driver::screen_count() 2018-06-15 06:19:56 +00:00
Fl_Scroll.cxx Introduce HiDPI + rescaling support for the X11 platform (+ partial support for WIN32) 2017-05-17 11:54:18 +00:00
Fl_Scrollbar.cxx Use Fl::is_scheme() where appropriate. 2015-01-29 16:56:12 +00:00
Fl_Shared_Image.cxx New member function Fl_Image::scale(int width, int height) to set the FLTK size of an image. 2018-03-19 17:43:18 +00:00
Fl_Simple_Terminal.cxx Small doc tweaks for clarity. 2017-10-22 02:58:35 +00:00
Fl_Single_Window.cxx Fixed 'flush()' code for single, double, and overlay buffering 2016-03-13 22:16:37 +00:00
Fl_Slider.cxx Fix more compiler warnings. 2016-04-05 21:15:45 +00:00
Fl_Spinner.cxx Enable Up/Down keys in Fl_Spinner if input has focus (STR #2989). 2017-03-10 21:47:08 +00:00
Fl_Sys_Menu_Bar.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_System_Driver.cxx Move platform specific shortcut code to platform drivers. 2018-06-20 15:52:58 +00:00
Fl_Table.cxx Remove "#ifdef _WIN32" that made this source file break the separation between platform-independent and -dependent files. 2018-02-21 06:56:21 +00:00
Fl_Table_Row.cxx Avoid #include's of unrelated system headers in Fl_Table*.H. 2017-08-18 15:16:08 +00:00
Fl_Tabs.cxx Fl_Tabs: fix allocation of tab_width[] (STR #3472). 2018-05-22 09:34:13 +00:00
Fl_Text_Buffer.cxx Added printf() and vprintf() to Fl_Text_Buffer 2017-10-08 20:38:36 +00:00
Fl_Text_Display.cxx Android: on-screen keyboard no longer pops up on text output widgets 2018-06-21 17:24:21 +00:00
Fl_Text_Editor.cxx Android: Widgets can now request the on-screen keyboard when they get focus. This may fail if visible_focus is disabled. 2018-03-26 15:33:22 +00:00
Fl_Tile.cxx Remove unnecessary dependency on FL/Fl_Rect.H. 2018-04-12 12:58:10 +00:00
Fl_Tiled_Image.cxx Fix an error and improve documentation of Fl_Tiled_Image. 2015-03-02 10:23:20 +00:00
Fl_Tooltip.cxx Removed warning for Android. Fixed "FIXME" in Fl_Tooltip. Removed tab characters. 2018-03-15 09:34:20 +00:00
Fl_Tree.cxx Bringing over fix [r11986] from 1.3 current to the porting branch. 2016-09-26 19:31:29 +00:00
Fl_Tree_Item.cxx General description: mention how to move items around 2018-04-10 18:37:18 +00:00
Fl_Tree_Item_Array.cxx Remove FL_ABI_VERSION clauses from the Fl_Tree class source code 2016-04-13 19:18:56 +00:00
Fl_Tree_Prefs.cxx Complete rewriting of Fl_Tree_Prefs.cxx under the driver model. 2016-04-14 20:58:20 +00:00
Fl_Valuator.cxx Improve documentation of Fl_Valuator class. 2016-03-08 13:51:01 +00:00
Fl_Value_Input.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Value_Output.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Value_Slider.cxx STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes. 2012-07-24 04:37:22 +00:00
Fl_Widget.cxx Improve docs of Fl_Widget::callback() and do_callback(). 2017-07-20 15:16:37 +00:00
Fl_Widget_Surface.cxx Remove public member function Fl_Window_Driver *Fl_Window::driver() so class Fl_Window_Driver is not in FLTK public API. 2018-05-12 09:36:36 +00:00
Fl_Window.cxx Add Fl::screen_scale(int) function to get the scaling factor value of a screen. 2018-05-22 17:00:27 +00:00
Fl_Window_Driver.cxx Remove public member function Fl_Window_Driver *Fl_Window::driver() so class Fl_Window_Driver is not in FLTK public API. 2018-05-12 09:36:36 +00:00
Fl_Window_fullscreen.cxx Rewrite Fl_Window::border(int) under the driver model. 2016-03-23 16:14:35 +00:00
Fl_Window_hotspot.cxx Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model. 2016-03-23 20:16:23 +00:00
Fl_Window_iconize.cxx Rewrite Fl_Window::iconize() under the driver model. 2016-03-23 18:00:37 +00:00
Fl_Wizard.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_XBM_Image.cxx Documentation fixes. 2016-10-14 14:33:18 +00:00
Fl_XColor.H Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_XPM_Image.cxx Documentation fixes. 2016-10-14 14:33:18 +00:00
Fl_abort.cxx Rewrite Fl_abort.cxx under the driver model. 2016-03-28 15:22:20 +00:00
Fl_add_idle.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_arg.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
Fl_cocoa.mm MacOS: use direct access to member variable in member function. 2018-05-23 16:43:43 +00:00
Fl_compose.cxx Add documentation for Fl::reset_marked_text() and Fl::insertion_point_location(). 2018-05-24 10:58:47 +00:00
Fl_display.cxx Details on PORTME items. Move fl_parse_color() to screen drivers. 2016-02-13 12:57:00 +00:00
Fl_get_key.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_get_key_mac.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_get_key_win32.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
Fl_get_system_colors.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_grab.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
Fl_lock.cxx Removed warning for Android. Fixed "FIXME" in Fl_Tooltip. Removed tab characters. 2018-03-15 09:34:20 +00:00
Fl_own_colormap.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_porting.cxx virtualized Fl_Graphics_Driver::global_gc(), a function that should probably not exeist. 2016-04-17 14:45:25 +00:00
Fl_visual.cxx Remove a bunch of unnecessary #include <config.h> directives 2016-03-27 17:37:07 +00:00
Fl_win32.cxx Windows: Disable dynamic linking/loading of winsock dll. 2018-06-19 09:30:37 +00:00
Fl_x.cxx Fix for STR#3475: X11 platform, re-use current screen scaling factor when processing a screen reconfiguration event. 2018-06-08 11:31:30 +00:00
Makefile Fix indentation. 2018-04-30 08:36:52 +00:00
Xutf8.h Add platform-independent internal UTF-8 header file. 2016-04-09 17:55:12 +00:00
allfiles.xbm
cgdebug.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
cmap.cxx Update copyright and comments of src/cmap.cxx (no code changes). 2016-02-20 16:41:05 +00:00
config_lib.h Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
d1.xbm
d1_mask.xbm
dump_compose.c
ew.xbm
ew_mask.xbm
fastarrow.h Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
filename_absolute.cxx Replace chdir() with new wrapper fl_chdir(). 2017-11-12 18:00:45 +00:00
filename_expand.cxx Rewrite filename_expand.cxx under the driver model. 2016-04-07 16:54:20 +00:00
filename_ext.cxx Rewrite filename_ext.cxx for the driver model. 2016-04-08 16:00:26 +00:00
filename_isdir.cxx Remove S_IFMT from the public FLTK API 2016-04-15 07:33:26 +00:00
filename_list.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
filename_match.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
filename_setext.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_arc.cxx Add Doxygen comments for members of the Fl_Graphics_Driver class. 2016-04-24 08:38:11 +00:00
fl_ask.cxx Clarified the fl_choice ordering in first example with an image and arrows, 2018-04-18 18:28:46 +00:00
fl_boxtype.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_call_main.c Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
fl_cmap.h Document creation of src/fl_cmap.h with src/cmap.cxx. 2016-02-20 16:24:11 +00:00
fl_color.cxx Remove Doxygen warning. Doxygen does not know that unsigned and unsigned int are the same type. 2016-04-23 04:39:14 +00:00
fl_cursor.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
fl_cursor_help.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_cursor_nesw.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_cursor_none.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_cursor_nwse.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_cursor_wait.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
fl_curve.cxx Add Doxygen comments for members of the Fl_Graphics_Driver class. 2016-04-24 08:38:11 +00:00
fl_diamond_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_dnd_win32.cxx Remove public member function Fl_Window_Driver *Fl_Window::driver() so class Fl_Window_Driver is not in FLTK public API. 2018-05-12 09:36:36 +00:00
fl_dnd_x.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
fl_draw.cxx Fix line wrap at word end when string widths are true double values (non integer). 2017-02-19 15:49:48 +00:00
fl_draw_pixmap.cxx Fix background color when drawing pixmap data both directly or as an Fl_Pixmap object. 2018-04-19 13:51:17 +00:00
fl_encoding_latin1.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
fl_encoding_mac_roman.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
fl_engraved_label.cxx Const the shadow, embossed, and engraved color tables 2014-08-23 09:22:17 +00:00
fl_file_dir.cxx Fix documentation formatting. 2018-04-19 07:20:01 +00:00
fl_font.cxx virtualized some Region calls. 2016-04-17 15:36:23 +00:00
fl_gleam.cxx Fix, optimize, and comment "gleam" scheme box drawing. 2018-03-20 16:30:58 +00:00
fl_gtk.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_images_core.cxx Rename fl_open_ext() parameter 'translation' to 'binary'. 2017-10-15 12:34:24 +00:00
fl_labeltype.cxx Improve label alignment docs and border case implementations. 2017-02-27 17:00:41 +00:00
fl_open_uri.cxx Remove Doxygen warnings. 2016-04-23 06:43:04 +00:00
fl_oval_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_overlay.cxx Improve fl_overlay_rect() when GUI is scaled. 2018-05-06 06:46:40 +00:00
fl_overlay_visual.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
fl_plastic.cxx Removed ‘array subscript is of type char’ compilation warnings 2014-09-13 17:04:20 +00:00
fl_read_image.cxx Fix error when running Doxygen (continued). 2018-02-10 17:49:01 +00:00
fl_rect.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
fl_round_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_rounded_box.cxx Improve drawing of rounded box (STR #2943). 2016-07-15 22:12:30 +00:00
fl_scroll_area.cxx Remove public member function Fl_Window_Driver *Fl_Window::driver() so class Fl_Window_Driver is not in FLTK public API. 2018-05-12 09:36:36 +00:00
fl_set_font.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
fl_shadow_box.cxx Fix box background drawing for deactivated widgets (STR #2907). 2015-07-09 00:10:44 +00:00
fl_shortcut.cxx Move platform specific shortcut code to platform drivers. 2018-06-20 15:52:58 +00:00
fl_show_colormap.cxx Removed useless tests of whether unsigned Fl_Color is < 0 2012-11-20 12:29:46 +00:00
fl_symbols.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
fl_utf8.cxx Add missing platform wrapper fl_chdir() for chdir(). 2017-11-10 12:56:00 +00:00
fl_vertex.cxx Remove unnecessary #include statements and compilation guards. 2017-08-14 17:10:26 +00:00
flstring.c Minor comments formatting discrepancies fix. 2012-06-06 03:38:02 +00:00
flstring.h Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
forms_bitmap.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
forms_compatibility.cxx Rename misspelled files. 2016-11-12 13:28:53 +00:00
forms_free.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
forms_fselect.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
forms_pixmap.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
forms_timer.cxx Make forms_timer.cxx platform-independent calling virtual function Fl_System_Driver::gettime(). 2018-02-22 06:00:28 +00:00
freeglut_geometry.cxx
freeglut_stroke_mono_roman.cxx
freeglut_stroke_roman.cxx
freeglut_teapot.cxx
freeglut_teapot_data.h
gl_draw.cxx STR#3450: Draw text with OpenGL using textures on all platforms. 2018-02-07 15:34:44 +00:00
gl_start.cxx STR#3450: Draw text with OpenGL using textures on all platforms. 2018-02-07 15:34:44 +00:00
glut_compatibility.cxx STR#3444: Add MacOS support for application rescaling (not quite complete) 2017-12-18 08:52:55 +00:00
glut_font.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
makedepend Remove unnecessary dependency on FL/Fl_Rect.H. 2018-04-12 12:58:10 +00:00
mediumarrow.h Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
new.xbm
ns.xbm
ns_mask.xbm
numericsort.c Document fl_numericsort() and fl_casenumericsort(). 2018-03-11 16:24:36 +00:00
print_panel.cxx Replace remaining calls to getenv() with fl_getenv(). 2017-10-13 14:58:30 +00:00
print_panel.h Linux/unix: added support for BSD-style printing, that is, using lpq/lpr instead of lpstat/lp . 2015-03-12 15:24:15 +00:00
scandir_posix.c Avoid "empty translation unit" compiler warning. 2016-11-12 13:49:48 +00:00
scandir_win32.c Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
screen_xywh.cxx Replace "WIN32" with "_WIN32" or "Windows". 2018-02-09 14:39:42 +00:00
slowarrow.h Sprinkle some more const on internal arrays. STR #3110 2014-08-21 12:18:32 +00:00
tile.xpm Constify the pointers in some XPM images. STR #3108 2014-08-21 12:16:40 +00:00
up.xbm
utf8_internal.h Add platform-independent internal UTF-8 header file. 2016-04-09 17:55:12 +00:00
vsnprintf.c Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00