summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-04-12Following STR #2583, the behaviour of fl_draw_image() with d = 4 on Mac OS is...Manolo Gouy
2011-04-12Modify win32 text width(ucs) function to handle surrogate pairs.Ian MacArthur
2011-04-11modify the win32 text ::draw() function to do "string at once" rather than "c...Ian MacArthur
2011-04-11Minor rework of code to make ::rtl_draw() and ::draw(int angle,...) more cons...Ian MacArthur
2011-04-11Fixed crash on Mac OS when Fl::focus() called before show().Manolo Gouy
2011-04-11Added missing fl_lock_function() / fl_unlock_function() pairs of calls.Manolo Gouy
2011-04-11Remove use of the MS API call MultiByteToWideChar(...) and re-instate use of ...Ian MacArthur
2011-04-10r. 8537 had by error introduced a compilation error with ppc architecture.Manolo Gouy
2011-04-10Mac OS: fl_rect(), fl_rectf(), and fl_point() now have exact same output to d...Manolo Gouy
2011-04-08Added missing test of necessity of fl_open_display() call.Manolo Gouy
2011-04-07Replace a few instances of fl_utf8toUtf16() with the near-equivalent MS API c...Ian MacArthur
2011-04-07Modified Fl_Quartz_Graphics_Driver::width(unsigned int wc) so it handles prop...Manolo Gouy
2011-04-06Further work to fix win32 handling of surrogate pairs for "high" Unicode poin...Ian MacArthur
2011-04-06Initial work to fix handling of surrogate pairs on win32 - draw() was not han...Ian MacArthur
2011-04-06Fixed problem with void function trying to return a value.Greg Ercolano
2011-04-06Added Fl_Printer::driver(void) function that can be useful.Manolo Gouy
2011-04-06Window title bars are now printed with their rounded angles.Manolo Gouy
2011-04-06Added function Fl_Printer::set_current() that may be useful.Manolo Gouy
2011-04-05Mac OS: Fl_Window::resize() shd not modify the maximum window size if it is 0.Manolo Gouy
2011-04-05Removed an NSAutoreleasePool allocation/release.Manolo Gouy
2011-04-05Mac OS: the "Print Front Window" item of the application menu now prints also...Manolo Gouy
2011-04-05Removed usage of NSMainMenuWindowLevel to use only 3 window levels.Manolo Gouy
2011-04-04Fix error that can happen with some 3rd party fonts lacking certain size info...Manolo Gouy
2011-04-03Mac OS: removed duplicate FL_KEYBOARDS events with function and modifier keys.Manolo Gouy
2011-04-01about STR #2599: - fix the synchro between key presses and key eventsManolo Gouy
2011-04-01Updated dependencies.Albrecht Schlosser
2011-04-01Fixed dependencies of bundled libs, corrected a typo.Albrecht Schlosser
2011-04-01Fix STR #2598 with OP patch.Manolo Gouy
2011-04-01Mac OS: fixes in STR #2588 the warning message "_createMenuRef called with ex...Manolo Gouy
2011-03-30Mac OS: Make the Fl::event_key() function distinguish between left and right ...Manolo Gouy
2011-03-30Documentation updates and typos.Albrecht Schlosser
2011-03-30Removed global variable appleMenu.Manolo Gouy
2011-03-29Fix STR #2588. FLTK was subclassing a very important system-defined class NSA...Manolo Gouy
2011-03-29Added info about where to find Mac OS virtual keycodes.Manolo Gouy
2011-03-29Set svn properties.Manolo Gouy
2011-03-29Minor change.Manolo Gouy
2011-03-28Mac OS: simplified the handling of text input:Manolo Gouy
2011-03-28Mac OS: added field subwindow to Fl_X class that is true if this is a subwindow.Manolo Gouy
2011-03-27Enhanced documentation of Fl::event_inside() to mention the restrictionsAlbrecht Schlosser
2011-03-26Mac OS: added gl_texture_reset() function to be called when deleting an Fl_Gl...Manolo Gouy
2011-03-26Mac OS: Fixed bug where gl_draw() would fail after deletion of an Fl_GL_Window.Manolo Gouy
2011-03-25Fix STR #2595. Mac OS. When deleting a subwindow, don't delete the Cocoa window Manolo Gouy
2011-03-25Fix 2nd issue of STR #2594: Fl::focus() now informs Mac OS when the focus Manolo Gouy
2011-03-25Fl::focus(): allows the focus to be set to an Fl_Window widget.Manolo Gouy
2011-03-25Mac OS: implement the Cocoa equivalent of Carbon's kEventWindowHidden handler.Manolo Gouy
2011-03-24Fix STR #2594: the focus after creating a new window was not set correctlyManolo Gouy
2011-03-22PostScript support: simplified the Fl_PostScript_Graphics_Driver class by rem...Manolo Gouy
2011-03-22Mac OS: correct handling of fl_draw_image() call with L > W*D when printing.Manolo Gouy
2011-03-21Fix STR #2587: under Xlib, the X input method must be reset by the Fl::compos...Manolo Gouy
2011-03-20Fix STR #2589: incorrect cohabitation of modal and non-modal windows.Manolo Gouy