summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-05Move sources around into relevant filesglibmm-experimentalSam Spilsbury4-200/+219
2011-01-05Remove glib plugin.Sam Spilsbury4-273/+0
2011-01-05Use clock_gettime and add a TIMESPECDIFF macroglibmm-single-timerSam Spilsbury3-20/+21
2011-01-05Make the timeout for the zero-timer case 15, just so that we don'tSam Spilsbury1-1/+3
2011-01-04We can have a brief spin-wait system in place for CompTimeoutSource sinceSam Spilsbury3-21/+9
2011-01-04Re-add paint-smartness to composite.cppSam Spilsbury1-0/+14
2011-01-04Re-write timers to be a regular Glib::SourceSam Spilsbury5-88/+168
2011-01-02Merge branch 'master' of git://git.compiz.org/compiz/core into glibmm-experim...Sam Spilsbury6-22/+34
2011-01-02Only set unmanaging bit while window is actually being unmanaged.Sam Spilsbury2-10/+14
2010-12-31Fix crashes when loading plugins on the command lineSam Spilsbury1-2/+3
2010-12-31Raise window on move/resize initiation in raise-on-click mode.Sam Spilsbury2-0/+6
2010-12-24Allow plugins to initiate scale when initiated to change the matchSam Spilsbury1-7/+8
2010-12-24Don't clear terminate state until action is actually finished clearing up.Sam Spilsbury1-3/+3
2010-12-24Merge branch 'master' of git://git.compiz.org/compiz/core into glibmm-experim...Sam Spilsbury3-6/+14
2010-12-23Add signals for viewport change begin/endSam Spilsbury1-0/+6
2010-12-19Other mouse buttons should be allowed to change the selected window.Sam Spilsbury1-4/+7
2010-12-13CleanupSam Spilsbury1-2/+1
2010-12-13Merge git://git.compiz.org/compiz/core into glibmm-experimentalSam Spilsbury3-14/+24
2010-12-13Send window id in decoration notificationSam Spilsbury1-1/+5
2010-12-13Fix unintialized variable usageSam Spilsbury2-6/+8
2010-12-13Merge git://git.compiz.org/compiz/core into glibmm-experimentalSam Spilsbury7-10/+197
2010-12-13Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/coreSam Spilsbury2-1/+4
2010-12-13Also beautifySam Spilsbury1-8/+8
2010-12-13Break after updating after reparentSam Spilsbury1-0/+1
2010-12-13Add a compiz event for when we have been decoratedSam Spilsbury1-0/+3
2010-12-13package mode is release debug for pluginsDidier Roche2-1/+4
2010-12-13Fix buffer overflow on some platforms (Non NULL passed to XOpenDisplay)Sam Spilsbury1-1/+3
2010-12-11Ensure decoration is updated on shade. Fixes artifacts.Sam Spilsbury2-4/+33
2010-12-09Fix some typoes and handle the case where the window is already under a dockSam Spilsbury1-9/+19
2010-12-09Be a little bit more clever about constraining resizes to workareas.Sam Spilsbury2-4/+147
2010-12-08Merge git://git.compiz.org/compiz/core into glibmm-experimentalSam Spilsbury22-261/+566
2010-12-07Don't stack focus-denied windows in a disallowed positionSam Spilsbury1-6/+11
2010-12-07Only reflect the decoration size in MapRequest gravity adjustment, notSam Spilsbury1-5/+5
2010-12-07Also update desktop keysSam Spilsbury1-6/+6
2010-12-07Update path names in gconf keybindingsSam Spilsbury1-13/+13
2010-12-07Cleanup key binding list from redundant and unneeded keys and add scaleSam Spilsbury1-11/+3
2010-12-07Also handle windows that have a server border set in pointer placement mode.Sam Spilsbury1-2/+5
2010-12-07Correctly reflect that the switcher window is managed.Sam Spilsbury2-1/+17
2010-12-07Make short descriptions in opacity a little more verboseSam Spilsbury1-12/+12
2010-12-07Move window position validation to validateWindowResizeRequest function.Sam Spilsbury1-55/+57
2010-12-07Don't make minimized windows unmanaged.Sam Spilsbury1-1/+1
2010-12-07Fix window offset at the start of close animation.Sam Spilsbury2-21/+22
2010-12-07resize: Remove constrain_y, limit to work area instead of screen edges.Sam Spilsbury2-60/+36
2010-12-07resize: Fix typoSam Spilsbury1-1/+1
2010-12-07resize: Allow resizing outside screen edges when initiated with key.Sam Spilsbury2-4/+8
2010-12-07place: Fix typo (off by one error)Sam Spilsbury1-2/+2
2010-12-07Also set constrainY to FALSE if move is not loaded.Sam Spilsbury1-1/+1
2010-12-07Constrain resizes to screen edges and fix constraining.Sam Spilsbury1-5/+39
2010-12-07resize: Obey move's constrain_y optionSam Spilsbury2-1/+35
2010-12-07Fix typoSam Spilsbury1-2/+2