| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into client-side-windows | Alexander Larsson | 2009-05-25 | 18 | -59/+119 |
|\ |
|
| * | Avoid another case of treating None as an atom | Matthias Clasen | 2009-05-24 | 1 | -1/+6 |
| * | Avoid warnings when handling SelectionNotify | Matthias Clasen | 2009-05-17 | 1 | -1/+4 |
| * | Avoid unintended side-effect in gdk_window_get_events | Matthias Clasen | 2009-05-10 | 1 | -4/+6 |
| * | Don't enforce property change events on the root window | Matthias Clasen | 2009-05-10 | 1 | -2/+3 |
| * | Add diagnostics for XID collisions | Matthias Clasen | 2009-05-05 | 1 | -5/+8 |
| * | Add git.mk to generate .gitignore files | Behdad Esfahbod | 2009-05-04 | 7 | -0/+14 |
| * | Fix handling of GDK_NONE | Matthias Clasen | 2009-05-03 | 2 | -8/+13 |
| * | Minor fix for GTK+ mediaLib code. | Brian Cameron | 2009-04-29 | 1 | -4/+1 |
| * | Allow unsetting the icon title set with gdk_window_set_icon_name | Christian Persch | 2009-04-20 | 1 | -12/+29 |
| * | Fix memory leak in gdkscreen-x11 | Carlos Garcia Campos | 2009-04-10 | 1 | -16/+20 |
| * | Fix compilation with DirectFB 1.0 | Sven Neumann | 2009-04-09 | 1 | -2/+10 |
| * | Merge branch 'master' of ssh://alexl@git.gnome.org/git/gtk+ | Alexander Larsson | 2009-04-07 | 1 | -1/+1 |
| |\ |
|
| | * | Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPI | Tor Lillqvist | 2009-04-06 | 1 | -1/+1 |
| * | | Don't move global user time backwards | Alexander Larsson | 2009-04-07 | 1 | -1/+3 |
| |/ |
|
| * | bgo#571374 - Add 30-bit visuals to the list of supported depths | John Brown | 2009-03-31 | 1 | -1/+1 |
* | | Grab changes | Cody Russell | 2009-04-02 | 1 | -124/+49 |
* | | grabs | Cody Russell | 2009-04-02 | 4 | -287/+359 |
* | | Updates | Cody Russell | 2009-04-02 | 10 | -63/+137 |
* | | Get width/height from GetSystemMetrics() | Cody Russell | 2009-04-02 | 1 | -20/+3 |
* | | Fix coordinates for background clearing when redirecting | Alexander Larsson | 2009-04-02 | 1 | -4/+12 |
* | | Tweak the click-through handling so active apps get it (but not inactive ones) | Richard Hult | 2009-04-02 | 1 | -4/+11 |
* | | Improve explicit drawing and flushing (fixes GtkRuler) | Richard Hult | 2009-04-02 | 3 | -55/+62 |
* | | Ensure offscreen windows are not used as non-toplevels | Alexander Larsson | 2009-04-02 | 1 | -1/+2 |
* | | Move the new parts of GdkWindowObject to a private header | Alexander Larsson | 2009-04-02 | 2 | -26/+91 |
* | | Remove offscreen hooks support | Alexander Larsson | 2009-04-02 | 4 | -51/+0 |
* | | Fix x vs y typo | Alexander Larsson | 2009-04-02 | 1 | -1/+1 |
* | | Misc stuff | Cody Russell | 2009-04-02 | 9 | -146/+142 |
* | | CSW Win32 work in progress - builds but does not work yet. | Cody Russell | 2009-04-02 | 13 | -1047/+514 |
* | | Only add up native subwindow offsets for gdk_window_quartz_get_origin | Richard Hult | 2009-04-02 | 1 | -4/+10 |
* | | Limit manual flushing so we don't get hit by quartz' fps limiting | Richard Hult | 2009-04-02 | 3 | -1/+41 |
* | | Disable/enable screen updates around process_all_updates to speed up rendering | Richard Hult | 2009-04-02 | 1 | -0/+4 |
* | | Get the right event window for non-grabbed windows too | Richard Hult | 2009-04-02 | 1 | -13/+52 |
* | | Try to reduce risk of triggering the "beam sync" penalty in quartz | Richard Hult | 2009-04-02 | 1 | -1/+9 |
* | | Try to combine consecutive window moves into one | Alexander Larsson | 2009-04-02 | 1 | -6/+106 |
* | | Free region also if its empty (we're taking ownership now) | Alexander Larsson | 2009-04-02 | 1 | -1/+4 |
* | | Move unnecessary window copies to the right place | Alexander Larsson | 2009-04-02 | 1 | -24/+34 |
* | | Remove invalid source area from copy in move_region_on_impl | Alexander Larsson | 2009-04-02 | 1 | -15/+19 |
* | | Move GdkWindowRegionMove construction/destruction to separate functions | Alexander Larsson | 2009-04-02 | 1 | -6/+23 |
* | | Use clearer names for GdkWindowRegionMove members | Alexander Larsson | 2009-04-02 | 1 | -9/+9 |
* | | queue expose translations after the actual pixel copy | Alexander Larsson | 2009-04-02 | 1 | -41/+24 |
* | | Fix order of outstanding moves in queue | Alexander Larsson | 2009-04-02 | 1 | -1/+1 |
* | | Make outstanding window moves work with the new model | Alexander Larsson | 2009-04-02 | 1 | -63/+33 |
* | | Don't clear background on no exposure mask if NULL background pixmap set | Alexander Larsson | 2009-04-02 | 1 | -1/+1 |
* | | Don't event process updates for foreign windows | Alexander Larsson | 2009-04-02 | 1 | -3/+3 |
* | | Don't touch private->parent after its been change | Alexander Larsson | 2009-04-02 | 1 | -2/+2 |
* | | Clear background on expose with no EXPOSURE_MASK | Alexander Larsson | 2009-04-02 | 1 | -14/+30 |
* | | Call backend show() in gdk_window_show even if window is mapped | Alexander Larsson | 2009-04-02 | 1 | -1/+1 |
* | | Refactor background clearing code so we can clear a general region | Alexander Larsson | 2009-04-02 | 1 | -63/+78 |
* | | Be more explicit about when to flush moves | Alexander Larsson | 2009-04-02 | 1 | -3/+7 |