summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-04Eliminate compiler warning.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2861 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-12-04Change depth bits to 24 - Matthias, can you verify that this still worksMichael R Sweet
on your systems? I'll double-check with my iBook and iMac... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2860 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-12-04OSX fixes for GLUT/GL window classes.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2859 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-25Bump version number in CVS...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2857 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-25WIN32 cleanup for 1.1.2 release.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2855 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-23Only set the callback when the text is changed; otherwise when you setMichael R Sweet
the properties of multiple widgets, the callbacks will be changed for all of the widgets... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2854 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-20Fix type in WIN32 source...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2853 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-20Fix one last focus bug in Fl_Tabs - now clicks should update the focusMichael R Sweet
as expected... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2852 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-20Fl_File_Input::value("") didn't work.Michael R Sweet
The window close callback also needed to set the filename to "". git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-19Add space for icons to item_width(), otherwise the horizontal scrollbarMichael R Sweet
won't scroll far enough... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2850 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-19Support vertical dividers in menu bars.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2849 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-19Fix fl_dir_chooser()/Fl_File_Chooser:value() bug - cancel didn't returnMichael R Sweet
NULL since the filename field wasn't cleared, too... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2848 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-19Increase label buffer size and bounds-check all writes.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2847 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-19Range check the visLineNum argument...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2846 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
by Paul Chambers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2845 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-18Update Fl::get_color() docos.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2844 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-15Fix OpenGL resize bug under OSX.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2843 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-15Fix fl_show_colormap() documentation.Michael R Sweet
Show color chooser window before grabbing it. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2842 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-14Make check browser check boxes consistent with other widgets...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2841 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-14Add const char * add methods to Fl_Check_Browser.Michael R Sweet
Fix cursor code in text widgets. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2840 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-14Add CVS ignore file...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2839 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-14Add Alpha compiler stuff and cast for menu code.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2837 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-12Fixed missing undo bug in Fl_Text_Editor. Undo would be performed onMatthias Melcher
text buffer AND attribute buffer, which in turn confused the undo buffer. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2836 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-12Xft2 fix from Stephen Davies...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2835 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-11Don't popup menus or activate buttons when (SHIFT/CTRL/ALT/META) + spaceMichael R Sweet
is pressed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2834 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-09Patch from Steve Davies for Xft 2.x.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2833 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-08Don't use built-in snprintf/vsnprintf functions on Tru64 4.0, since thereMichael R Sweet
are no prototypes and not all patch levels provide them. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2832 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-08Fix keyboard composition for X11.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2831 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-08Tab moves forward in menu, Shift-Tab moves backward.Michael R Sweet
CTRL-V no longer segfaults Fl_Text_Editor when the clipboard is empty. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2830 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-08Fix label redraw bug.Michael R Sweet
Remove unused variable. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2829 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-08Add draw_children() method to Fl_Group.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2828 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-07Sigh...Michael R Sweet
Remove CR's from XPM files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2827 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-07Include stdlib.h, not the non-standard malloc.h header...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2826 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-05Added 'Undo' to Fl_Text_Editor by reusing some of the Fl_Input_ code. I ↵Matthias Melcher
tried many cases and it seems to work fine. Matthias git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2825 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-05Added callbacks to Fl_Text_Editor.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2824 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-03Set Fl_Text_Editor fields to Courier font for easier programmingMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2823 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-03Replaced 'callback' and 'code' input in FLUID with Fl_Text_Editor.Matthias Melcher
Made widget pannel resize only text fields (which I see as the logical way to do it. Opinions welcome). Matthias git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2822 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-01Fix widget construction code for custom/named widget classes.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2821 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-01Move pixmaps to a subdirectory...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2820 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-01Rename files with the correct filenames...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2773 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-01Don't allow multiple shell commands to run at the same time.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2770 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-31Added WidgetBin/ToolBox to fluid. Made fluid remember windowMatthias Melcher
positions (only main and toolbox yet). Toolbox can be switched off. Position remeber function can be switched off. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2767 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-30Fixed two little bugs for Fluid pixmaps on MacOS and Unix.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2766 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-30Added icons to Fluid's menu and object list.Matthias Melcher
Previous version is tagged in cvs with 'pre_fluid_icon_changes'. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2765 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-30Update tile documentation to be explicit about widgets touching and doingMichael R Sweet
their own borders. Support CMD+[cxv] for copy/cut/paste on OSX. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2717 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-30Tooltip tweeks.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2716 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-30Unswapped MacOS modifier keys. event_key and event_text should returnMatthias Melcher
the expected values now. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2715 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-29Fix focus hogging by the Fl_Tabs widget.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2713 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-29More fun with WIN32 redraw...Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2710 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-29Fix OK button when doing directory selection.Michael R Sweet
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2708 ea41ed52-d2ee-0310-a9c1-e6b18d33e121