libs-back/Source
Xavier Glattard 41208bb38d Many changes :
- Deletion of all non-GNUstep debug stuff (printf...)
- Deletion of all Notification hooks (used for a debugging purpose)
- Deletion of the Application preference Panel that popups (pops up?)
  the 1st time you run _any_ application
- Deletion of the check of GSWINHandlesWindowDecorations and 
  GSWIN32HandlesWindowDecorations options (none worked because of 
  a typo and are now deprecated).
- use of GSBackHandlesWindowDecorations option like X11 backend
  instead of GSUseWMStyles (marked as deprecated)
- use of GSBackUsesNativeTaskbar option instead of GSUseWMTaskbar
  (marked as deprecated)
- all these options are read in -initWithAttribute: (no more in
  +inializeBackend) and set an instance (not class) variable.
- add methods -handlesWindowDecorations/-setHandlesWindowDecorations
- add methods -usesNativeTaskbar/-setUsesNativeTaskbar



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24804 72102866-910b-0410-8b05-ffd578937521
2007-03-07 18:11:17 +00:00
..
art Clean up of font attributes and better protection against _ct being null 2007-02-27 16:35:31 +00:00
cairo Corrected handling of flipped state in matrix operations and image 2007-03-02 12:24:46 +00:00
English.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
gsc Corrected path box method on GSGState and made CairoGState more 2007-02-10 12:50:48 +00:00
Swedish.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
win32 Many changes : 2007-03-07 18:11:17 +00:00
winlib Clean up of font attributes and better protection against _ct being null 2007-02-27 16:35:31 +00:00
x11 Removed some obsolete code from makefiles 2007-02-27 12:07:55 +00:00
xdps Removed some obsolete code from makefiles 2007-02-27 12:07:55 +00:00
xlib Clean up of font attributes and better protection against _ct being null 2007-02-27 16:35:31 +00:00
.cvsignore Added missing .cvsignore files. 2004-01-07 12:04:36 +00:00
GNUmakefile Indented a few lines 2007-02-27 12:17:46 +00:00
GNUmakefile.postamble Standardized command used to create a local directory 2007-02-27 12:19:08 +00:00
GNUmakefile.preamble Partial fix for #16453 2006-10-29 02:42:48 +00:00
GSBackend.m Avoid spurious warnings produced by gcc-4.1 2006-07-04 21:54:48 +00:00