summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-28Fix error in Fl_WinAPI_Screen_Driver::screen_work_area() when screen is scaled.ManoloFLTK
2019-02-27Simplifies memory allocation of system menu items for FL_SUBMENU_POINTERManoloFLTK
2019-02-27Avoid recreation of the system menu bar without changeManoloFLTK
2019-02-24Remove statement that became unnecessary.ManoloFLTK
2019-02-24Allow to call Fl_Sys_Menu_Bar::about() early in the program.ManoloFLTK
2019-02-24Simplify code for the FLMenuItem classManoloFLTK
2019-02-23Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect...ManoloFLTK
2019-02-23New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...ManoloFLTK
2019-02-21Remove compilation warning with -Wunused-resultManoloFLTK
2019-02-21X11: use XGetDefault() to read the value of the Xft.dpi resource.ManoloFLTK
2019-02-20Use also the Xft.dpi resource to initialize the GUI scale factor.ManoloFLTK
2019-02-20Check to avoid erroneous values for the starting GUI scale factor.ManoloFLTK
2019-02-19X11 + gnome: improve detection of the current display scale factorManoloFLTK
2019-02-09X11 platform: account for window scaling in drag-n-drop operations.ManoloFLTK
2019-02-08Rename method -[FLViewLayer viewFrameDidChange] to -[FLViewLayer reset_layer_...ManoloFLTK
2019-02-05Fix for STR #3503 - handle Fl_Menu_ deleted while its menu window is running.ManoloFLTK
2019-02-05Fixed two warnings from Doxygen.Matthias Melcher
2019-02-04Fixed Fl_Text_Editor selection range after paste (STR #3248).Matthias Melcher
2019-02-04Fl_Roller can now be controlled via the mouse wheel (STR #3120).Matthias Melcher
2019-02-04Fixed crash for very small Fl_Color_Chooser (STR #3490).Matthias Melcher
2019-02-03DocsMatthias Melcher
2019-02-03Fixed bug introduced while removing shadow lintMatthias Melcher
2019-02-02Tooltips hide by themselves after 12 seconds (STR #2584).Matthias Melcher
2019-02-02STR #3323: glutAddMenuEntry now has a const label argumentMatthias Melcher
2019-02-02Added Fl_Input_::append() method (STR #2953).Matthias Melcher
2019-02-02Fixed pulldown menu position when at the bottom of the screen (STR #2880).Matthias Melcher
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2019-02-02Fixed missing item handling in Fl_Chekc_Browser (STR #3480).Matthias Melcher
2019-02-02Fl_Help_Dialog::load() now returns an error code (STR #3429)Matthias Melcher
2019-02-01Fixed Delete key in Fl_Input deleting entire widgets in Fluid (STR #2841).Matthias Melcher
2019-02-01STR #3498: Fl_Check_Browser::add(item) now accepts NULL.Matthias Melcher
2019-02-01Additional fix for STR #2531Matthias Melcher
2019-02-01STR 2531: Fl_Text_Display no longer wiggles.Matthias Melcher
2019-01-30STR 3430: fixed Help_View return valueMatthias Melcher
2019-01-28Remove useless statement.ManoloFLTK
2019-01-25Fix Fl_Tree::insert() with pos out ouf range (#18)Albrecht Schlosser
2019-01-24Fix minor text input problem related to dead key previewing.ManoloFLTK
2019-01-21Remove incorrect putenv(buf) call followed by free(buf).ManoloFLTK
2019-01-20Remove unnecessary code related to layer-backed views.ManoloFLTK
2019-01-18Update dependencies (now sorted)Albrecht Schlosser
2019-01-18Sort makedepend files for better comparabilityAlbrecht Schlosser
2019-01-18Update (remaining) dependenciesAlbrecht Schlosser
2019-01-17Merge branch 'master' of https://github.com/fltk/fltk into AndroidMatthias Melcher
2019-01-17Android CMake: icons, docs, more appsMatthias Melcher
2019-01-16Correct typo in comment.ManoloFLTK
2019-01-09Fix Fl_GIF_Image Color Table handling (STR 3491)Albrecht Schlosser
2019-01-04Slight reorganization of the [FLWindow close] method.Manolo Gouy
2019-01-04Remove [FLViewLayer dealloc] method.ManoloFLTK
2019-01-04Restore possibility to compile with SDK 10.7 or earlier.ManoloFLTK
2018-12-30Merge remote-tracking branch 'origin/master'ManoloFLTK