Manolo Gouy
1b6e7bd812
The "Print front window" external button is available if compiling with -DUSE_PRINT_BUTTON
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7279 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-16 18:27:19 +00:00
Manolo Gouy
664c2f4b4e
Fixed CGcontext stack error appearing under Mac OS X.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7278 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-16 17:40:03 +00:00
Manolo Gouy
7f001d1fb9
Added Fl_PSfile_Device::start_job() with user-given filename.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7277 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-16 15:17:33 +00:00
Manolo Gouy
b5e2d38b2f
Have class Fl_Sys_Menu_Bar and function fl_mac_set_about appear in Doxygen doc.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-16 14:47:40 +00:00
Manolo Gouy
b20ef0bdeb
Fixed WIN32 printing of RGB images without transparency. Still print_window_part() problem.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7275 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-16 12:03:48 +00:00
Manolo Gouy
0df1d8b695
Conflict with variable id used in Fl_Images.H and others was removed, so #define id id_ hack now useless.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-16 09:08:27 +00:00
Albrecht Schlosser
186a8f0ff1
Renamed internal member variables id and mask to id_ and mask_ to avoid
...
conflict with Mac OS X/gcc 3.x name clash when compiling with obj-c.
Also made them private instead of public.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7273 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-15 23:47:47 +00:00
Albrecht Schlosser
99e9c68215
restoring transparency in test/unittest_images.cxx (Windows and X11).
...
Note: fl_draw_image() supports transparency (alpha channel) currently
only on Mac OS X.
This needs to be fixed for other platforms !
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7272 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-15 23:39:47 +00:00
Manolo Gouy
7c018b55c2
Changed menu name.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-15 16:20:38 +00:00
Manolo Gouy
1c904d452b
Now compiles with GCC3 and 4.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7270 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-15 15:57:48 +00:00
Ian MacArthur
41ee53fd34
Make the GL printer menu in the cube demo look a little but tidier in
...
winXP (and I hope on X11 etc.) and alos hopefully without breaking it
for OSX and the Fl_Sys_Menu_Bar...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7269 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-15 09:31:10 +00:00
Manolo Gouy
5e214c1e1d
Now compiles from Mac OS 10.3 and above
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7268 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-14 22:21:43 +00:00
Matthias Melcher
be17e1ccb6
Updated Fl_Device and Fl_Printer for Xcode
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7267 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-14 21:29:12 +00:00
Albrecht Schlosser
75b8da3813
Updated CHANGES file with Fl_Device and Fl_Printer support.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7265 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-14 19:41:24 +00:00
Albrecht Schlosser
0211d5c7e0
updated dependencies.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7264 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-14 18:35:14 +00:00
Albrecht Schlosser
998cc6df52
Merge of branch-1.3-Fl_Printer, with the following main changes:
...
(1) adding Fl_Device class (and more) for device abstraction
(2) adding Fl_Pinter class (and more) for printing support.
Todo: Code cleanup, update dependencies, remove/replace test print window.
I'm looking into converting the test window popup in a global shortcut
that would pop up the print dialog now...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7263 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-14 18:07:24 +00:00
yuri
5bc66fafc3
fix mingw32 crosscompilation under linux - select correct WIN32 GUI
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7254 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-13 21:51:52 +00:00
Matthias Melcher
c80e789208
Updated Xcode project to add AudioToolbox
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7242 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-10 23:05:43 +00:00
Matthias Melcher
d0c53ccedf
Removed remaining 'deprecated function' warnings for Xcode
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7241 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-10 22:56:56 +00:00
Matthias Melcher
5c0f4f62f1
Added Audio Tools to link line to support currect version of alert sound.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7240 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-10 22:37:22 +00:00
Matthias Melcher
a3a9305428
Removed one more OS X warning about deprecates function.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7239 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-10 22:36:23 +00:00
Matthias Melcher
7499728266
Remove one OS X warning about deprecates function.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7238 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-10 22:12:20 +00:00
Matthias Melcher
68dc1adc90
Restored old Xcode plugin comment.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7237 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-10 21:46:42 +00:00
Matthias Melcher
0333d27065
Fixed the current Xcode template
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7236 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-10 15:14:12 +00:00
Matthias Melcher
b4a22581cf
Updated README for Xcode template
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7235 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-09 18:37:46 +00:00
Matthias Melcher
9cf4d8c014
Starting to add IDE support for Makefile/autoconf.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7226 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-06 15:22:22 +00:00
Matthias Melcher
a2547a31a0
More FLUID IDE file generation.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7225 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-06 14:38:38 +00:00
Matthias Melcher
7a9f415c65
Restoring README.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7224 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-06 14:33:40 +00:00
Matthias Melcher
dfd3a0d1eb
Updated typos in 123 readme
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7223 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-06 14:24:43 +00:00
Albrecht Schlosser
c31ee9fa9d
Fixed localization issue in fluid's print dialog (would not find printers
...
if LC_MESSAGES wasn't "C").
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7222 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-05 21:18:18 +00:00
Albrecht Schlosser
2caa536a8e
removed some compiler warnings (gcc 4+)
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7219 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-05 18:53:00 +00:00
Greg Ercolano
8b9b025f8f
Fixes for STR #2323 ; missing right/middle drag events and missing mousewheel clicks.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7213 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-04 17:17:04 +00:00
Matthias Melcher
87a9ab5f94
Repaired file submitted from iPhone. Ah well.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7208 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-03 20:18:48 +00:00
Matthias Melcher
4e412e92b9
/silly attempt to wrote FLTK code with my iPhone while waiting in the bus. Silly me ;-)
...
--iVersion iPhone Client ***
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7207 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-03 18:56:52 +00:00
Greg Ercolano
20a68afbc3
Applied vs8.patch to solve STR#2244.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7197 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-03 07:26:19 +00:00
Matthias Melcher
49df7f85d8
Additions to the Database Editor.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7187 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-01 20:53:21 +00:00
Albrecht Schlosser
6a70031647
Removed saving the flags() in Fl_Window::iconlabel(const char *iname) because
...
this could result in wrong flags() contents after return. Fl_Widget::label()
(that is called internally) takes care of copied labels and sets the flags()
appropriately. See also STR #2161 .
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7176 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-28 14:57:10 +00:00
Albrecht Schlosser
0f891bc48b
Adjusting indentation.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-28 13:56:26 +00:00
Matthias Melcher
c35463fdbe
Starting to add a GUI to manage the IDE database.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7169 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-27 22:38:25 +00:00
Matthias Melcher
5f1ca6a2b0
Added the IDE database file to the SVN, hoping that even without a visual editor yet, I can keep it consitent.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7167 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-27 14:28:22 +00:00
Matthias Melcher
5522143ae6
Added missing zlib plist
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7166 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-27 14:10:03 +00:00
Matthias Melcher
bce1a616c9
Forgot to rename the plists in Xcode ide
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7165 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-27 14:09:05 +00:00
Matthias Melcher
86d292b6c1
Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint happy. STR #2285
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7162 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26 21:10:46 +00:00
Matthias Melcher
2668a87af7
Fixed Scrollbar events when max is less than min (STR #2283 )
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26 20:44:35 +00:00
Greg Ercolano
e582f8bb1c
Fixes to Fl_Menu_::item_pathname() code example; small changes to Albrecht's mods.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7160 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26 18:18:29 +00:00
Greg Ercolano
f71f365268
Removed HTML escapes on <> as per Albrecht's suggestion.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7159 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26 18:10:54 +00:00
Greg Ercolano
f190582fea
Added a \ref for proper doc linking.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7158 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26 17:50:51 +00:00
Greg Ercolano
6168f6fd4b
doc mods to support fl_eventnames[].
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7157 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26 17:49:19 +00:00
Greg Ercolano
0f87d7719b
added docs for fl_eventnames[] and fl_fontnames[]. (fixes STR#2275)
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7156 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26 17:25:32 +00:00
Matthias Melcher
1c38efe1a3
VisualC library naming scheme fixes
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7155 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26 16:31:17 +00:00