summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2010-12-08Fixed Compiling with mingw-w64 (STR #2308).Albrecht Schlosser
2010-12-06Fixed crashes when Fl_Text_* detects illegal UTF 8 sequences. Widgets will no...Matthias Melcher
2010-11-27Fixed Fl_Text_Display Tabulator calculations (STR #2450)Matthias Melcher
2010-11-18Fixed file access code to use UTF-8 strings (STR #2440)Matthias Melcher
2010-11-18Fixed ARM Unicode cross compilation issue (STR #2432)Matthias Melcher
2010-11-17Improved support for faulty X11 clients (STR #2385)Matthias Melcher
2010-11-16Fixed xclass support for Fl_Window (STR #2053)Matthias Melcher
2010-11-16Fixed Caps Lock handling in X11/XIM (STR #2366)Matthias Melcher
2010-11-15Fixed handling of missing fonts in Xft (STR #2355)Matthias Melcher
2010-11-14Added alternative Xft font names (STR #2215)Matthias Melcher
2010-11-14Update lib png access (STR #2442)Matthias Melcher
2010-11-14Fixed OpenGL hide/show issue in OS X (STR #2260)Matthias Melcher
2010-11-14Added visual indication for buttons activated by a keyboard shortcut (STR 2372Matthias Melcher
2010-11-12Fixed missing internationalisation of menus generate by Fluid (STR #2246)Matthias Melcher
2010-11-11This should fix all remaining issues with Fl_Text_*. Wrapping is no pixel ali...Matthias Melcher
2010-11-11Added mouse!=0 check in Fl_Glut_Window::handle (STR #2381)engelsman
2010-11-11Fixed menu and shortcut handling (STR #2243). This partly reverts theAlbrecht Schlosser
2010-11-11removed support for gcc 2.x (or older), as discussed in fltk.developmentAlbrecht Schlosser
2010-11-10Fixed fltk-config to give --use on one line (STR #2408)engelsman
2010-10-31Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedanti...Matthias Melcher
2010-10-31Fixed outside label redraw damage areas (STR #2436)Matthias Melcher
2010-10-30Added callback when double-clicking file in a file chooser (STR#2346)Matthias Melcher
2010-10-30Fixed label alignment (STR #2436)Matthias Melcher
2010-10-30Added interface to set color chooser mode (STR #2407)Matthias Melcher
2010-10-30STR 2382: Fixed compile errors when HAVE_LIBJPEG was not definedMatthias Melcher
2010-10-30Fixed special handling for ISO back-tab keycode (STR #2369)Matthias Melcher
2010-10-30STR 2348: fixed possibly wrong relative pathMatthias Melcher
2010-10-30STR 2370: fixed static allocation in Fl_Tabs.Matthias Melcher
2010-09-27Fixed unbalanced Windows OleInitialize/OleUnitialize callsAlbrecht Schlosser
2010-06-09Fixed X11/XDBE double buffering (STR #2152, #2197). Both bugs could only beAlbrecht Schlosser
2010-04-28Changed references to fltk-bugs@fltk.org -> STR form.Greg Ercolano
2010-04-16Doc sync.Greg Ercolano
2010-04-07Added new flags for label alignment: FL_LEFT_TOP, FL_RIGHT_TOP, FL_LEFT_BOTTO...Matthias Melcher
2010-04-07Added some more information on event delivery (STR 1983)Matthias Melcher
2010-04-06Fixed indentation of previous commit and added CHANGES info (STR #2082).Albrecht Schlosser
2010-04-05Mostly rewritten CMake files by Michael Surette. They are more completeAlbrecht Schlosser
2010-04-05Fixed max. fd calculation, if USE_POLL is enabled (STR #2324).Albrecht Schlosser
2010-03-29STR #2330: offscreen bitmap cliping was flipped in OS XMatthias Melcher
2010-03-14Updated CHANGES file with Fl_Device and Fl_Printer support.Albrecht Schlosser
2010-02-28Removed saving the flags() in Fl_Window::iconlabel(const char *iname) becauseAlbrecht Schlosser
2010-02-26Fixed Scrollbar events when max is less than min (STR #2283)Matthias Melcher
2010-02-26Added argument-less constructor in Fuid Widget ClassMatthias Melcher
2010-02-26Fixed menu item counting issue in Fluid (STR #2322), Added Fl_Menu_::find_ite...Matthias Melcher
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
2010-02-19test/Editor was freeing the text buffer too soon and no clearing callbacks. (...Matthias Melcher
2010-02-19Fixed Fl_Preferences Cygwin wide character bug (STR #2164)Matthias Melcher
2010-02-19Fixed sorting in Fl_Browser - last item would not be sorted (STR #2300)Matthias Melcher
2010-02-19Fixed window levels in OS X Cocoa (STR #2316)Matthias Melcher
2010-02-18Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Flu...Matthias Melcher
2010-02-15Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file ...Matthias Melcher