summaryrefslogtreecommitdiff
path: root/src/frame.h
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
| | | | (Old svn revision: 26999)
* Redraw frame immediately in case of resize to avoid confusing the compositorOlivier Fourdan2008-04-101-1/+2
| | | | (Old svn revision: 26815)
* Implements asynchronous frames updateOlivier Fourdan2008-04-051-3/+3
| | | | (Old svn revision: 26782)
* Plug a pixmap leak in the new button prelight code, and a grab that was ↵Olivier Fourdan2007-06-161-8/+0
| | | | | | leaking since 4.2. (Old svn revision: 25818)
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
| | | | (Old svn revision: 25807)
* Add resize from top of window, based on a patch by Phil Vandry ↵Olivier Fourdan2007-06-021-1/+2
| | | | | | <vandry@tzone.org>, reworked to allow compatibility with unchanged themes, bug fixes, and various improvements (Old svn revision: 25773)
* CleanupOlivier Fourdan2007-05-091-3/+2
| | | | (Old svn revision: 25698)
* Use timeout for frame redraw, check actual WM name changes to work around ↵Olivier Fourdan2007-01-241-0/+3
| | | | | | apps that falsely update their WM name property (Bug #2810). (Old svn revision: 24716)
* Use X server time to restore focus when sent to the root window (bug #2472), ↵Olivier Fourdan2006-11-041-13/+14
| | | | | | a bit of code cleanup and some refactoring. (Old svn revision: 23704)
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-5/+5
| | | | (Old svn revision: 23128)
* Fix frame repaint error caused by the removal of pixmap caching (Bug #2202), ↵Olivier Fourdan2006-08-211-1/+1
| | | | | | fix an issue with themes that miss that menu button. (Old svn revision: 22847)
* Get rid of pixmap caching of frame components, it saves quite a lot of ↵Olivier Fourdan2006-08-191-0/+8
| | | | | | xserver pixmap memory... (Old svn revision: 22837)
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
| | | | (Old svn revision: 19935)
* Update datesOlivier Fourdan2005-06-201-1/+1
| | | | (Old svn revision: 16034)
* Revert: Treat dialogs that don't set their transient_for as transients for ↵Olivier Fourdan2004-11-031-0/+5
| | | | | | | | | group, Add: Support for NET_FRAME_EXTENTS and NET_REQUEST_FRAME_EXTENTS (Old svn revision: 12127)
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
| | | | (Old svn revision: 11914)
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-3/+3
| | | | (Old svn revision: 11776)
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-13/+13
| | | | | | | | - 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)
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that ↵Olivier Fourdan2004-05-131-13/+13
| | | | | | | | | | 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)
* Apply patch for SUN Forte compilerOlivier Fourdan2004-03-221-8/+8
| | | | (Old svn revision: 11656)
* Various small cleanups, rerun indent with new settings.Olivier Fourdan2003-05-161-9/+9
| | | | (Old svn revision: 11117)
* Reformat code usign astyle, redesign microdeck theme, include nestu's ↵Olivier Fourdan2003-03-161-4/+4
| | | | | | Spanish translation (Old svn revision: 10989)
* Major rework of stacking management.Olivier Fourdan2003-03-091-1/+1
| | | | | | | | Removal of all recursive procedures. Update of (c) mention in .c/.h files. (Old svn revision: 10975)
* Improve window move/resize and expand sourcesOlivier Fourdan2003-02-271-13/+13
| | | | (Old svn revision: 10955)
* Take the frame into account when receiving a XConfigureRequest for apps that ↵Olivier Fourdan2003-02-211-3/+3
| | | | | | | | | try to manipulate the WM frame Rearrange headers (Old svn revision: 10936)
* Avoid using "__" for defines in headers as it could be reserved for the compilerOlivier Fourdan2003-02-201-3/+3
| | | | (Old svn revision: 10934)
* Okay, promise, I'll stop with optimizations :)Olivier Fourdan2003-02-131-1/+1
| | | | (Old svn revision: 10926)
* Add pixmap caching for frame componentsOlivier Fourdan2003-02-111-1/+1
| | | | (Old svn revision: 10917)
* Initial revisionOlivier Fourdan2002-05-031-0/+40
(Old svn revision: 10277)