summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-21Fixes STR# 2973: collection of Sun compiler fixes.Greg Ercolano
2013-09-20Fixes STR #2985: prevent memory leaks with XGetWindowProperty()Greg Ercolano
2013-09-16STR# #2973: applied patch str_2973_r9958_sun-fix-errors-5.patch verbatim.Greg Ercolano
2013-09-16Fix Solaris warnings mentioned by Micha on fltk.coredev Sep 16 '13Greg Ercolano
2013-09-12Implemented copy/paste with Cocoa's NSPasteboard instead of Core Foundation's...Manolo Gouy
2013-09-11STR 2636. Add ability to get notifications whenever thePierre Ossman
2013-09-11Copy over NSInteger safety typedefs from Fl_cocoa.mmPierre Ossman
2013-09-11Simplify clipboard handling on Windows by consolidatingPierre Ossman
2013-09-06Fixed typo in comments.Manolo Gouy
2013-09-06Fixed typo in Doxygen doc of Fl::compose(int&)Manolo Gouy
2013-09-05Removed linkage with undocumented function CPSEnableForegroundOperation() use...Manolo Gouy
2013-09-04Copy directly pasteboard data when pasting if it's UTF-8 encoded.Manolo Gouy
2013-09-04Added fl_lock/unlock_function() calls for extra caution in - (void)applicatio...Manolo Gouy
2013-07-23Fixed mac-specific minor error visible when typing forward-delete in keyboard...Manolo Gouy
2013-07-16Fixed a PostScript error triggered when calling Manolo Gouy
2013-06-06Remove a header file I added during testing, but which is not required now...Ian MacArthur
2013-06-06Attempt to fix UTF8 encoding of WIN32 Native File Chooser BROWSE_DIRECTORY op...Ian MacArthur
2013-05-29Mac OS X text input: stop sending the FL_PASTE event after character palette ...Manolo Gouy
2013-05-19It doesn't seem necessary to redraw a GL window before capturing its pixel co...Manolo Gouy
2013-05-16Fixes STR #2962: Applied patch from ossmanGreg Ercolano
2013-05-15Fixes Fl_System_Printer::printable_rect() and Fl_System_Printer::margins() th...Manolo Gouy
2013-05-15Fixes a typo introduced at r.9915.Manolo Gouy
2013-05-13Fixes a MSWindows' specific bug where GL windows where not printed at their c...Manolo Gouy
2013-05-08Call [NSWindow setRestorable:NO] for each FLTK window.Manolo Gouy
2013-05-04print_gl_window(): it's safer to memorize and restore the value of the fl_win...Manolo Gouy
2013-04-30Use the [NSimage initWithCGImage:size:] message when possible.Manolo Gouy
2013-04-26Test of repo access - non-changing in terms of functionality!Ian MacArthur
2013-04-26Changed © (copyright) date to 2013.Manolo Gouy
2013-04-19Cosmetic improvement of image used when dragging non-text data.Manolo Gouy
2013-04-18Cosmetic improvement of image used when dragging non-text data.Manolo Gouy
2013-04-17Removed some unnecessary data duplication.Manolo Gouy
2013-04-17Updated describing comments.Manolo Gouy
2013-04-16Renamed src/Fl_Sys_Menu_Bar.cxx to src/Fl_Sys_Menu_Bar.mm because objective-c...Manolo Gouy
2013-04-16Renamed src/Fl_Sys_Menu_Bar.cxx to src/Fl_Sys_Menu_Bar.mm because objective-c...Manolo Gouy
2013-04-16Apply the *nix file-chooser patches from STR #2935.Ian MacArthur
2013-04-15Removed processing of obsolete deadkey flag.Manolo Gouy
2013-04-15Reduced the usage of global variables.Manolo Gouy
2013-04-12Switched to const_cast<> for calling as_window().Greg Ercolano
2013-04-12Small fixes to new top_window_offset() method as per discussion in STR #2948.Greg Ercolano
2013-04-12fl_set_fonts_xft had a lower case, rather than upper case "S" in the switch s...Ian MacArthur
2013-04-10As per notes from STR#2948:Greg Ercolano
2013-04-10Solve STR#2948: Add new method Fl_Widget::top_window() to return the widget's...Greg Ercolano
2013-04-10While suggesting a new top_window() method for STR#2948,Greg Ercolano
2013-04-09Fix STR# 2772: remove dead code in fl_measure()Greg Ercolano
2013-04-08Solves STR #2939; adding when() support to Fl_Tabs.Greg Ercolano
2013-04-08Fix for STR #2944 [2]: Fix Apple-specifc nested window problem for Fl_Gl_Wind...Greg Ercolano
2013-04-08Fix STR# 2944 [1]: When an app uses overlays and gl_draw(),Greg Ercolano
2013-04-06Small comment mods regarding Fl_mac.cxx -> Fl_cocoa.mmGreg Ercolano
2013-04-06Removing Fl_mac.cxx -- this code is no longer used.Greg Ercolano
2013-04-05File config.h is included with #include <config.h> in scandir.c as everywhere...Manolo Gouy