Albrecht Schlosser
de3fd7574f
Generate version number in fluid's about panel automatically.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10331 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
afb08c015d
Corrected drawing of RGBA images to Fl_Image_Surface and to Fl_Copy_Surface objects under WIN32.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10330 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
f5e93e53ec
Reformatted the Doxygen documentation of Fl_Window::shape(Fl_Image*)
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10329 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
01c5028f0a
Removed use of deleted Fl_Shaped_Window.* files.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10328 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
b40ff04145
Corrected problem when compiling without FLTK_ABI_VERSION.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10327 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
82960c272b
Replaced Fl_Shaped_Window.cxx by Fl_Window_shape.cxx in VisualC files.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10326 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
f1b2c92fce
STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new member function Fl_Window::shape(Fl_Image*)
...
that gives a non-rectangular shape to a standard window. The benefit is that it works with Fl_Double_Window and Fl_Menu_Window as well.
It also works for free with Fl_Gl_Window on the X11 platform only.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10325 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
6781789948
Add test/twowin to .gitignore file.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10324 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
ada02ea752
Fix memory leak (STR #3069 ).
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10323 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
d98853628b
Add "Known Problems" section for MinGW builds to README.MSWindows.txt (STR #2971 ).
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
527190420c
Allow compilation with Mac OS SDK 10.10 and the i386 architecture
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Greg Ercolano
d5698e8ed9
Documentation: clarification of fl_width()'s dependence on the current font face/size.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10320 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Greg Ercolano
36b1ad056a
Removed leftover item variable (now unused)
...
as noted by Albrecht on fltk.coredev today;
was giving warnings with Windows/MinGW builds.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10319 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
49e21120b6
Improve clipboard example program, fix compilation warnings.
...
Use show(argc,argv) to enable command line arguments and colors,
fix indentation, Windows compilation warnings, and change tab
selection color, which was too dark on my Win7 system (low
contrast with tab labels).
I also added #define TAB_COLOR to make changing the tab selection
colors easier, if needed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10318 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
9dae6e96b2
Implemented panel:shouldEnableURL: for the open dialog delegate.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10317 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
5ceae63ed2
Rename doxygen image file hello.C.png to hello_cxx.png.
...
Doxygen 1.8.x wouldn't show the image hello.C.png in its pdf output.
Maybe a doxygen bug - or feature ?
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10316 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
2cba87376f
Improve formatting, adjust indenting for proper doxygen output.
...
Doxygen has changed in version 1.8.x, such that some (or all?) formatting
commands in lines with more than 3 spaces at the beginning of the line
are ignored (displayed verbatim).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10315 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Pierre Ossman
1c7409e0a1
Add methods to enable and disable the system's input methods.
...
This needs to be done from FLTK as it affects the window interaction,
which FLTK is largely responsible for.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10314 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Pierre Ossman
5101a8ea1c
Remove commented out, alternative IM code.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10313 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Pierre Ossman
61e1b18f7b
Consolidate the Win32 init and cleanup code in to one place so
...
it's easier to keep track of it.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10312 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Pierre Ossman
53888cf064
Get rid of the old IActiveIMMApp code as the newer code calls
...
fatal() if it cannot be loaded and is hence already required.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10311 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Pierre Ossman
e145df2165
Add methods to intercept low level system events.
...
This gives applications the means to handle some low level
integration with the system that might otherwise not be possible
without modifying FLTK itself.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10310 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Pierre Ossman
321fb4ed7a
Clean up Win32 message pump. The logic was a bit overly complex
...
with the double calls to PeekMessage() and the extra if clause.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10309 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
0356bd257c
Fixed compilation warning messages that Fl_PostScript_File_Device::start_job() hides an overloaded virtual function.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10308 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
1b74551e9d
Removed ‘array subscript is of type char’ compilation warnings
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10307 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
eadd6e87f1
Removed several compilation warnings with OS X SDK 10.10
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10306 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
76418b352b
Allow compilation with SDK 10.10 and use new API to discover os version at runtime.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10305 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
6482acf15a
Allow compilation with SDK 10.10 and use new API to identify OS version at runtime.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10304 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Pierre Ossman
952369163f
Revert r3215. The original issue it "fixed" is no longer
...
reproduciable, and the change causes the wrong symbol to be
generated for Ctrl-minus. STR 264.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10303 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
8d2491544b
More documentation fixes.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10302 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
7e6af270d0
Fix documentation.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10301 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
21ae6c2903
Fix indentation and remove trailing white space.
...
This does not fully apply the FLTK coding standard, but makes it more
consistent in that indentation is done with tabs as much as possible.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10300 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Lauri Kasanen
2ac54f6aca
Fix Fl_Spinner never reporting changed().
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10299 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
aecb3ac594
Fix for STR #3128
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10298 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
dd37bc2c12
Update dependencies
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10297 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
f459ecd82f
Fix documentaion typos and small errors.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10296 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
2af3261d51
Fixed typo ./FL/Fl_Plugin.H
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10295 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
9e8eba7818
Replaced Xutf8.H by Xutf8.h
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10294 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
c3d04a6c42
Added dependencies of Fl_PostScript.o
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10293 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
4f2790d793
Add Fl_PostScript.cxx to list of files compiled in libfltk for VisualC projects.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10292 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
11f55e80b3
Put Fl_PostScript.cxx in list of files compiled in libfltk rather than including it in Fl_Printer.cxx.
...
VisualC project files still need to be changed accordingly.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10291 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
c7f0ee3bd0
Fix for STR #3130 where PostScript printing may fail when program modifies LC_NUMERIC of its locale.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10290 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Lauri Kasanen
3ce67eb594
Expose the INACTIVE flag in Fl_Widget similarly to other flags. STR #3122
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10289 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
3e0bb410f8
Handle deprecation with Mac OS 10.9 of SetFrontProcess(), GetCurrentProcess(), GetFrontProcess(), SameProcess().
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10288 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Manolo Gouy
2031e30069
Added file src/Fl_sleep.cxx to list of files compiled in target fltk.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10287 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
267ba82aa5
Fix documentation.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10286 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
23b6a36ff1
Remove doxygen note about changed interface in fltk 2.0
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10285 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
77d72b9ef8
Escape '%' in doxygen comment where needed.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Greg Ercolano
1fefa174c9
Adding some parameter docs.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10283 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago
Albrecht Schlosser
6928a416e4
Enhance documentation of Fl_Menu_Item::value().
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10282 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
11 years ago