3406 Commits (345501a1ddd9e0911fa31c5d26bb6e06884ffa6d)
 

Author SHA1 Message Date
Fabien Costantini c2d5dd32b5 Fixes the configure problem when the png option is not specified. 17 years ago
Fabien Costantini 5dfe62a97b Fixed broken png image include. 17 years ago
Ian MacArthur f61a8993d5 STR 1949 - revise configure.in to cerrectly detect png_set_tRNS_to_alpha 17 years ago
Fabien Costantini 4ec0d5c005 Updated CHANGES for reflecting non polymorph behavior with hide() show(), fixes STR#396 17 years ago
Fabien Costantini 383a1f5f22 Fixe #396 : non consistent hide and show behavior in Fl_Widget vs Fl_Window. As suggested by mike, now hide and show are virtual from Fl_Widget, as it breaks the abi, it has to be done before we release 1.3, last chance before 1.4 ... 17 years ago
Fabien Costantini 8878c68256 Doxygenized fl_expand_text() comment, more minor code comment and debug printf cleanup. 17 years ago
Fabien Costantini a6def7d9de UTF8 nbsp detection before string expansion fixed: as explained, now the fl_expand_txt() main loop is utf8 multibyte char aware and should not confuse nbsp chars with utf8, even mixed with other CP125x code. 17 years ago
Matthias Melcher ebbb485040 Reverted to old Mac Keyboard handling until new code is functional on allMac versions. 17 years ago
Fabien Costantini c6b9818f4a Got inspired from manolo STR#2067 proposal to fix OSX window title not utf8 aware, but generalized it so that all Fl_mac.cxx calls the same new q_set_window_title() function(). Now OSX Window shows UTF8 title correctly. old code is still present but factorized in the new q_set_window_title() function(BTW the Str255 truncation was omitted in one part of the old code), please review so that we can remove that old non-UTF8 aware code. 17 years ago
Fabien Costantini 8094043bcb Added fast utf8 string detection routine fl_is_valid_utf8(). Solves the drawing problem in #2080 related fl_expand_text() use. The particularity of this routine is that the complete scan is cached so that it executes 0 to 1 time in the fl_expand_text() loop. Now chinese example in str 2080 seems to works perfectly here. Still, incorrect windows title in Win32 need to be adressed. 17 years ago
Albrecht Schlosser a26fe4d320 Re-applying change to Makefile reverted by Fabien (STR 2063). 17 years ago
Fabien Costantini 28688e9b7b corrected non cairo build targets and also fast_slow project not loading problem. 17 years ago
Fabien Costantini 28553f266f Reverted las Makefile changes. This is not acceptable because any modification tyo xutf8 file must be achieved in corresponding xutf Makefile. So Instead of cleaning the file generated by xutf Makefile by src makefile, you have to do that in the xutf8 Makefile instead. 17 years ago
Albrecht Schlosser 962f924d04 make clean (and make distclean) now delete src/xutf/*.o 17 years ago
Matthias Melcher d67cb76d5a Typo 17 years ago
Matthias Melcher 2ecabfa676 Moved Fl_Preferences documentation to the correct places. 17 years ago
engelsman 13267ea186 added doxygen comments for more font/text functions in fl_draw.{H,cxx} 17 years ago
engelsman 642d8e63fb added more minor doxygen comments for fl_color.cxx 17 years ago
Fabien Costantini b2deb4b6f4 Fixed one typoe in configure.in, changed LINKFLTKCAIRO parameter passing in LINKSHARED. 17 years ago
Fabien Costantini 0c69cbc7a0 Fixed cairo dso lib would not be generated automatically, missing one dep in darwin dso gen, missing make depend target. 17 years ago
Fabien Costantini ed6ac69dd6 Fixed cairo makefiles link error when shared option activated under linux. 17 years ago
Fabien Costantini f6d5f48bbe Fixed enable-shared would not work when cairo is not available. Added a new flag name FLTKCAIROOPTION for conditional -l cairo lib include. 17 years ago
Fabien Costantini ab5d636106 Added visual6 moved to ide subdirectory to CHANGES. 17 years ago
Matthias Melcher b989051bd6 Improved stability of fl_read_image (STR #2021) 17 years ago
Matthias Melcher 0490b30383 Fixed adding an idle handler during a draw() call (STR #1950) 17 years ago
Fabien Costantini f3180baff0 Moved visualc6 env to ide, no cairo stuff yet. builds ok rel. and debug. 17 years ago
Fabien Costantini a8450fee4f Added ignore filters prop to visual ide dir. 17 years ago
Albrecht Schlosser 68c34f9ec9 documented the major code changes in migration_1_3.dox 17 years ago
Fabien Costantini 488ee44257 vc2005 ide fixes: old fluid custom compile would not use variables making difficult to port them -> now uses devenv (InputName) var. Moved vc2005 to ide. Checked full builds in Release/Debug and Release Cairo/Debug Cairo. 17 years ago
Albrecht Schlosser ac7c97572c Fl_Group::clip_children() is now public (STR #2017) 17 years ago
Fabien Costantini 9d3b6d2b73 corrected makeinclude IMGDSONAME to CAIRODSONAME paste typo. 17 years ago
Albrecht Schlosser 587a23b3bb Minor documentation Makefile tweaks. 17 years ago
Matthias Melcher baa5549c00 Moving some doxygen dox around (Fl_Preferences). 17 years ago
Fabien Costantini 268ffc6ef2 Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo lib 17 years ago
Fabien Costantini 7a5e64a4f3 Fixed mingw was broken because src/XUtf8 Makefile didn't point to proper ../../lib and ../../makeinclude paths. 17 years ago
Matthias Melcher fc28028954 Updated some documentation for Fl_Preferences::getUserdataPath() 17 years ago
Matthias Melcher b91aec5b87 Added clarification to Fl_GL_Window mode function (STR #1945) 17 years ago
Fabien Costantini fd13aabd19 Enabled Xcode docset makefile generation as it is transparent for non xcode users. 17 years ago
Fabien Costantini b047ee943f Doxygen documentation:updated README 17 years ago
Fabien Costantini 83c49f6fba Documentation makefile: Fixed make install would return an error if html folder does not exist. 17 years ago
Fabien Costantini b110a858d6 Changed the former todo_filelist used for WPs about porting old html to doxygen to a general TODO.doc now. 17 years ago
Fabien Costantini 6ff84799a3 Moved latex related files to src, man files to src, updated Makefile and Doxyfile accordingly. 17 years ago
Fabien Costantini 69dbe4ea9c now renaming restoring dir src_doc src. 17 years ago
Fabien Costantini 09cfc1a1ea Removing current broken history documentation/src dir. 17 years ago
Fabien Costantini 4b5a6d1b23 adding jpg files from 6430 to restore dir 17 years ago
Fabien Costantini 4ff02beea2 added new eps files to histo restoring dir. 17 years ago
Fabien Costantini 690af6a7a0 updated all dox files, history kept. will add other eps files on another commit 17 years ago
Fabien Costantini 501690edce Last test does keep history, lets add all related files and patch them afterwards... 17 years ago
Fabien Costantini 7183891af3 test only, will remove. check if we keep the history for that file from pre 6430. 17 years ago
Fabien Costantini 8f91b10bbe for testing purposes following dox and gif history break since r6431, seems that it needs this to be committed to repos before more local svn move operations. 17 years ago