[fltk.commit] [Library] r5766 - in trunk: src test

2007-04-07 Thread fltk-dev
Author: spitzak Date: 2007-04-07 18:14:29 -0400 (Sat, 07 Apr 2007) New Revision: 5766 Log: Changed if's to the arrangement used in other source files Modified: trunk/src/AnsiWidget.cxx trunk/test/keyboard_ui.cxx trunk/test/tabs.cxx Modified: trunk/src/AnsiWidget.cxx

[fltk.commit] [Library] r5768 - in trunk: fltk src src/osx src/win32 src/x11

2007-04-08 Thread fltk-dev
Author: spitzak Date: 2007-04-08 15:58:56 -0400 (Sun, 08 Apr 2007) New Revision: 5768 Log: Tried to improve the documentation of the Image object. Added a new method, set_forceARGB32(), that will be used to force the buffer to be in ARGB32, to make it practical for other code to access it. This is

[fltk.commit] [Library] r5773 - trunk/src

2007-04-10 Thread fltk-dev
Author: spitzak Date: 2007-04-10 06:44:56 -0400 (Tue, 10 Apr 2007) New Revision: 5773 Log: Newlines in labels do not reset the current font set by @ commands Modified: trunk/src/drawtext.cxx Modified: trunk/src/drawtext.cxx ===

[fltk.commit] [Library] r5774 - trunk/src

2007-04-10 Thread fltk-dev
Author: spitzak Date: 2007-04-10 06:47:10 -0400 (Tue, 10 Apr 2007) New Revision: 5774 Log: More checks of cross-platform compatabiltiy reveals that alt+x is not moved to ctrl+x on OS/X. Made the #x keyname not do this. Also changed it to parse the output of keyname (disagreement on command and

[fltk.commit] [Library] r5776 - in trunk: fltk src

2007-04-10 Thread fltk-dev
Author: spitzak Date: 2007-04-10 06:47:51 -0400 (Tue, 10 Apr 2007) New Revision: 5776 Log: file size returns long long. Modified: trunk/fltk/filename.h trunk/src/filename_isdir.cxx Modified: trunk/fltk/filename.h === ---

[fltk.commit] [WWW] r445 - in trunk: . phplib

2007-04-11 Thread fltk-dev
Author: mike Date: 2007-04-11 14:29:31 -0400 (Wed, 11 Apr 2007) New Revision: 445 Log: Add field searches and bookmarking of STR and article searches. Modified: trunk/links.php trunk/phplib/base-articles.php trunk/phplib/base-str.php trunk/phplib/common.php trunk/phplib/html.php

[fltk.commit] [Library] r5779 - trunk/test

2007-04-16 Thread fltk-dev
Author: sanel.z Date: 2007-04-16 10:38:58 -0400 (Mon, 16 Apr 2007) New Revision: 5779 Log: Added test for WHEN_NEVER. Modified: trunk/test/menu.cxx Modified: trunk/test/menu.cxx === --- trunk/test/menu.cxx 2007-04-16 14:34:36

[fltk.commit] [Library] r5781 - trunk/src

2007-04-16 Thread fltk-dev
Author: sanel.z Date: 2007-04-16 11:36:03 -0400 (Mon, 16 Apr 2007) New Revision: 5781 Log: Documented ProgressBar. Modified: trunk/src/ProgressBar.cxx Modified: trunk/src/ProgressBar.cxx === --- trunk/src/ProgressBar.cxx

[fltk.commit] [Library] r5782 - branches/fctrunk

2007-04-18 Thread fltk-dev
Author: fabien Date: 2007-04-18 13:39:56 -0400 (Wed, 18 Apr 2007) New Revision: 5782 Log: + configure.in (very old) bug FIX (ATTENTION FLTK1 TEAM you also have the problem so check this out) : AC_CHECK_SIZE returned in cygwin environment \n characters making impossible to test properly the

[fltk.commit] [Library] r5783 - trunk/src/win32

2007-04-24 Thread fltk-dev
Author: spitzak Date: 2007-04-24 18:39:12 -0400 (Tue, 24 Apr 2007) New Revision: 5783 Log: Removed code that made maximize of windows on Windows not work. Also removed dead code from the windows version. Modified: trunk/src/win32/run.cxx Modified: trunk/src/win32/run.cxx

[fltk.commit] [Library] r5789 - in branches/branch-1.1: . documentation

2007-05-01 Thread fltk-dev
Author: matt Date: 2007-05-01 10:40:27 -0400 (Tue, 01 May 2007) New Revision: 5789 Log: STR #1645: Updated documentation for Fl_Text_Buffer Modified: branches/branch-1.1/CHANGES branches/branch-1.1/documentation/Fl_Text_Buffer.html Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r5795 - branches/branch-1.1/src

2007-05-02 Thread fltk-dev
Author: matt Date: 2007-05-02 04:50:21 -0400 (Wed, 02 May 2007) New Revision: 5795 Log: Fixed for Linux, based on my previous checkins Modified: branches/branch-1.1/src/fl_ask.cxx Modified: branches/branch-1.1/src/fl_ask.cxx ===

[fltk.commit] [Library] r5797 - branches/branch-1.1

2007-05-02 Thread fltk-dev
Author: matt Date: 2007-05-02 11:01:37 -0400 (Wed, 02 May 2007) New Revision: 5797 Log: STR #1632: replaced 'install -d' with 'mkdir -p', falling back to 'install' in case 'mkdir' could not be found (which I can't imagine happening. Now I hope that every implementation of 'mkdir' supports the

[fltk.commit] [Library] r5798 - branches/branch-1.1

2007-05-02 Thread fltk-dev
Author: matt Date: 2007-05-02 11:12:09 -0400 (Wed, 02 May 2007) New Revision: 5798 Log: Remove the 'verbose' flag for directory creation. Modified: branches/branch-1.1/makeinclude.in Modified: branches/branch-1.1/makeinclude.in

[fltk.commit] [Library] r5802 - trunk/test

2007-05-04 Thread fltk-dev
Author: sanel.z Date: 2007-05-04 15:32:18 -0400 (Fri, 04 May 2007) New Revision: 5802 Log: Removed obsolete code. Modified: trunk/test/editor.cxx Modified: trunk/test/editor.cxx === --- trunk/test/editor.cxx 2007-05-04

[fltk.commit] [Library] r5806 - branches/branch-1.1/FL

2007-05-09 Thread fltk-dev
Author: matt Date: 2007-05-09 08:50:32 -0400 (Wed, 09 May 2007) New Revision: 5806 Log: STR #1571: Added direct access to changed() in Fl_Input_choice Modified: branches/branch-1.1/FL/Fl_Input_Choice.H Modified: branches/branch-1.1/FL/Fl_Input_Choice.H

[fltk.commit] [Library] r5813 - trunk/images

2007-05-12 Thread fltk-dev
Author: spitzak Date: 2007-05-12 10:41:07 -0400 (Sat, 12 May 2007) New Revision: 5813 Log: Put source files in visual c alphabetical order Modified: trunk/images/Makefile Modified: trunk/images/Makefile === ---

[fltk.commit] [Library] r5821 - in trunk: fltk fluid src test

2007-05-13 Thread fltk-dev
Author: spitzak Date: 2007-05-13 17:58:07 -0400 (Sun, 13 May 2007) New Revision: 5821 Log: Made the base widget class have children widgets, rather than the Group subclass. This is similar to GTK and should remove a number of kludges and rtti tests, and allow buttons and other widgets to be

[fltk.commit] [Library] r5829 - branches/branch-1.1/src

2007-05-14 Thread fltk-dev
Author: matt Date: 2007-05-14 11:51:00 -0400 (Mon, 14 May 2007) New Revision: 5829 Log: Removed warning about unused variable. Modified: branches/branch-1.1/src/Fl_Double_Window.cxx Modified: branches/branch-1.1/src/Fl_Double_Window.cxx

[fltk.commit] [Library] r5832 - branches/branch-1.1/documentation

2007-05-15 Thread fltk-dev
Author: matt Date: 2007-05-15 06:08:49 -0400 (Tue, 15 May 2007) New Revision: 5832 Log: Some very minor documentation updates. More to come. Modified: branches/branch-1.1/documentation/common.html Modified: branches/branch-1.1/documentation/common.html

[fltk.commit] [Library] r5834 - in branches/branch-1.1: . FL documentation

2007-05-16 Thread fltk-dev
Author: matt Date: 2007-05-16 04:30:48 -0400 (Wed, 16 May 2007) New Revision: 5834 Log: STR #1678: improved fl_down, fl_frame, added fl_box, updated documentation. Fixed indent in Fl_Input_Choice.H Modified: branches/branch-1.1/CHANGES branches/branch-1.1/FL/Enumerations.H

[fltk.commit] [Library] r5835 - branches/branch-1.1/src

2007-05-16 Thread fltk-dev
Author: matt Date: 2007-05-16 07:46:07 -0400 (Wed, 16 May 2007) New Revision: 5835 Log: STR #1625: yet another slight change in the fl_contrast cut-off value that hopefully now delivers best results for all color schemes. Modified: branches/branch-1.1/src/fl_color.cxx Modified:

[fltk.commit] [Library] r5836 - in branches/branch-1.1: . src

2007-05-16 Thread fltk-dev
Author: matt Date: 2007-05-16 08:47:49 -0400 (Wed, 16 May 2007) New Revision: 5836 Log: STR #1681: On WIN32 WM_PAINT messages, FLTK would first render the damaged area and then set the area as valid again. While this is mostly fine on single CPU machines, multi-CPU machines may re-invalidate

[fltk.commit] [Library] r5842 - branches/branch-1.1/documentation

2007-05-18 Thread fltk-dev
Author: matt Date: 2007-05-18 14:52:53 -0400 (Fri, 18 May 2007) New Revision: 5842 Log: Documentation fix (STR #1687) Modified: branches/branch-1.1/documentation/functions.html Modified: branches/branch-1.1/documentation/functions.html

[fltk.commit] [Library] r5843 - branches/branch-1.1/documentation

2007-05-18 Thread fltk-dev
Author: matt Date: 2007-05-18 14:57:40 -0400 (Fri, 18 May 2007) New Revision: 5843 Log: Documentation fix (STR #1686) Modified: branches/branch-1.1/documentation/Fl_File_Chooser.html branches/branch-1.1/documentation/Fl_Help_Dialog.html branches/branch-1.1/documentation/drawing.html

[fltk.commit] [Library] r5851 - branches/branch-1.1/documentation

2007-05-21 Thread fltk-dev
Author: matt Date: 2007-05-21 14:01:28 -0400 (Mon, 21 May 2007) New Revision: 5851 Log: Added link to documentation Modified: branches/branch-1.1/documentation/preface.html Modified: branches/branch-1.1/documentation/preface.html

[fltk.commit] [Library] r5868 - trunk/src

2007-06-01 Thread fltk-dev
Author: sanel.z Date: 2007-06-01 14:13:36 -0400 (Fri, 01 Jun 2007) New Revision: 5868 Log: Removed unneeded DESTDIR message Modified: trunk/src/Makefile Modified: trunk/src/Makefile === --- trunk/src/Makefile 2007-06-01

[fltk.commit] [Library] r5877 - trunk/src

2007-06-05 Thread fltk-dev
Author: spitzak Date: 2007-06-05 17:45:45 -0400 (Tue, 05 Jun 2007) New Revision: 5877 Log: Indentation fixes Modified: trunk/src/Cursor.cxx trunk/src/Menu.cxx Modified: trunk/src/Cursor.cxx === --- trunk/src/Cursor.cxx

[fltk.commit] [Library] r5875 - trunk/OpenGL

2007-06-05 Thread fltk-dev
Author: spitzak Date: 2007-06-05 17:34:23 -0400 (Tue, 05 Jun 2007) New Revision: 5875 Log: Does not set the current context to zero, so calls like DeleteDisplayList and so on can be done. Modified: trunk/OpenGL/Fl_Gl_Choice.cxx Modified: trunk/OpenGL/Fl_Gl_Choice.cxx

[fltk.commit] [Library] r5881 - trunk/src

2007-06-06 Thread fltk-dev
Author: spitzak Date: 2007-06-06 14:19:38 -0400 (Wed, 06 Jun 2007) New Revision: 5881 Log: STR 1680 Added Browser::load() code to Makefile Modified: trunk/src/Makefile Modified: trunk/src/Makefile === --- trunk/src/Makefile

[fltk.commit] [Library] r5883 - in trunk: src test

2007-06-06 Thread fltk-dev
Author: spitzak Date: 2007-06-06 15:50:47 -0400 (Wed, 06 Jun 2007) New Revision: 5883 Log: STR 1547 The ALIGN_CENTER flag, which otherwise did nothing, now forces the image() to be centered and places the label as though the image was not there. Modified: trunk/src/Widget_draw.cxx

[fltk.commit] [Library] r5886 - trunk/documentation

2007-06-06 Thread fltk-dev
Author: spitzak Date: 2007-06-06 16:30:41 -0400 (Wed, 06 Jun 2007) New Revision: 5886 Log: STR 1352 Added missing library to sample lnk line Modified: trunk/documentation/example1.doc Modified: trunk/documentation/example1.doc

[fltk.commit] [Library] r5892 - in trunk: OpenGL fltk

2007-06-08 Thread fltk-dev
Author: spitzak Date: 2007-06-08 14:15:37 -0400 (Fri, 08 Jun 2007) New Revision: 5892 Log: Fix it so you can hide an OpenGL window on OSX and fixed crash if you closed the window. Modified: trunk/OpenGL/Fl_Gl_Window.cxx trunk/fltk/GlWindow.h Modified: trunk/OpenGL/Fl_Gl_Window.cxx

[fltk.commit] [Library] r5896 - trunk/src

2007-06-08 Thread fltk-dev
Author: spitzak Date: 2007-06-08 14:19:39 -0400 (Fri, 08 Jun 2007) New Revision: 5896 Log: Numerous changes so that setting align(0) on a widget with an image will produce the text nicely centered under the image. In particular if you set align(0) on the top-level items in a MenuBar, it makes a

[fltk.commit] [Library] r5934 - in trunk: OpenGL fltk src src/osx src/x11 test

2007-07-23 Thread fltk-dev
Author: spitzak Date: 2007-07-23 13:12:39 -0700 (Mon, 23 Jul 2007) New Revision: 5934 Log: Drag Drop was completly broken on OSX. Also added a new dnd test program and fixed a few bugs found with that as well. Added: trunk/test/dnd.cxx Modified: trunk/OpenGL/Fl_Gl_Choice.cxx

[fltk.commit] [Library] r5936 - in trunk: . OpenGL src/x11

2007-07-24 Thread fltk-dev
Author: spitzak Date: 2007-07-24 04:25:53 -0700 (Tue, 24 Jul 2007) New Revision: 5936 Log: After a few months of crashes after running stuff many times here, it was pointed out to me that XShm permanently leaks memory (actually it looks like the real culprit is sysv ipc) and thus is pretty useless

[fltk.commit] [Library] r5937 - trunk/src/osx

2007-07-30 Thread fltk-dev
Author: spitzak Date: 2007-07-30 21:06:25 -0700 (Mon, 30 Jul 2007) New Revision: 5937 Log: These changes appear to allow the OSX code to work on older versions? I'm not sure what this is, it may be from one of the newsgroup postings, I hope this is a real fix. Modified: trunk/src/osx/run.cxx

[fltk.commit] [Library] r5947 - branches/branch-1.1/test

2007-10-07 Thread fltk-dev
Author: matt Date: 2007-10-07 03:04:01 -0700 (Sun, 07 Oct 2007) New Revision: 5947 Log: Fixed previously damaged 'hello.cxx' Modified: branches/branch-1.1/test/hello.cxx Modified: branches/branch-1.1/test/hello.cxx === ---

[fltk.commit] [Library] r5948 - in branches/branch-1.1: . src

2007-10-07 Thread fltk-dev
Author: matt Date: 2007-10-07 03:12:32 -0700 (Sun, 07 Oct 2007) New Revision: 5948 Log: STR #1761: fixed fl_filename_isdir for '/'-path in Unix Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/filename_isdir.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r5951 - branches/branch-1.1

2007-10-07 Thread fltk-dev
Author: matt Date: 2007-10-07 03:45:38 -0700 (Sun, 07 Oct 2007) New Revision: 5951 Log: Removed note in CHANGES files because this bug was introduced after 1.1.7 Modified: branches/branch-1.1/CHANGES Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r5959 - trunk/src

2007-10-17 Thread fltk-dev
Author: spitzak Date: 2007-10-17 13:38:11 -0700 (Wed, 17 Oct 2007) New Revision: 5959 Log: Fix for STR #1782 HelpView was not rewritten to the x/y relative coordinates of fltk2 Modified: trunk/src/HelpView.cxx Modified: trunk/src/HelpView.cxx

[fltk.commit] [Library] r5961 - trunk/fltk

2007-10-17 Thread fltk-dev
Author: spitzak Date: 2007-10-17 13:54:58 -0700 (Wed, 17 Oct 2007) New Revision: 5961 Log: Newer VC++ was producing warnings about not putting underscore in front of Unix functions. Modified: trunk/fltk/string.h Modified: trunk/fltk/string.h

[fltk.commit] [Library] r5964 - trunk/OpenGL

2007-11-08 Thread fltk-dev
Author: spitzak Date: 2007-11-08 10:10:38 -0800 (Thu, 08 Nov 2007) New Revision: 5964 Log: Fixed crash on OS/X Modified: trunk/OpenGL/gl_draw.cxx Modified: trunk/OpenGL/gl_draw.cxx === --- trunk/OpenGL/gl_draw.cxx2007-10-17

[fltk.commit] [Library] r5968 - in trunk: . fltk src

2007-11-13 Thread fltk-dev
Author: dejan Date: 2007-11-13 14:56:23 -0800 (Tue, 13 Nov 2007) New Revision: 5968 Log: This commit solves problem(s) reported in STR#1672 by Mr. Davy Durham who has sent patches and was kind enough to come to our IRC channel (irc://irc.oftc.net/fltk) and have discussion with me. Mr. Durham,

[fltk.commit] [Library] r5970 - in trunk: fltk src

2007-11-13 Thread fltk-dev
Author: dejan Date: 2007-11-13 15:05:48 -0800 (Tue, 13 Nov 2007) New Revision: 5970 Log: A handy fix from STR#1666 by Davy Durham. It adds a margin property to PackedGroup. It creates a constant spacing AROUND all the child Widgets in distinction to the spacing BETWEEN the child widgets. It

[fltk.commit] [Library] r5971 - trunk/test

2007-11-13 Thread fltk-dev
Author: dejan Date: 2007-11-13 17:49:47 -0800 (Tue, 13 Nov 2007) New Revision: 5971 Log: These changes fulfill the request in STR#1783 to discard use of the old FLTK 1.x API in the mandelbrot demo application. It amazes me how bad these examples are... It is obvious that they have been written

[fltk.commit] [Library] r5972 - in trunk: fltk test

2007-11-14 Thread fltk-dev
Author: dejan Date: 2007-11-14 08:49:25 -0800 (Wed, 14 Nov 2007) New Revision: 5972 Log: ShapedWindow now implicitly sets border to false. Clock demo which utilizes this class does not use deprecated clear_border(), or border(false)... Modified: trunk/fltk/ShapedWindow.h

[fltk.commit] [Library] r5973 - trunk/src

2007-11-14 Thread fltk-dev
Author: dejan Date: 2007-11-14 09:06:21 -0800 (Wed, 14 Nov 2007) New Revision: 5973 Log: Small change in ShapedWindow class documentation. Modified: trunk/src/ShapedWindow.cxx Modified: trunk/src/ShapedWindow.cxx === ---

[fltk.commit] [Library] r5974 - trunk/fltk/compat/FL

2007-11-15 Thread fltk-dev
Author: dejan Date: 2007-11-15 00:51:17 -0800 (Thu, 15 Nov 2007) New Revision: 5974 Log: Added compatibility header for Fl_Pack. Mr. Zoltan Toth reported it missing on fltk.bugs newsgroup. Thanks. Added: trunk/fltk/compat/FL/Fl_Pack.H Added: trunk/fltk/compat/FL/Fl_Pack.H

[fltk.commit] [Library] r5976 - in branches/branch-1.1: documentation test

2007-11-19 Thread fltk-dev
Author: matt Date: 2007-11-19 06:14:13 -0800 (Mon, 19 Nov 2007) New Revision: 5976 Log: Fixed some typos and some funny language (my own) in the documentation of the test applications. ADded a hidden [+] key support for 'Blocks' so that I can increase the level to my prefered one (6) and not

[fltk.commit] [Library] r5977 - branches/branch-1.1/src

2007-11-19 Thread fltk-dev
Author: matt Date: 2007-11-19 07:13:45 -0800 (Mon, 19 Nov 2007) New Revision: 5977 Log: STR #1805: removed hard-coded scroll bar widths. Modified: branches/branch-1.1/src/Fl_Help_View.cxx Modified: branches/branch-1.1/src/Fl_Help_View.cxx

[fltk.commit] [Library] r5981 - branches/branch-1.1/src

2007-11-19 Thread fltk-dev
Author: matt Date: 2007-11-19 08:21:19 -0800 (Mon, 19 Nov 2007) New Revision: 5981 Log: STR 1745: in fl_ask, if the rightmost button has a shortcut in its label, the default 'Escape' is overridden. Modified: branches/branch-1.1/src/Fl_Pack.cxx branches/branch-1.1/src/fl_ask.cxx

[fltk.commit] [Library] r5983 - branches/branch-1.1/documentation

2007-11-20 Thread fltk-dev
Author: matt Date: 2007-11-20 03:09:07 -0800 (Tue, 20 Nov 2007) New Revision: 5983 Log: Typo... Modified: branches/branch-1.1/documentation/examples.html Modified: branches/branch-1.1/documentation/examples.html === ---

[fltk.commit] [Library] r5984 - in branches/branch-1.1: . src

2007-11-20 Thread fltk-dev
Author: mike Date: 2007-11-20 09:00:56 -0800 (Tue, 20 Nov 2007) New Revision: 5984 Log: Fix window hide bug on WIN32 (STR #1748) Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/Fl_win32.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r5988 - branches/branch-1.1

2007-11-20 Thread fltk-dev
Author: mike Date: 2007-11-20 20:43:28 -0800 (Tue, 20 Nov 2007) New Revision: 5988 Log: Add -L. to DSOFLAGS (STR #1791) Modified: branches/branch-1.1/CHANGES branches/branch-1.1/makeinclude.in Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r5991 - in branches/branch-1.1: . FL src

2007-12-15 Thread fltk-dev
Author: mike Date: 2007-12-15 08:08:23 -0800 (Sat, 15 Dec 2007) New Revision: 5991 Log: Fl_Help_View did not release the images it used (STR #1817) Modified: branches/branch-1.1/CHANGES branches/branch-1.1/FL/Fl_Help_View.H branches/branch-1.1/src/Fl_Help_View.cxx Modified:

[fltk.commit] [Library] r5993 - in branches/branch-1.1: FL documentation src

2007-12-15 Thread fltk-dev
Author: mike Date: 2007-12-15 08:42:00 -0800 (Sat, 15 Dec 2007) New Revision: 5993 Log: Add clip_children() method (STR #1844) Modified: branches/branch-1.1/FL/Fl_Group.H branches/branch-1.1/documentation/Fl_Group.html branches/branch-1.1/src/Fl_Group.cxx Modified:

[fltk.commit] [Library] r5994 - branches/branch-1.1

2007-12-15 Thread fltk-dev
Author: mike Date: 2007-12-15 08:42:08 -0800 (Sat, 15 Dec 2007) New Revision: 5994 Log: Changelog. Modified: branches/branch-1.1/CHANGES Modified: branches/branch-1.1/CHANGES === --- branches/branch-1.1/CHANGES 2007-12-15

[fltk.commit] [Library] r5995 - in branches/branch-1.1: . documentation

2007-12-15 Thread fltk-dev
Author: mike Date: 2007-12-15 09:10:13 -0800 (Sat, 15 Dec 2007) New Revision: 5995 Log: Add documentation for Fl::event_dx, event_dy, and event_text (STR #1843) Modified: branches/branch-1.1/CHANGES branches/branch-1.1/documentation/Fl.html Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6002 - branches/branch-1.1/src

2007-12-16 Thread fltk-dev
Author: mike Date: 2007-12-16 15:34:06 -0800 (Sun, 16 Dec 2007) New Revision: 6002 Log: Inset clipping rectangle using box types. Modified: branches/branch-1.1/src/Fl_Group.cxx Modified: branches/branch-1.1/src/Fl_Group.cxx ===

[fltk.commit] [Library] r6003 - in branches/branch-1.1: . src

2007-12-18 Thread fltk-dev
Author: matt Date: 2007-12-18 01:41:12 -0800 (Tue, 18 Dec 2007) New Revision: 6003 Log: STR #1729: fixed ovelay offset for Quartz rendering Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/Fl_mac.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6006 - in branches/branch-1.1: . src

2007-12-20 Thread fltk-dev
Author: matt Date: 2007-12-20 08:32:56 -0800 (Thu, 20 Dec 2007) New Revision: 6006 Log: Fixed 16 bit PNM image support (STR #1847) Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/Fl_PNM_Image.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6011 - branches/branch-1.1/src

2008-01-04 Thread fltk-dev
Author: matt Date: 2008-01-04 12:32:37 -0800 (Fri, 04 Jan 2008) New Revision: 6011 Log: Fixed Fl_Text_Display redrawing for focus changes for primary selection and highlight Modified: branches/branch-1.1/src/Fl_Text_Buffer.cxx branches/branch-1.1/src/Fl_Text_Display.cxx Modified:

[fltk.commit] [Library] r6012 - in branches/branch-1.1: . fluid

2008-01-04 Thread fltk-dev
Author: matt Date: 2008-01-04 13:45:49 -0800 (Fri, 04 Jan 2008) New Revision: 6012 Log: STR #1776: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or

[fltk.commit] [Library] r6013 - in branches/branch-1.1: . fluid

2008-01-04 Thread fltk-dev
Author: matt Date: 2008-01-04 14:18:40 -0800 (Fri, 04 Jan 2008) New Revision: 6013 Log: STR #1741: fixed and improved on missing 'public' attribute in consecutive classes in FLUID Modified: branches/branch-1.1/CHANGES branches/branch-1.1/fluid/Fl_Function_Type.cxx

[fltk.commit] [Library] r6014 - branches/branch-1.1/fluid/pixmaps

2008-01-05 Thread fltk-dev
Author: matt Date: 2008-01-05 01:27:49 -0800 (Sat, 05 Jan 2008) New Revision: 6014 Log: Missing pixmap Added: branches/branch-1.1/fluid/pixmaps/protected.xpm Added: branches/branch-1.1/fluid/pixmaps/protected.xpm === ---

[fltk.commit] [WWW] r454 - trunk

2008-01-06 Thread fltk-dev
Author: mike Date: 2008-01-06 21:03:54 -0800 (Sun, 06 Jan 2008) New Revision: 454 Log: Fix typo. Modified: trunk/shots.php Modified: trunk/shots.php === --- trunk/shots.php 2007-06-28 14:31:25 UTC (rev 453) +++

[fltk.commit] [Library] r6015 - in branches/branch-1.1: . src

2008-01-09 Thread fltk-dev
Author: matt Date: 2008-01-09 13:23:51 -0800 (Wed, 09 Jan 2008) New Revision: 6015 Log: STR #1853: fixed potntial buffer overrun un Fl_Preferences Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/Fl_Preferences.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6016 - branches/branch-1.1/src

2008-01-09 Thread fltk-dev
Author: matt Date: 2008-01-09 13:32:40 -0800 (Wed, 09 Jan 2008) New Revision: 6016 Log: Added warning in inofficial Fl_Sys_Menubar.cxx about bundeling apps to make the menu bar work Modified: branches/branch-1.1/src/Fl_Sys_Menu_Bar.cxx Modified: branches/branch-1.1/src/Fl_Sys_Menu_Bar.cxx

[fltk.commit] [Library] r6017 - in branches/branch-1.1: src test

2008-01-10 Thread fltk-dev
Author: matt Date: 2008-01-10 13:53:34 -0800 (Thu, 10 Jan 2008) New Revision: 6017 Log: STR #1854: fixed win32 issue with possible NULL pointer Modified: branches/branch-1.1/src/Fl_win32.cxx branches/branch-1.1/test/hello.cxx Modified: branches/branch-1.1/src/Fl_win32.cxx

[fltk.commit] [Library] r6018 - branches/branch-1.1/test

2008-01-10 Thread fltk-dev
Author: matt Date: 2008-01-10 13:56:46 -0800 (Thu, 10 Jan 2008) New Revision: 6018 Log: Fixed wrong version of hello.cxx Modified: branches/branch-1.1/test/hello.cxx Modified: branches/branch-1.1/test/hello.cxx === ---

[fltk.commit] [Library] r6020 - branches/branch-1.1/documentation

2008-01-10 Thread fltk-dev
Author: matt Date: 2008-01-10 14:43:37 -0800 (Thu, 10 Jan 2008) New Revision: 6020 Log: typo Modified: branches/branch-1.1/documentation/Fl_RGB_Image.html Modified: branches/branch-1.1/documentation/Fl_RGB_Image.html === ---

[fltk.commit] [Library] r6021 - branches/branch-1.1/documentation

2008-01-16 Thread fltk-dev
Author: matt Date: 2008-01-16 07:25:17 -0800 (Wed, 16 Jan 2008) New Revision: 6021 Log: STR 1857: fixed malformed HTML. Modified: branches/branch-1.1/documentation/Fl_Input.html Modified: branches/branch-1.1/documentation/Fl_Input.html

[fltk.commit] [Applications] r445 - trunk/Fl_CallbackPlus

2008-01-29 Thread fltk-dev
Author: sanel.z Date: 2008-01-29 12:09:39 -0800 (Tue, 29 Jan 2008) New Revision: 445 Log: Added reason why list exists Modified: trunk/Fl_CallbackPlus/Fl_CallbackPlus.h Modified: trunk/Fl_CallbackPlus/Fl_CallbackPlus.h === ---

[fltk.commit] [Library] r6026 - in branches/branch-1.1: . src

2008-02-14 Thread fltk-dev
Author: matt Date: 2008-02-14 10:17:06 -0800 (Thu, 14 Feb 2008) New Revision: 6026 Log: Fixed OS X pixmap offset bug (Thanks to D'Elia Yuri) STR 1856 Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/fl_draw_pixmap.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6035 - in branches/branch-1.1: . src

2008-02-20 Thread fltk-dev
Author: matt Date: 2008-02-20 10:33:25 -0800 (Wed, 20 Feb 2008) New Revision: 6035 Log: STR 1869: fixed race condition when an alert window pops up during menu handling. Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/fl_ask.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6037 - in branches/branch-1.1: . documentation

2008-02-20 Thread fltk-dev
Author: matt Date: 2008-02-20 10:55:36 -0800 (Wed, 20 Feb 2008) New Revision: 6037 Log: STR #1747: Fl::grab may not work as expected, added warning in documentation Modified: branches/branch-1.1/CHANGES branches/branch-1.1/documentation/Fl.html Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6041 - trunk/src

2008-02-22 Thread fltk-dev
Author: fabien Date: 2008-02-22 15:00:05 -0800 (Fri, 22 Feb 2008) New Revision: 6041 Log: applying STR#1863 (fltk::input() do not return 0 after the Cancel button was pressed) fix. Modified: trunk/src/message.cxx Modified: trunk/src/message.cxx

[fltk.commit] [Library] r6042 - in branches/branch-1.1: . FL src

2008-02-25 Thread fltk-dev
Author: matt Date: 2008-02-25 05:00:53 -0800 (Mon, 25 Feb 2008) New Revision: 6042 Log: STR 1880: Fixed timer leak in Fl_Scrollbar Modified: branches/branch-1.1/CHANGES branches/branch-1.1/FL/Fl_Scrollbar.H branches/branch-1.1/src/Fl_Scrollbar.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6043 - in branches/branch-1.1: . src

2008-02-25 Thread fltk-dev
Author: matt Date: 2008-02-25 05:09:30 -0800 (Mon, 25 Feb 2008) New Revision: 6043 Log: Fixed Tab key to wrap around menu bars (STR #1877) Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/Fl_Menu.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6044 - branches/branch-1.1/documentation

2008-02-25 Thread fltk-dev
Author: matt Date: 2008-02-25 06:14:52 -0800 (Mon, 25 Feb 2008) New Revision: 6044 Log: Added STR #1859 as a fluid documentation sub chapter Modified: branches/branch-1.1/documentation/fluid.html Modified: branches/branch-1.1/documentation/fluid.html

[fltk.commit] [Library] r6045 - in branches/branch-1.1: . fluid test

2008-02-25 Thread fltk-dev
Author: matt Date: 2008-02-25 06:43:34 -0800 (Mon, 25 Feb 2008) New Revision: 6045 Log: STR 1795: applied patch to fix Icon path settings. Will try on my Linux machine next. Modified: branches/branch-1.1/CHANGES branches/branch-1.1/fltk.list.in branches/branch-1.1/fltk.spec.in

[fltk.commit] [Library] r6046 - in branches/branch-1.1: . src

2008-02-25 Thread fltk-dev
Author: matt Date: 2008-02-25 07:03:48 -0800 (Mon, 25 Feb 2008) New Revision: 6046 Log: STR #1716: Fixed image read for partial regions on X11 Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/fl_read_image.cxx Modified: branches/branch-1.1/CHANGES

[fltk.commit] [WWW] r460 - trunk/site

2008-02-25 Thread fltk-dev
Author: matt Date: 2008-02-25 08:10:46 -0800 (Mon, 25 Feb 2008) New Revision: 460 Log: Reversed attempts to get this script working. I don't want this to look more like a hack attempt than it already is. Also, I suck at php ;-) Modified: trunk/site/upload.php Modified: trunk/site/upload.php

[fltk.commit] [WWW] r461 - trunk/site

2008-02-25 Thread fltk-dev
Author: matt Date: 2008-02-25 08:14:05 -0800 (Mon, 25 Feb 2008) New Revision: 461 Log: One more try. I just can't let go Modified: trunk/site/upload.php Modified: trunk/site/upload.php === --- trunk/site/upload.php

[fltk.commit] [WWW] r462 - trunk/site

2008-02-25 Thread fltk-dev
Author: matt Date: 2008-02-25 08:15:39 -0800 (Mon, 25 Feb 2008) New Revision: 462 Log: Never mind. Modified: trunk/site/upload.php Modified: trunk/site/upload.php === --- trunk/site/upload.php 2008-02-25 16:14:05 UTC (rev

[fltk.commit] [Library] r6049 - in trunk: ide/visualc src

2008-02-26 Thread fltk-dev
Author: fabien Date: 2008-02-26 06:21:23 -0800 (Tue, 26 Feb 2008) New Revision: 6049 Log: Fixed underscore shortcut sticked to letter under some platform by introducing a generic x,y offset calculation in the drawtext code, indeed underscore size and position is not the same from one platform to

[fltk.commit] [Library] r6050 - in branches/branch-1.1: . documentation

2008-02-26 Thread fltk-dev
Author: matt Date: 2008-02-26 07:04:03 -0800 (Tue, 26 Feb 2008) New Revision: 6050 Log: Fixed typos Modified: branches/branch-1.1/CHANGES branches/branch-1.1/documentation/Fl.html Modified: branches/branch-1.1/CHANGES === ---

[fltk.commit] [Library] r6051 - in branches/branch-1.1: . fluid test

2008-02-26 Thread fltk-dev
Author: matt Date: 2008-02-26 07:26:08 -0800 (Tue, 26 Feb 2008) New Revision: 6051 Log: STR 1883: Attempt to fix installation of binaries in .app bundle on platforms other than OS X. Must be tested with Cygwin and on Linux! Modified: branches/branch-1.1/configure.in

[fltk.commit] [Library] r6053 - branches/branch-1.1/test

2008-02-26 Thread fltk-dev
Author: matt Date: 2008-02-26 12:37:01 -0800 (Tue, 26 Feb 2008) New Revision: 6053 Log: STR 1885: fixed silly bugs in Sudoku Modified: branches/branch-1.1/test/sudoku.cxx Modified: branches/branch-1.1/test/sudoku.cxx === ---

[fltk.commit] [Library] r6055 - tags/release-1.1.8rc1

2008-02-27 Thread fltk-dev
Author: matt Date: 2008-02-27 00:25:41 -0800 (Wed, 27 Feb 2008) New Revision: 6055 Log: Tag 1.1.8rc1 Added: tags/release-1.1.8rc1/branch-1.1/ Copied: tags/release-1.1.8rc1/branch-1.1 (from rev 6054, branches/branch-1.1) ___ fltk-commit mailing list

[fltk.commit] [Library] r6056 - tags

2008-02-27 Thread fltk-dev
Author: matt Date: 2008-02-27 00:57:44 -0800 (Wed, 27 Feb 2008) New Revision: 6056 Log: Tag 1.1.8rc1.1 Added: tags/release-1.1.8rc1.1/ Copied: tags/release-1.1.8rc1.1 (from rev 6055, branches/branch-1.1) ___ fltk-commit mailing list

[fltk.commit] [WWW] r463 - trunk/data

2008-02-27 Thread fltk-dev
Author: matt Date: 2008-02-27 01:42:01 -0800 (Wed, 27 Feb 2008) New Revision: 463 Log: Manually updated the md5 database because the paths were messed up in the list and I also try to remove the duplicate uploads - we will see. Modified: trunk/data/software.md5 Modified:

[fltk.commit] [WWW] r465 - trunk/site

2008-02-27 Thread fltk-dev
Author: matt Date: 2008-02-27 02:55:41 -0800 (Wed, 27 Feb 2008) New Revision: 465 Log: Fixed the missing 'fltk/' prefix for the 'software.md5' database Modified: trunk/site/rm.php trunk/site/upload.php Modified: trunk/site/rm.php

[fltk.commit] [WWW] r464 - trunk/site

2008-02-27 Thread fltk-dev
Author: matt Date: 2008-02-27 02:49:58 -0800 (Wed, 27 Feb 2008) New Revision: 464 Log: Removing the faulty software list Added: trunk/site/rm.php Added: trunk/site/rm.php === --- trunk/site/rm.php (rev

[fltk.commit] [Library] r6057 - in branches/branch-1.1: . src

2008-02-27 Thread fltk-dev
Author: matt Date: 2008-02-27 07:00:31 -0800 (Wed, 27 Feb 2008) New Revision: 6057 Log: Fixed library path in Makefile (STR #1885) Modified: branches/branch-1.1/CHANGES branches/branch-1.1/src/Makefile Modified: branches/branch-1.1/CHANGES

[fltk.commit] [Library] r6059 - branches/branch-1.1

2008-02-28 Thread fltk-dev
Author: mike Date: 2008-02-28 08:50:07 -0800 (Thu, 28 Feb 2008) New Revision: 6059 Log: Update copyrights for packaging files. Modified: branches/branch-1.1/fltk.list.in branches/branch-1.1/fltk.spec.in Modified: branches/branch-1.1/fltk.list.in

[fltk.commit] [Library] r6062 - in branches/branch-1.1: . documentation

2008-03-01 Thread fltk-dev
Author: matt Date: 2008-03-01 03:08:32 -0800 (Sat, 01 Mar 2008) New Revision: 6062 Log: Syb=nching the list of mirrors in doc/intro.html and README Modified: branches/branch-1.1/CHANGES branches/branch-1.1/README branches/branch-1.1/documentation/intro.html Modified:

[fltk.commit] [WWW] r466 - trunk/phplib

2008-03-04 Thread fltk-dev
Author: mike Date: 2008-03-04 19:19:29 -0800 (Tue, 04 Mar 2008) New Revision: 466 Log: Remove bookmark code since some browsers (Safari) have buggy parsers. Modified: trunk/phplib/base-articles.php trunk/phplib/base-str.php Modified: trunk/phplib/base-articles.php

[fltk.commit] [WWW] r467 - trunk/phplib

2008-03-04 Thread fltk-dev
Author: mike Date: 2008-03-04 19:20:41 -0800 (Tue, 04 Mar 2008) New Revision: 467 Log: Remove unused vars. Modified: trunk/phplib/base-articles.php trunk/phplib/base-str.php Modified: trunk/phplib/base-articles.php === ---

  1   2   3   4   5   6   7   8   9   10   >