summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-04-23Changed Makefile in src to use 1.3 instead of 1.1 (STR #1922). Fixed minor ↵Matthias Melcher
issue with handling of shortcuts in text input fields. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6115 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23A few more chnaged to get Fl_Font as a new type goingMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6114 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ↵Matthias Melcher
Fl_Font_Size as a type to measure font height (or rather size). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6113 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23All widget coordinates are now 32 bit. Beware though, on a 16 bit graphics ↵Matthias Melcher
system, line drawing and window positioning is still messed up for coordinates beyond 16 bit. See STR #1929. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6112 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-23Adding keyboard shortcut to Fl_Value_Input and Fl_Text_EditorMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6111 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-22Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR ↵Matthias Melcher
#1770). Code added for Fluid. Documentation updated. This commit must be considered partial because there is no shortcut handling for Fl_Text_Display derived widgets or Fl_Value_Input which is derived form Fl_Valuator. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6109 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-22Applying 1.1.9 changes to the 1.3 branch.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-04-12Updated 1.3 with changes from 1.1.9Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6099 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-03-09STR 1891: fixing fl_read_image for double buffered windows.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6065 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-27Fixed library path in Makefile (STR #1885)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6057 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-25STR #1716: Fixed image read for partial regions on X11Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6046 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-25Fixed Tab key to wrap around menu bars (STR #1877)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6043 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-25STR 1880: Fixed timer leak in Fl_ScrollbarMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6042 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-20STR 1869: fixed race condition when an alert window pops up during menu ↵Matthias Melcher
handling. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6035 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-20Fixed recursion crash in event handling (STR #1873Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-20STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGEDMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6031 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-20STR 1849: fixed messages sent to hidden windowsMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6030 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-20STR #1868: fixed horizontal scrolbar in help view thanks to wavexxMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6029 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-02-14Fixed OS X pixmap offset bug (Thanks to D'Elia Yuri) STR 1856Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6026 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-01-10STR #1854: fixed win32 issue with possible NULL pointerMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6017 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-01-09Added warning in inofficial Fl_Sys_Menubar.cxx about bundeling apps to make ↵Matthias Melcher
the menu bar work git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-01-09STR #1853: fixed potntial buffer overrun un Fl_PreferencesMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6015 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-01-04Fixed Fl_Text_Display redrawing for focus changes for primary selection and ↵Matthias Melcher
highlight git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6011 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-20Fixed 16 bit PNM image support (STR #1847)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6006 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-20Fixed exposure event on zero size windows (STR #1824)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6005 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-18STR #1729: fixed ovelay offset for Quartz renderingMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6003 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-16Inset clipping rectangle using box types.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6002 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-16Fix infinite loop bug...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6000 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-15Merge gl_font() changes for Xft+X11 (STR #1809)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5999 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-15Fl_Gl_Window::mode() needed to hide and show the window when toggling stereoMichael R Sweet
mode (STR #1846) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5998 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-15Add set_visible() for GL windows on Mac OS X (STR #1707)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5997 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-15Add clip_children() method (STR #1844)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5993 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-15Fl_Browser_ and friends now support FL_WHEN_ENTER_KEY for both Enter/ReturnMichael R Sweet
and double-clicks (STR #1818) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5992 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-12-15Fl_Help_View did not release the images it used (STR #1817)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-11-20Update scrollbars when showing or hiding items (STR #1724)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5987 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-11-20Remove unused variables.Michael R Sweet
Fix fltk-config --libs and fltk-config --ldstaticflags (STR #1799) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5985 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-11-20Fix window hide bug on WIN32 (STR #1748)Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5984 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-11-19STR 1745: in fl_ask, if the rightmost button has a shortcut in its label, ↵Matthias Melcher
the default 'Escape' is overridden. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5981 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-11-19STR #1767: Adding "remove" function for the Fl_Check_BrowserMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5978 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-11-19STR #1805: removed hard-coded scroll bar widths.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5977 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-10-07STR #1742: Updated documentation to reflect the true nature of "selection()" ↵Matthias Melcher
and "value()" for Fl_Multi_Browser which can be quite surprisin for unsuspecting customers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5952 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-10-07STR #1715: Added empty "awake" function for non-threaded dll'sMatthias Melcher
in Linux git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5950 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-10-07STR #1761: fixed fl_filename_isdir for '/'-path in UnixMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5948 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-10-06Fixed Fl_Chart drawing (STR #1756)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5942 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-06-20STR #1714: fixed bad deallocation (NULL pointer issue) in Fl_Preferences.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5917 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-06-18#1706: on WIN32, the attempt to map a subwindow when the parent window was ↵Matthias Melcher
not mapped yet would result in the subwindow never being mapped. This change will defer mapping until the parent window is shown. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5914 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-06-18Fixed wrong array size.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5913 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-06-18STR #1706: mapping a subwindow with an unmapped parent window would crash ↵Matthias Melcher
under X11. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5911 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-06-07Fixed rendering of grayscale images with alpha channel on unaccelerated ↵Matthias Melcher
machines. Thanks, Sanel (STR #1703) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5888 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2007-05-21Typo HAVE_LONg_LONG instead of HAVE_LONG_LONGMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5850 ea41ed52-d2ee-0310-a9c1-e6b18d33e121