5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
Ian MacArthur 1fb3b9ff4b Work around a typedef in ide_support.h that breaks win32 builds. 15 years ago
Matthias Melcher e1d22ebba7 Added ide generating code to command line version of Fluid. 15 years ago
Matthias Melcher a73a70a2c7 Fluid IDE tools: added some more human readable annotations to the database 15 years ago
Matthias Melcher ed2870637f Fluid IDE support: rewrite all Makefiles. This has no smart parts inside yet. 15 years ago
Albrecht Schlosser bbda62f267 Updated bundled pdf docs (documentation/fltk.pdf) to svn -r 7480. 15 years ago
Albrecht Schlosser 6359f8be73 Made the printer dialog customization strings platform independent, so that 15 years ago
Matthias Melcher 896c6c2766 Apple Cocoa: modal windows would not resize. 15 years ago
Matthias Melcher 2fe7eabb62 Completed the alignment pulldown menus for all new alignment styles. Hope you guys like it. 15 years ago
Matthias Melcher 927fd35165 Added new label alignments for image and text to Fluid. 15 years ago
Ian MacArthur 08e71113e9 Second part of STR #2214 rework. 15 years ago
Ian MacArthur 52470488ce After testing, I have applied ucko's latest patch for providing access 15 years ago
Ian MacArthur 74dbd5e017 The non-XFT X11 builds fail because they are not updated to use the Fl_Device 15 years ago
Manolo Gouy a9b13f973b Added an Fl_Printer destructor that's useful under MSWin when printing is aborted 15 years ago
Greg Ercolano 63b746fabc Doc fixes/additions. 15 years ago
Matthias Melcher f899c3897d Added new flags for label alignment: FL_LEFT_TOP, FL_RIGHT_TOP, FL_LEFT_BOTTOM, and FL_RIGHT_BOTTOM align outside labels first to the side, then to the top or botton, filling a gap in possible alignment. Also FL_ALIGN_TEXT_NEXT_TO_IMAGE and FL_ALIGN_IMAGE_NEXT_TO_TEXT which do just that, and finally FL_ALIGN_IMAGE_BACKDROP which renders the image in the background and draws the label on top. 15 years ago
Albrecht Schlosser 0fe65e94c9 Fixed typos and added a \todo paragraph about some more events. This probably 15 years ago
Albrecht Schlosser f6753ea76a Fixed doxystar argv parameter (compile error with Linux/gcc 4.3.3) 15 years ago
Matthias Melcher efd09a5a70 Added some more information on event delivery (STR 1983) 15 years ago
Matthias Melcher 34736e17ac Added a tiny program that adds stars (*) in the right column for all multiline Doxygen comments starting with /** or /*./configure The addition of these starts keeps inlining tools from re-indenting our carefully crafted documentation. It would be as easy to remove the stars after the indentation process. Or even better, carefully reformat the Doxygen comments after they have benn indented. 15 years ago
Manolo Gouy 2d92942bfe Removed useless #define's 15 years ago
Matthias Melcher 29317e7b2d Marked some more issues with Fl_Text_... 15 years ago
Albrecht Schlosser b24875d8cd One more CMake fix. 15 years ago
Albrecht Schlosser 7f37821bae Fixed indentation of previous commit and added CHANGES info (STR #2082). 15 years ago
Ian MacArthur 20b508a3b5 Submit Albrecht's minimal fix for str2082 - this "fixes" the erroneous window animations 15 years ago
Manolo Gouy 24b8386bf1 Fl_Gl_Device_Plugin: more device-independant API 15 years ago
Albrecht Schlosser f44190d356 New CMake README files. May need some updates or to be moved elsewhere later. 15 years ago
Albrecht Schlosser a0d26b634a Mostly rewritten CMake files by Michael Surette. They are more complete 15 years ago
Matthias Melcher 2bf6fa6074 A few more comments. 15 years ago
Matthias Melcher 61cf49ddfc Another update to Fl_Text_Buffer. This is by no means perfect, but at least it currently does not crash (I am so easily satisfied :-P). 15 years ago
Matthias Melcher 07a4509a63 Validated utf-8 safety of Fl_Text_Selection. 15 years ago
Matthias Melcher 814da7f392 Little fix that will keep Fl_Text_Display from crashing on German umlauts. This is by no means a fix. 15 years ago
Matthias Melcher fca1c022e7 Holy Gucamole! NEdit was designed with 'C' style strings in mind. Until that is that someone had the great idea to allow <nul> as a valid character in the text editor. The developers jumped through quite some hoops to allow that without rewriting the core. Well, actually they did: they added a parameter to pretty much every internal call that conatined the null-replacement-character. Anyway, since we only handle 'C' strings, I remove all related code. 15 years ago
Matthias Melcher d5175c0b88 Adde /todo tags to all function which I will remove as soon as I am sure that they are entirely Unicode safe. 15 years ago
Matthias Melcher 024c4b995b I humbly apologize for this commit, but I just could not bear it anymore. I moved all Doxygen comments from Fl_Text_Buffer.cxx into the header (I kept searching back and forth for the comments) and then did the unthinkable: I reformatted Fl_Text_Buffer.cxx! OMG. It is actually somewhat *readable* now. I shouldn't have done it! It's a mess ;-). Fl_Text_Buffer was modified many times to do things it was never designed to do. And looking at 'svn b;ame', I remember that I tried to quick-fix UTF-8 on top of that. Anyway, I'll dig into this now. I want 1.3.0 out of the door (end of ramble). 15 years ago
Albrecht Schlosser 4a086a3809 Fixed max. fd calculation, if USE_POLL is enabled (STR #2324). 15 years ago
Matthias Melcher 769ebeeba7 Tearing my hairs out about terminology in utf-8 15 years ago
Matthias Melcher f2fa59fd0f Starting to clean up and document Fl_Text_... to acheive UTF-8 support. 15 years ago
Matthias Melcher dcdc4439cc STR 2108: added warning to fl_rect documentation. 15 years ago
Matthias Melcher e37577eeb8 Removed UTF-8 code from header file because it confuses some command line tools (specifically 'sed'). 15 years ago
Manolo Gouy 0d32b63ea3 Fixed databse typo. 15 years ago
Manolo Gouy 3ea2e46ce6 Fl_Preferences.H: renamed dummy variable id to id_ to allow gcc-3.3 15 years ago
Manolo Gouy d3b7c8b50b Fl_GDI_Printer.cxx: change in Fl_printer::start_job() to allow printable_rect() call before start_page() 15 years ago
Manolo Gouy 62bf6910ac Fl_Printer.H: clarify transparency issues in doc. 15 years ago
Manolo Gouy fc95afb7f4 fl_copy_offscreen_with_alpha: always call alpha_blend if not on display 15 years ago
Manolo Gouy 1d7e6edead Fl_PSfile_Device constructor: initialize scale_x and scale_y 15 years ago
Manolo Gouy 9f7ecc197e Fl_Printer constructor: initialize scale_x and scale_y 15 years ago
Greg Ercolano 4f148f79e9 Fixes STR#2335. 15 years ago
Albrecht Schlosser 4b3360a6a7 Fixed Return button problem in fl_ask and friends (too much optimization 15 years ago
Manolo Gouy b2a7c3df5e Fl_cocoa.mm: fixed bug where events of drag&drop of files at launch time were ignored 15 years ago
Manolo Gouy 065dfed2c3 Added platform-specific information to Fl_Printer doc. 15 years ago