summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-12-19Flipped spyglass symbol for all apps.Matthias Melcher
2005-12-16STR #1104: WIN32 version would insist on running a full length timeout even i...Matthias Melcher
2005-12-15STR #1122: Fl_Text_Display would throw away all key events if the mouse point...Matthias Melcher
2005-12-15Fl::wait() returns immediately if no windows are open.Michael R Sweet
2005-12-14STR $1099: The Quartz version of FLTK now draws a very nice resizeMatthias Melcher
2005-12-14Rotate search icon to avoid confusing it with the letter Q.Michael R Sweet
2005-12-14Fixes for Cygwin (STR #1096)Michael R Sweet
2005-12-14Change FOREVER back to 1e20 (minimal CPU usage) and change fl_wait()Michael R Sweet
2005-12-14Revert change from r4659 that caused FLUID resize problem (STR #1110)Michael R Sweet
2005-12-14Fl_Clock_Output depended on a time value that was the same as anMichael R Sweet
2005-12-12STR #1109: Klickin on an inactive item would keep the menubar from realizing ...Matthias Melcher
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