summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-29Export Fl_Copy_Surface and friendsLauri Kasanen
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10406 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-29Added missing Doxygen documentation for 4 Fl_Window member functions.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10405 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-29Add method Fl_Window::clear_modal_states(), Ian MacArthur
addresses STR #3123 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10404 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-28Fix a regression introduced in svn r10344 in autoconf/configure builds.Albrecht Schlosser
Shared library sizes were about 4x the usual size, because makeinclude and fltk-config always used "-g -O2", i.e. debugging compiler options. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10403 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-28Update the default word detection to stop for /\&Lauri Kasanen
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10402 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-28Improves FLTK usage on macintosh computers with retina displays.Manolo Gouy
The editor demo had grey lines between text lines and its cursor left traces behind when moved. The scroll demo left some faint lines behind also. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10401 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-28Update CHANGES. Thanks to Greg for the patch.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10400 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-28Added missing #if FLTK_ABI_VERSION >= 10303, that prevented ABI-preserving ↵Manolo Gouy
compilation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10399 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-28Updated CHANGES for release 1.3.3, although release date is still missing.Albrecht Schlosser
Please check, and correct if necessary, fix typos, ... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10398 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-27Explicitly document NULL is not a valid argument for ↵Greg Ercolano
Fl_Text_Display::linenumber_format(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10397 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-27Internally manage alloc'ed copy of linenumber_format().Greg Ercolano
(As per Alrecht's comment #9 in STR #2621) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10396 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-27Split CHANGES file(s). Part 1: add CHANGES_1.0 and CHANGES_1.1.Albrecht Schlosser
The new CHANGES file will only contain changes in FLTK 1.3. Currently work in progress - will be checked in soon... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10395 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-27Fix documentation of Fl_Input_::word_start() and word_end().Albrecht Schlosser
Documentation changes in svn r10383 (STR #3014) said that this would skip "space-separated" words, which is not true. Note: The set of word separators is currently not documented, it is inconsistent with Fl_Text_Display/Fl_Text_Editor, and not UTF-8-aware. Also, word selection and the above methods use different word delimiters. This should be fixed in a later release (after 1.3.3). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10394 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-26Print at high res with Fl_Paged_Device::print_window_part() when using a ↵Manolo Gouy
retina display git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10393 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-23Fixed uchar arguments of fl_rgb_color() calls.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10392 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-23Fix potential compiler warning, seen under MinGW with gcc 4.8.1.Albrecht Schlosser
In fact this warning is a false positive, but fixed anyway. Warning was: x, y may be used uninitialized (or similar). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10391 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-23Removed compilation warnings in fl_rgb_color() calls.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10390 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-23Fixed printing of window title bar buttons under Mac OS X 10.10Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10389 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-22Fixed error in computation of when the window is not fully contained in the ↵Manolo Gouy
display. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10388 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-20We need to put the newly created window in our window listPierre Ossman
as quickly as possible or we might miss important window messages. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10387 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-19Update docs related to buttons and update Fl_Check_Button.png.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10386 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-19Improve and reorganize Fl_Tile's documentation and test/tile demo.Albrecht Schlosser
Moved docs from header file and enhanced docs, particularly about the resizable() widget and the resize behavior in general. Changed the tile demo program to use a resizable() with 20 pixels border distance, so that border dragging is limited as described in the docs. Updated the image file to reflect the current test/tile.cxx demo. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10385 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-19Add generated file documentation/src/fltk-book.tex to ignored files.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10384 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-16Fix word select dragging bug in text input (STR #3014).Albrecht Schlosser
Thanks to Evan Laforge for spotting this and supplying a patch. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10383 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-15Sorry, I'm an idiot, I commited form the wrong tree,Ian MacArthur
and commited my non-default Enumerations.h header... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10382 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-15Adjust fluid/file.cxx so that it builds again on OSX.Ian MacArthur
I don't think this change will prevent the prior "fix" workaround that Albrecht made from working on cygwin... Probably! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10381 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-15Fix sporadic floating point value comparison error.Albrecht Schlosser
I wonder why this did not appear earlier. I found this issue only when compiling with Cygwin under certain circumstances. Error was: Generating tabs.cxx and header from tabs.fl... tabs.fl:2: unknown version '1.0303' although fluid was the one linked under FLTK 1.3.3 in the build process. The fix is to adjust FL_VERSION by a delta value of 0.00001. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10380 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-14Fix doxygen warning.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10379 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-14Adjust the Fl_Preferences methodIan MacArthur
char Fl_Preferences::RootNode::getPath( char *path, int pathlen ) so that it returns a (1), rather than a (-1) in the case that RUNTIME preferences are being read. This is for several reasons: - On some platforms, char is unsigned, so a method that is spec'd to return a char type can not safely return (-1) as a value. - It seems like (most?) other fltk methods that return char true/false results return 0 or 1, so this is more consistent. Thanks to Michael Baeuerle for spotting this one. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10378 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-14Move RGB image scaling algorithm methods in base class Fl_Image.Albrecht Schlosser
See also discussion in fltk.coredev of Sept 07, 2014 and later with subject "Fixing the nearest-neighbour scaling". git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10377 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-14Remove extraneous comma from enum, fix compiler warning.Albrecht Schlosser
Thanks to Michael Baeuerle. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10376 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-14Added Fl_Window::shape(Fl_Image*) and fixes for Apple’s retina displays.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10375 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-13Added Doxygen comments for enum Fl_RGB_Scaling.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10374 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-12[CMake] Fix match of .fl files in macro CREATE_EXAMPLE.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10373 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-11Improved Fl_Paged_Device::print_window() when used on an Apple computer with ↵Manolo Gouy
a retina display: the window tittle bar is printed at high resolution. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10372 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-11Fixed errors in fl_read_image() and Fl_Paged_Device::print_window_part() Manolo Gouy
when using Apple computers with retina displays. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10371 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-09CMake: rename reserved target name "help" (CMake 2.8.12 and later).Albrecht Schlosser
The executable built is still help(.exe). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10370 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-09Revert unintentionally committed files.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10369 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-09CMake: Prevent annoying warning under Cygwin.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-09Make sure we unregister for clipboard notifications on exitPierre Ossman
on Windows. This is necessary because Windows doesn't implicitly clean up when a process dies, and we cannot trust applications to always explicitly unregister. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10367 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-09Start putting forward declarations early in the file in anPierre Ossman
organised manner. Keeps things cleaner. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10366 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-09Escape '\n' ('\\n') in doxygen comment.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10365 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-08Make the retargeting of the Windows clipboard notificationPierre Ossman
more explicit. Otherwise we could end up with Fl::remove_clipboard_notify() unregistering, just to have it immediately re-register again. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10364 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-08Fix border padding for special cases (STR #3061), Windows only.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10363 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-05Fix ABI compatibility comments.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10362 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-05Add html doc dependency on (unused) src/fltk-book.tex for doxygen.Albrecht Schlosser
This is not intended and could also be removed from Doxyfile, but currently this is the best way - more changes to come... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-05Fix a tiny memory leak in test/editor and remove useless style_init().Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10360 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-05Reduce "deprecated function" compiler warnings (STR #2913).Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10359 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-05Make image data 'const' for all image types in fluid.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10358 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-10-05More 1.3.3 version updates and changes in src/*.fl.Albrecht Schlosser
There had been manual changes in fluid-generated files, so the .fl files had to be adjusted and updated to fltk 1.3.3. Note that fluid SHOULD generate 'const' data for embedded images, but doesn't yet, so I had to re-edit src/Fl_File_Chooser.cxx to keep the previous 'const' changes in this file. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10357 ea41ed52-d2ee-0310-a9c1-e6b18d33e121