6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
Lauri Kasanen 88b5e53289 Constify an internal table in Fl_Help_View. STR #3109 11 years ago
Lauri Kasanen 3113727cc9 Use symbolic and sectioned builds if supported by the toolchain. 11 years ago
Lauri Kasanen 3a5f3f1820 Use system vsnprintf when possible, saves 2kb lib size. 11 years ago
Lauri Kasanen f44d3fe01c Fix two typos in comments (test commit) 11 years ago
Albrecht Schlosser 82f157481d Fix a comment, remove trailing white space. 11 years ago
Albrecht Schlosser 34a641f1ef Fix a typo (cut'n'paste error). 11 years ago
Greg Ercolano cd3ca84e71 Fixes STR #3113 memory overrun 11 years ago
Greg Ercolano fbfac0f6cc 'make clean' should clean examples too. 11 years ago
Greg Ercolano d785f5b4e8 Removed unused variable last_y to prevent this warning under mingw: 11 years ago
Greg Ercolano 018f4ee978 Removed unused code strcnt() to prevent warnings w/mingw 11 years ago
Greg Ercolano 7eb0c224df * Small doxygen doc improvements + elaborations 11 years ago
Greg Ercolano afcd967fd8 * Modified the ScrollInfo structure for more modularity, 11 years ago
Greg Ercolano 7382173223 Solves STR #1895 by making the recalc method and structure 11 years ago
Manolo Gouy 677e13f2bb Fix for STR #3106: a tiled image could fail if the size of the tiled surface exceeded the size of the main screen. 11 years ago
Greg Ercolano b18dd182d0 Fixes STR #3103; remove Fl_Sys_Menu_Bar.cxx from all VS ide files. 11 years ago
Greg Ercolano 574c174dd7 Fix for STR #3101 to handle e.g. "foo.f[ld]" filters properly. 11 years ago
Manolo Gouy 0f4fa1633d Changes brought in at r. 10046 make fluid crash when open or saving files with Fl_Native_File_Chooser 11 years ago
Pierre Ossman e64a8e90e3 Follow up to earlier commit. Missed one reference to fixcursor. 11 years ago
Pierre Ossman de2e11d743 Stop declaring fl_default_cursor as it no longer exists. 11 years ago
Pierre Ossman 0f75e7fdb2 The SGI 320 is obsolete since many many years, so remove this code 11 years ago
Manolo Gouy a59a3d29ff Fixed a menu-positioning problem where a menu window could appear on another screen 11 years ago
Manolo Gouy a8d1251aaa Mac OS: a borderless, non-modal window was not created properly. 11 years ago
Manolo Gouy 6ade2fde82 svn property changes. 11 years ago
Manolo Gouy 87fe066c29 It's probably better to also change SendMessage into SendMessageW 11 years ago
Manolo Gouy 10caca062a Fixed error when browsing for a directory and using a non-ascii starting directory. 11 years ago
Manolo Gouy f7f820ed4c Added const qualifier to remove compiler warnings. 11 years ago
Manolo Gouy 5bc8825509 Since fl_cursor_wait.xpm is used only on Mac OS, draw it the Mac way. 11 years ago
Manolo Gouy f60b8778f7 Removed non-standard allocation of variable-sized array on the stack. 11 years ago
Manolo Gouy 0831d31b03 GTK file chooser: set correct current directory when selecting for a folder. 11 years ago
Manolo Gouy 37f77a271c GTK file chooser: honor request of current directory for the file chooser. 11 years ago
Manolo Gouy 703045f5b1 Fixed a possible crash of the GTK file chooser. 11 years ago
Manolo Gouy da5dff32ea Sets the return type of Fl_Image_Surface::image() to its real value, Fl_RGB_Image. 11 years ago
Pierre Ossman 06ee4b9b14 Fix inverted logic. It's the even depth values that include alpha. 11 years ago
Pierre Ossman 776fd2a107 Make sure the XPM files define const char arrays to avoid 11 years ago
Pierre Ossman f58b1a91b3 Add ability to set custom icons for windows. STR #2816. 11 years ago
Pierre Ossman 332dc1b7ac Add method to set any custom cursor, based on a Fl_RGB_Image object. 11 years ago
Pierre Ossman b4013ef602 Make sure that modal and non-modal windows are at a higher level 11 years ago
Manolo Gouy d55fac2243 After r.10119 calling Fl_Window::make_current() within a widget's draw function created errors. 11 years ago
Manolo Gouy 700435ee0a Fixed problem of upside-down text when compiling with SDK OS X 10.4 11 years ago
Pierre Ossman ed7983f5b5 Add ability to convert a Fl_Pixmap into a Fl_RGB_Image. 11 years ago
Pierre Ossman 5e9624286a canBecomeMainWindow() is not absolutely necessary, but it makes 11 years ago
Pierre Ossman 7057e56c28 Behave better when it comes to modal windows. Primarily this 11 years ago
Pierre Ossman 0cfc2554c6 Support for full screen over multiple monitors. 11 years ago
Pierre Ossman f27bde8316 Windows' clipboard chain is a very fragile thing that can 11 years ago
Pierre Ossman 6944612e56 We are required to pass along WM_CHANGECBCHAIN messages to the 11 years ago
Manolo Gouy baebff2227 STR #3088: make Fl_Native_File_Chooser use the standard GTK file dialog when available. 11 years ago
Ian MacArthur 460544455d Another stab at STR #3090. 11 years ago
Ian MacArthur 63b5ee9ef1 Tweak fracviewer.cxx to ignore mousewheel inputs, 11 years ago
Greg Ercolano 547570fca6 Fixes STR#3089; some UI fonts too large on linux. 11 years ago
Greg Ercolano 0c085703f6 Clarification for need to return 1 from FL_FOCUS et al 11 years ago