summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-12-01STR #1095: Drag'n'drop on WIN32 was only possible using the left mouse button...Matthias Melcher
2005-12-01Added multi screen awareness to WIN32 version of Fl_Window::fullscreen()Matthias Melcher
2005-11-29Fix mouse wheel handling on OSX (this works with MightyMouse on OSX 10.4.3Michael R Sweet
2005-11-29Fix compile error with Sun C++ compiler.Michael R Sweet
2005-11-28STR #1064: Added code to underline spaces in underline chunks. Also fixed wro...Matthias Melcher
2005-11-28Even better fullscreen code on OS X that resize a window to fit a single scre...Matthias Melcher
2005-11-28STR #1082: Made sur that "fullscreen" on Mac does not cover the top menu bar....Matthias Melcher
2005-11-28STR ##1081, 1083, 1084: in a previous change that improved timer behaviour, t...Matthias Melcher
2005-11-28STR #1075: After all windows in an application were hidden by the Command-H s...Matthias Melcher
2005-11-28STR #1098: fl_measure now round fractional sizes up instead of down, so that ...Matthias Melcher
2005-11-27Fix uninitialized variable warnings.Michael R Sweet
2005-11-27Update dependencies.Michael R Sweet
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
2005-11-27Fix a resize issue with X11.Michael R Sweet
2005-11-26Mousewheel fixes.Michael R Sweet
2005-11-25Fix mousewheel handler bug (using wrong variable in initial check)Michael R Sweet
2005-11-25OSX fixes...Michael R Sweet
2005-11-09Fl_Text_Display::wrap_mode() would crash if no buffer wasMichael R Sweet
2005-11-07Resorted functions. VC6 did not give a required warning/errorMatthias Melcher
2005-11-07Scrollbar now reacts to horizontal scroll wheels if it is a horizontal scroll...Matthias Melcher
2005-11-07Don't draw plastic boxes that are 0x0 pixels in size or smallerMatthias Melcher
2005-11-07STR #1062: updated code to resize the preview panel of the file chooser and h...Matthias Melcher
2005-11-07STR #1063: Applied Allesandro's plastic box patch. Looking great.Matthias Melcher
2005-11-06Added missing comma in Mac OS X codeMatthias Melcher
2005-11-04Fix speling misteaks :)Michael R Sweet
2005-11-04STR #1060: first attempt at fixing the dreaded MightyMouse issue on OS X. Matthias Melcher
2005-11-04Moved 'flush' before 'idle' in main loop fl_wait to make redraw action quicker.Matthias Melcher
2005-11-04STR #1061: fixed Fl_Window::cursor for subwindows and GL windows on WIN32Matthias Melcher
2005-11-02STR #1052: Made check buttons readable as wellMatthias Melcher
2005-11-02STR #1052: Cursor in Fl_Text_Display is now by default FL_FOREGROUND_COLORMatthias Melcher
2005-11-02STR #1052: Changed to dot inside the round check box (radio style buttons) to...Matthias Melcher
2005-11-02STR #1052: The outline drawing of not existing images is now in foreground co...Matthias Melcher
2005-11-02STR #1052: reworked coloring of clocksMatthias Melcher
2005-11-02STR #1052: using foreground color instead of black in Check BrowserMatthias Melcher
2005-11-02STR #1050: OS X: The new event handler code did not handle "high level" Apple...Matthias Melcher
2005-11-02STR #1051: fl_wait() would only flush damaged window areas if there were any ...Matthias Melcher
2005-11-02STR #968: Under X11, FL_DND_* now returns the string "<unknown>" inMatthias Melcher
2005-11-01STR #1059: OSX: applications could not reset the click count, so a trippleMatthias Melcher
2005-11-01STR #1057: A window that is needed to correctly manage a timer on WIN32 (pers...Matthias Melcher
2005-11-01STR #1056: fixed a slight offset in the Fl_File_Chooser that kept resizing fr...Matthias Melcher
2005-10-30Updated the default label and text colors of all widgets to useMichael R Sweet
2005-10-18STR #unfiled: when using Fl_Menu_::add, the 'flags' field of the last entry i...Matthias Melcher
2005-10-13Remove unnecessary includes ("flstring.h" is included by the parentMichael R Sweet
2005-10-13STR #1012 (Xft): added provided Xft code and cleaned itMatthias Melcher
2005-10-12Fl_Value_Input now uses the screen-absolute position instead ofMichael R Sweet
2005-10-12Rework event loop handling on all platforms for better timer and idleMichael R Sweet
2005-10-10STR #1047 (Mac only): This is an additional fix to the event conversionMatthias Melcher
2005-10-09STR #1044 (Mac only): The font number 12 and 15, usually assigned toMatthias Melcher
2005-09-25Ported FLTK 2 changes to event system on OS X back to FLTK 1Matthias Melcher
2005-09-25STR #973: popup menus now pop up fully visible in the current screen if possi...Matthias Melcher