Michael R Sweet
68a510da5d
If a submenu won't fit to the right of the parent menu, then display it
...
to the left (instead of on top of the parent...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2644 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
5fe1f6c1ec
Fix handling of a trailing "\" in Fl_Menu_::add()...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2643 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
fcd05e51c5
Middle mouse click/drag moves scrollbar directly to the mouse position.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2642 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
bcde4047d3
Fix typo...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2640 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
0c0035904c
Fix bug #613088 - Fl_Text_Display crash.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2638 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
e04a3734e7
Apply patch from George Garvey to make Fl_Text_Display/Buffer based on
...
NEdit 5.3...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2631 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
f9f28ad12a
Fix MacOS X 10.2 idle handling.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2630 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
e27f09e5ec
Fix keyboard handling in Fl_Glut_Window::handle().
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2629 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
e252f907f8
Possible fix to OSX fl_ready() function...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2628 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
0792860a57
Add support for XV/GIMP thumbnail format (P7)
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2626 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
11bf9b28da
Move Fl_Help_Dialog to fltk_images library.
...
Add "Additional Libraries" section to docos as needed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Bill Spitzak
cf16564eda
Fluid treats any class name for the outer window that does not contain
...
the word "Window" as a group that needs a 4-element constructor.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2622 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Matthias Melcher
6698be1be8
Mac OS X: modified Fl_Preferences::Node::search to correctly handle groups
...
inside the root group and to allow for relative and absolute path names.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2619 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
32b9640e1c
Fixes from Matthew Morrise.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2618 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
b700c8c088
Fix Fl_Menu_Button focus problems.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2612 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
a79854777c
Fix corrupted Fl_File_Chooser sources...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2611 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
bdcced818d
Missing chars...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2610 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
feffafef04
Fix missing chars in file...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2609 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
ec494401c1
Make sure all strings can be localized in the dialogs.
...
Move the "preview" button over so there is room for localization.
Fix the order of buttons in convenience dialogs.
Update "ask" to use the fl_input function.
Fix 4-bit BMP file loading.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2608 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
047c32c334
Add constructors that accept the path to use (rather then SYSTEM or USER
...
locations)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2607 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
2dcf5a683a
More modal stuff (this time for sure! :)
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2605 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
5f1ab8a8b8
One more FL_RELEASE + modal() bug fix...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2604 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
fc6b029e21
Fix modal() and FL_RELEASE...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2600 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
36e719a0b2
Fix infinite loop bug in Fl_Text_Display::resize()...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2599 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
a166e84e6f
Fix FL_RELEASE handling in Fl::handle() - didn't allow grab() to override
...
pushed(), which caused problems for menus...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2597 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
323ae2238e
Albrecht's DND under WIN32 bug fix.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2596 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
43519f1264
Add Cygwin check for scandir(); fix from Ken Yarnall.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2595 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
614e835fb9
Fix rescaling of tables (again)...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2594 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
7167432779
Support table centering.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2592 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
a2c193c777
One more browser redraw fix from Ken.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2590 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
e3100a5eb9
Fix table column scaling...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2589 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
f9a0613202
Fl_Help_View didn't support HTML comments.
...
Fl_Help_View didn't add the cellpadding when doing colspan's...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2588 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
6c3f9a03d1
Resize the text display widget when the buffer is changed.
...
Don't stop a resize if we are not visible (holdover from 2.0 code...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2587 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Bill Spitzak
ab9c8fe152
Typo found by Albrecht Schlo�er fixed. This would crash fltk when a
...
window is iconized.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2581 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
f0ea022d0e
Use box function to redraw Fl_Browser_, Fl_Input_, and Fl_Slider.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2580 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
0c1ff39ccd
Fix from Albrecht for old cast code that didn't get changed from "w" to
...
"wi"...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2579 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
5ecf5cde98
Fix modal() handling of FL_RELEASE events.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2578 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
c6b1b2c7b6
Make sure cursor switches between I and pointer as needed.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2577 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
1860641362
Fix more compile errors.
...
Redraw Fl_Input_ background using the box() function + clipping.
Bump to 1.1.0rc6.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2575 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
f78c91e372
OSX compile fix.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2574 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
7b6e55deaf
Remove unnecessary void cast.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2569 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
b2e9308751
More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.
...
Don't use extra warning flags for normal compiles.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2568 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
050919103f
More shadow variable changes...
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2567 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
a6b935289e
Move the rest of the image file formats (except for XBM and XPM) to
...
the fltk_images library; saves about 16k in the FLTK core library on my
Intel system.
Fix a memory leak bug in most of the fl_set_fonts*.cxx implementations;
as a result, the Fl_Fontdesc structure now has a fontname member to old
the human-readable font name.
Lots of fixes for shadowed variables, etc.
Use snprintf, strlcpy, and strlcat in more places.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2566 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
a11a31ff78
Range check Fl_Text_Buffer::search_forward().
...
Don't use png_read_destroy() - it doesn't free all memory.
Add uncache() method to image classes.
Memory/initialization bugs in Fl_File_Chooser (valgrind)
Make sure both Fl_Window constructors have default cursor initialization
code...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
685100b122
Add default cursor as data the Fl_Window tracks individually (with the
...
default being the original global default...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2561 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
063d67de86
Add image() methods to Fl_Menu_Item.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2560 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
7038a9eeae
Send FL_LEAVE events before FL_ENTER events.
...
Only change the cursor when the widget is activated.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2559 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
9456baab50
Fix some problems with the filename field and handling selections in the
...
root directory (Fl_File_Chooser).
Add documentation for the fl_cursor() function.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2558 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago
Michael R Sweet
1cea00ad00
Don't paste if there is no data to paste.
...
Change the cursor in Fl_File_Input based on the location in the field.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2557 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
23 years ago