1106 Commits (release-1.1.6)

Author SHA1 Message Date
Michael R Sweet 46d894851e Xft2 fix from Stephen Davies... 23 years ago
Michael R Sweet 7327b74032 Don't popup menus or activate buttons when (SHIFT/CTRL/ALT/META) + space 23 years ago
Michael R Sweet bf9a09d387 Patch from Steve Davies for Xft 2.x. 23 years ago
Michael R Sweet f095d5e3f7 Fix keyboard composition for X11. 23 years ago
Michael R Sweet 4f15037e8e Tab moves forward in menu, Shift-Tab moves backward. 23 years ago
Michael R Sweet e5cdd193b2 Fix label redraw bug. 23 years ago
Michael R Sweet ee58dd2f62 Add draw_children() method to Fl_Group. 23 years ago
Matthias Melcher 3473297741 Added 'Undo' to Fl_Text_Editor by reusing some of the Fl_Input_ code. I tried many cases and it seems to work fine. 23 years ago
Matthias Melcher 66dabdb8f5 Added callbacks to Fl_Text_Editor. 23 years ago
Michael R Sweet 299ebf295a Update tile documentation to be explicit about widgets touching and doing 23 years ago
Michael R Sweet 4bed0a3665 Tooltip tweeks. 23 years ago
Matthias Melcher 36656517e6 Unswapped MacOS modifier keys. event_key and event_text should return 23 years ago
Michael R Sweet a5131e1959 Fix focus hogging by the Fl_Tabs widget. 23 years ago
Michael R Sweet 0daa36de39 More fun with WIN32 redraw... 23 years ago
Michael R Sweet 263f2ed1e6 Fix OK button when doing directory selection. 23 years ago
Michael R Sweet 521ab78b9a Fix file chooser absolute path bug. 23 years ago
Michael R Sweet 7d0d281fb4 2.0 tooltip changes into 1.1.x. 23 years ago
Matthias Melcher 314a351940 MacOS windows were rsizable even if size_range would not allow a resize. 23 years ago
Michael R Sweet 7e128e13da Fix cursor problems and add Shift-Delete, Ctrl-Insert, and Shift-Insert 23 years ago
Michael R Sweet b20688cfbf Ignore OSX -psn_N_NNNNN option. 23 years ago
Michael R Sweet 0a5f303608 Possible fix for WIN32 redraw lockup (mainly with menus) 23 years ago
Michael R Sweet 913561c630 Fix handling of directories with \ in them. 23 years ago
Michael R Sweet 4f75130870 Limit resizes to 1 line minimum. 23 years ago
Michael R Sweet 9e0efc1e88 First fixes for 1.1.2 - Fl_Scrollbar shouldn't take keyboard focus, 23 years ago
Michael R Sweet c300426e4c Fix Fl_Text_Display cursor drawing bug... 23 years ago
Michael R Sweet 5953e69de0 Include "flstring.h" before the FLTK headers, so that bool is defined 23 years ago
Michael R Sweet 4c0903ad50 WIN32 redraw fixes. 23 years ago
Michael R Sweet 82eeab48e6 Initialize backbuffer_bad under X11. 23 years ago
Michael R Sweet 8276f8b307 Implement Fl_Shared_Image::uncache(). 23 years ago
Michael R Sweet 65c019830b Make sure that font names are zeroed. 23 years ago
Michael R Sweet 7db8fe569d Preliminary OpenGL single-buffering fix. 23 years ago
Michael R Sweet 1d42e4784b BC++ workaround... 23 years ago
Michael R Sweet 9282371cb5 Use 2.0 drawing code for check marks... 23 years ago
Michael R Sweet be58513af7 Use memmove() instead of memcpy() in several key places. 23 years ago
Michael R Sweet fddb73a5f2 Bug #621737: Add range checking for the width and height arguments to the 23 years ago
Michael R Sweet fe8518f37c Fix bug #621740 - tooltips stay up in WIN32 when USE_TRACK_MOUSE is not 23 years ago
Michael R Sweet 1907ad9473 Set flag so that destructor will free memory used by PNM images. 23 years ago
Michael R Sweet 5d4b4d571b fl_filename_match() was not doing a case-insensitive comparison on UNIX 23 years ago
Michael R Sweet 3a1b6495c4 Fix focus box redraw bug for buttons with FL_NO_BOX. 23 years ago
Michael R Sweet 0d2a4632bb Fix SF bug #620633 - crash on redisplay in Fl_Text_Display. 23 years ago
Michael R Sweet 8b7b26b7bf Take focus when the user presses a shortcut. 23 years ago
Michael R Sweet 77c3efad19 Matthias's fl_filename_relative() fixes. 23 years ago
Michael R Sweet 8e0ec8482e Matthias's BMP file loader updates (16-bit + transparency support) 23 years ago
Michael R Sweet b40f5fb69e Documentation updates. 23 years ago
Michael R Sweet 5c8ccb8289 Vertical scrollbars didn't draw inactive arrows... 23 years ago
Michael R Sweet 8d552439c7 New Fl_Widget::redraw_label() method to cleanly redraw the label of a 23 years ago
Michael R Sweet 3a0dd9fe23 Fix compile error. 23 years ago
Michael R Sweet 5610521910 Doco updates. 23 years ago
Michael R Sweet 14f4321330 Fix "create" handling of new-directory button. 23 years ago
Michael R Sweet b6e2aceb4a Fix the filename pattern in FLUID for images. 23 years ago