2918 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)
 

Author SHA1 Message Date
Matthias Melcher 44f06b5d35 STR #1035: Fl_Help_View now accepts direct buffer loading and reading via 'value()' functions. 20 years ago
Michael R Sweet e1fa5dc88b Don't try to generate a preview image of a directory. 20 years ago
Matthias Melcher 990415bd04 STR #1028" set size ranges for filechooser 'favorites' dialog and for help dialog 20 years ago
Matthias Melcher 3e9b10363d STR #1027: FLUID size_range controls would not set the 'modified' flag 20 years ago
Matthias Melcher 42b1d09681 STR 1026: Text input filed had NO_BOX as its background, so the moving cursor would not be erased. 20 years ago
Matthias Melcher 83d58a96b2 STR 1025: fixed illeagal acces to delted object. It was meant to set the dirty flag in the parent of course. 20 years ago
Michael R Sweet b303985d92 Fix char * issues with constant strings. 20 years ago
Michael R Sweet 6e88ede6a4 Remove libsupc++ stuff, since it doesn't work on OSX 10.4 or with 20 years ago
Matthias Melcher eefa09e632 STR #1023: some more test programs did not load the OS default colors 20 years ago
Matthias Melcher 2036009919 STR #1007: removed one superfluous ReleaseDC. All demos are running nicely again. I did not see any rendering mistakes. 20 years ago
Matthias Melcher 49fb8bc5c0 Fonts test program now starts using the correct color scheme 20 years ago
Matthias Melcher 56bcac9859 WIN32, STR #1007: Added some code that looks a lot, but is actually very littl, that keeps track of all window classes that were registered to avoid registering the same class twice. 20 years ago
Matthias Melcher 02ab74fcee Fixed x-offset problem in Help_Widget (STR #998) 20 years ago
Matthias Melcher c526a7ad2f Clipboard will persist if owner window is hidden (STR #1019) 20 years ago
Matthias Melcher fe934da8b2 How did 79 get into the comment? I don't know. 20 years ago
Matthias Melcher 2b6586f64d STR #1007: Applied second patch by hand. OP: could you please check if all changes were made correctly? Thanks! 20 years ago
Matthias Melcher 55380298b5 Fix to ambigous function call in my previous FLUID changes 20 years ago
Matthias Melcher 576fd78bde STR #985: This is a medium size change in the way that FLUID manages widget label sizes. I moved the 'preset' functionality from the 'widget size' menu into the grid setting window. The menu now only changes selected widgets while the setting panel modifies newly created widgets. Settings are stored in the preferences. 20 years ago
Michael R Sweet fcb8f9e056 Remove unused ptr variable. 20 years ago
Matthias Melcher 820b67bc56 This change will make sure that top-level windows will fit inside the screen that contains the original x and y. 20 years ago
Matthias Melcher bde4916c7e STR #1013: yet another attempt at fixing the precision count in Fl_Valuator. Does this work for everyone? 20 years ago
Matthias Melcher 022415c310 STR #1016 : 20 years ago
Matthias Melcher edcc1980a1 STR #1010: if a widget callback is generated inside a widget class, the static callback uses the parent() function to find the 'this' pointer, instead of the 'user_data()' member, which would be NULL anyways 20 years ago
Matthias Melcher f0d44ed955 STR #1014: FLTK's CR/LF conversion would crash if the clipboard was empty 20 years ago
Matthias Melcher 09783875e4 FLUD: This fixes the problem that the children of a Widget_Class_Type are positioned with absolute coordintes. The patch adds another button to the FLUID interface named 'Relative' to the right of the widget position. It is only visible if a Widget_Class_Type is selected. If checked, code will be added that creates an Fl_Group at 0, 0 and later repositions it and all its children into the final position. 20 years ago
Matthias Melcher aa897faeb3 FLUID: Grouping and ungrouping would not work inside an Fl_Widget_Class_Type 20 years ago
Matthias Melcher e3ae773842 Re-Fixed STR 884. I did put the change into the FLUID file, but accidentally into the wrong line, where it got lost. 20 years ago
Matthias Melcher dc6357bf1a Various Pixel bugs: 20 years ago
Matthias Melcher e9ba94e22d Fixed snapping for interactive resizing of right and bottom border. 20 years ago
Matthias Melcher 8c479b5ea6 F2 and F3 (move up/down) would not set the "changed" flag 20 years ago
Matthias Melcher a2effb7c2b Fixed C++ style comments in plain C files (STR #997) 20 years ago
Matthias Melcher d952d9b9d6 Fixed signedness of argument to sscanf 20 years ago
Matthias Melcher ef2f6bd456 Slight changes to Fl_Sys_Menu_Bar making it more transparent for multi platform developers. Again, thanks Natevw for the patch. 20 years ago
Matthias Melcher 03654fb48d The newly introduce Fl_Widget_Class_Type in Fluid would cause a null pointer when a Menu Item was trying to find the top parent widget. 20 years ago
Matthias Melcher 6ae2a95a8c This is the text for the previous commit. 20 years ago
Matthias Melcher f5c58cc8d3 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4543 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 20 years ago
Dejan Lekic dc1b3aaf1a Update of "CHANGES" file with information about STR#995 . 20 years ago
Dejan Lekic 3c96dd4d85 Fix of cross-compiling (host: *-linux-* , target: *-mingw32) problem. 20 years ago
Matthias Melcher 53e3d7582b Fixed dirent list by making room for the additional '/' character on directory names. FLTK does not care about the internals of the dirent structure. We only support the member d_name. All other members are non-standard anyways on not available on Win32. 20 years ago
Matthias Melcher 16719ceb8c Reverted to the correct version. 20 years ago
Matthias Melcher 74fe8ccdf2 Typos 20 years ago
Michael R Sweet 1db26430c2 Fix widget spacing to conform to the HIG. 20 years ago
Matthias Melcher cd1de720b7 FLUID now knows if a static callback is already declared in a class and won't declare it 'extern' (STR #776) 20 years ago
Matthias Melcher 7e02be0309 Project settings in FLUID now also set a project as 'modified'. 20 years ago
Matthias Melcher 4ba366f7d7 Bordersize was calculated wrong for borderless windows 20 years ago
Matthias Melcher ac65443882 Fixed CR to CRLF conversion. Thanks for the patch, Alessandro. 20 years ago
Matthias Melcher 5856b3b9be Some actions in FLUID would not set the "changed" flag. 20 years ago
Matthias Melcher 61fb41fd7f This commit fixes one aspect of bug STR #984. However, since Allesandro took his patch back, I would like to first run this one by the developers before I fix the rest on the list. 20 years ago
Michael R Sweet c1ba87140e Fix new trailing slash usage, and restore correct OSX filesystem listing 20 years ago
Matthias Melcher eca40efb6e This change is controversial. It changes the behavior of fl_filename_list 20 years ago