summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-28STR #1082: Made sur that "fullscreen" on Mac does not cover the top menu bar....Matthias Melcher
2005-11-28STR #1082: mad the "fullscreen" demo add and remove the window decoration by ...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-27More improvements to game board generator.Michael R Sweet
2005-11-26Fix up new game code to expose at least one of every number in each axisMichael R Sweet
2005-11-26Better game generation, fix test slot usage.Michael R Sweet
2005-11-26Support up to 8 test slots and check for solution after every changeMichael R Sweet
2005-11-26Mousewheel fixes.Michael R Sweet
2005-11-25Add "test" numbers in the corners and add more levels of difficulty.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-18git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4650 ea41ed52-d2ee-0310...Matthias Melcher
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-06Undid previous test change.Matthias Melcher
2005-11-04FLUID1: correctly hide the "X Class:" label whenever the XClass input field i...Matthias Melcher
2005-11-04FLUID1: The comment entry in the Browser now reveals some more information by...Matthias 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-04Clear style buffer in destructor.Michael R Sweet
2005-11-03Fix new GUI panels to conform to HIG.Michael R Sweet
2005-11-03Added some safety measures that assure safe compile only modeMatthias Melcher
2005-11-03Fluid Source Code preview panel with automatic refresh and selected object co...Matthias Melcher
2005-11-02Remove DOS line endings from text files.Michael R Sweet
2005-11-02STR #1052: Made check buttons readable as wellMatthias Melcher
2005-11-02STR #1052: updated color handling in test programs. If you are planning on cr...Matthias Melcher
2005-11-02STR #1052: Updated FLUID to generate buttons in the correct colors. After all...Matthias Melcher
2005-11-02Change int to long in unittests callback, and add the standard FLTKMichael R Sweet
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