summaryrefslogtreecommitdiff
path: root/src/mypixmap.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Try to avoid colormap issues on Solaris as reported on the ML.Olivier Fourdan2005-02-091-8/+11
| | | | (Old svn revision: 12356)
* Simplify colormap management in pixmap loading.Olivier Fourdan2005-02-041-19/+1
| | | | (Old svn revision: 12340)
* Internal reorg.Olivier Fourdan2005-01-291-6/+14
| | | | (Old svn revision: 12324)
* Fix issue with themes w/out pixmap mask,Olivier Fourdan2005-01-281-12/+37
| | | | | | | Add trivial optimization frame draw. (Old svn revision: 12317)
* Add support for ARGB clients.Olivier Fourdan2005-01-271-7/+34
| | | | (Old svn revision: 12312)
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
| | | | (Old svn revision: 11914)
* Use default theme when no valid theme is found,Olivier Fourdan2004-08-031-1/+5
| | | | | | | | Don't show the title bar buttons when space is missing, Various bug fixes. (Old svn revision: 11896)
* Add multiscreen support.Olivier Fourdan2004-06-151-23/+24
| | | | (Old svn revision: 11786)
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-16/+17
| | | | (Old svn revision: 11776)
* Fix potential memleak in libxfcegui4Olivier Fourdan2004-05-311-3/+42
| | | | | | | | Improve internals of png composition in xfwm4 Prepare support for icons in xfwm4 (not quite there yet) (Old svn revision: 11773)
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-43/+43
| | | | | | | | - Modify xfwm4 to be compatible with the gtktoxevent API change (make sure you update both libxfcegui4 *and* xfwm4 at the same time!) - Code cleanup in xfwm4; move global variables in a dynamically allocated structure. (Old svn revision: 11770)
* Fix some compiler warnings and get rid of a bunch of deprecated callsOlivier Fourdan2004-05-141-2/+2
| | | | (Old svn revision: 11755)
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that ↵Olivier Fourdan2004-05-131-36/+37
| | | | | | | | | | fixes at least two issues I can see ,the requirement to have Xienrama enabled in libxfcegui4 to get support for in in xfwm4, and as a side effect, xfwm4 is now compatible with SUN Xinerama which is slightly different from XFree Xinierama) Add a new theme, from my numerous attempts to deign a default xfwm4 theme for 4.2 Remove the theme "synthetic" that sould be moved to xfwm4-themes package (Old svn revision: 11752)
* Be a bit less verbose.Olivier Fourdan2004-04-081-4/+5
| | | | (Old svn revision: 11687)
* Add support for alpha compose using optional PNG imagesOlivier Fourdan2004-04-061-1/+63
| | | | | | | Add PNG to default theme as a proof of concept (Old svn revision: 11684)
* Disconnect wrap workspaces and wrap windows optionsOlivier Fourdan2003-05-221-16/+15
| | | | | | | | | Reorganize mcs-plugin a bit Rerun indent and fix some wrong indent behaviour toward _() Changs "Misc." label to "Advanced" in xfwm4 mcs-plugin (Old svn revision: 11122)
* Various small cleanups, rerun indent with new settings.Olivier Fourdan2003-05-161-29/+36
| | | | (Old svn revision: 11117)
* Revert last change in debug.h, use "??" instead of ((__const char *)0)Olivier Fourdan2003-04-051-3/+3
| | | | | | | | | Replace DBG() statements with TRACE() in libxfcegui4 and xfwm4 because it was generating far too much logs in simple debug mode (use --enable-debug=full to get full traces) Add params to TRACE() (just like in DBG()) Remove trailing CR in log messages (Old svn revision: 11041)
* Debugging stuff now provided by libxfce4util. As a result of this changeBenedikt Meurer2003-04-021-1/+1
| | | | | | | | | libxfcegui4 now depends on libxfce4util. Some other updates. added a hint to the libxfcegui4 README for Xinerama problems with XFree86. (Old svn revision: 11033)
* Updated i18n stuff (libxfce4util now provides a i18n.h).Benedikt Meurer2003-04-021-1/+1
| | | | | | | | | updated X11.m4 updated xfwm4 to compile well with -Werror -Wall updated xfce-mcs-plugins and added a hint to the README for XFree86 users (Old svn revision: 11031)
* Small code reorganizationOlivier Fourdan2003-03-301-0/+108
(Old svn revision: 11020)