summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-05-2518-59/+119
|\
| * Avoid another case of treating None as an atomMatthias Clasen2009-05-241-1/+6
| * Avoid warnings when handling SelectionNotifyMatthias Clasen2009-05-171-1/+4
| * Avoid unintended side-effect in gdk_window_get_eventsMatthias Clasen2009-05-101-4/+6
| * Don't enforce property change events on the root windowMatthias Clasen2009-05-101-2/+3
| * Add diagnostics for XID collisionsMatthias Clasen2009-05-051-5/+8
| * Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-047-0/+14
| * Fix handling of GDK_NONEMatthias Clasen2009-05-032-8/+13
| * Minor fix for GTK+ mediaLib code.Brian Cameron2009-04-291-4/+1
| * Allow unsetting the icon title set with gdk_window_set_icon_nameChristian Persch2009-04-201-12/+29
| * Fix memory leak in gdkscreen-x11Carlos Garcia Campos2009-04-101-16/+20
| * Fix compilation with DirectFB 1.0Sven Neumann2009-04-091-2/+10
| * Merge branch 'master' of ssh://alexl@git.gnome.org/git/gtk+Alexander Larsson2009-04-071-1/+1
| |\
| | * Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPITor Lillqvist2009-04-061-1/+1
| * | Don't move global user time backwardsAlexander Larsson2009-04-071-1/+3
| |/
| * bgo#571374 - Add 30-bit visuals to the list of supported depthsJohn Brown2009-03-311-1/+1
* | Grab changesCody Russell2009-04-021-124/+49
* | grabsCody Russell2009-04-024-287/+359
* | UpdatesCody Russell2009-04-0210-63/+137
* | Get width/height from GetSystemMetrics()Cody Russell2009-04-021-20/+3
* | Fix coordinates for background clearing when redirectingAlexander Larsson2009-04-021-4/+12
* | Tweak the click-through handling so active apps get it (but not inactive ones)Richard Hult2009-04-021-4/+11
* | Improve explicit drawing and flushing (fixes GtkRuler)Richard Hult2009-04-023-55/+62
* | Ensure offscreen windows are not used as non-toplevelsAlexander Larsson2009-04-021-1/+2
* | Move the new parts of GdkWindowObject to a private headerAlexander Larsson2009-04-022-26/+91
* | Remove offscreen hooks supportAlexander Larsson2009-04-024-51/+0
* | Fix x vs y typoAlexander Larsson2009-04-021-1/+1
* | Misc stuffCody Russell2009-04-029-146/+142
* | CSW Win32 work in progress - builds but does not work yet.Cody Russell2009-04-0213-1047/+514
* | Only add up native subwindow offsets for gdk_window_quartz_get_originRichard Hult2009-04-021-4/+10
* | Limit manual flushing so we don't get hit by quartz' fps limitingRichard Hult2009-04-023-1/+41
* | Disable/enable screen updates around process_all_updates to speed up renderingRichard Hult2009-04-021-0/+4
* | Get the right event window for non-grabbed windows tooRichard Hult2009-04-021-13/+52
* | Try to reduce risk of triggering the "beam sync" penalty in quartzRichard Hult2009-04-021-1/+9
* | Try to combine consecutive window moves into oneAlexander Larsson2009-04-021-6/+106
* | Free region also if its empty (we're taking ownership now)Alexander Larsson2009-04-021-1/+4
* | Move unnecessary window copies to the right placeAlexander Larsson2009-04-021-24/+34
* | Remove invalid source area from copy in move_region_on_implAlexander Larsson2009-04-021-15/+19
* | Move GdkWindowRegionMove construction/destruction to separate functionsAlexander Larsson2009-04-021-6/+23
* | Use clearer names for GdkWindowRegionMove membersAlexander Larsson2009-04-021-9/+9
* | queue expose translations after the actual pixel copyAlexander Larsson2009-04-021-41/+24
* | Fix order of outstanding moves in queueAlexander Larsson2009-04-021-1/+1
* | Make outstanding window moves work with the new modelAlexander Larsson2009-04-021-63/+33
* | Don't clear background on no exposure mask if NULL background pixmap setAlexander Larsson2009-04-021-1/+1
* | Don't event process updates for foreign windowsAlexander Larsson2009-04-021-3/+3
* | Don't touch private->parent after its been changeAlexander Larsson2009-04-021-2/+2
* | Clear background on expose with no EXPOSURE_MASKAlexander Larsson2009-04-021-14/+30
* | Call backend show() in gdk_window_show even if window is mappedAlexander Larsson2009-04-021-1/+1
* | Refactor background clearing code so we can clear a general regionAlexander Larsson2009-04-021-63/+78
* | Be more explicit about when to flush movesAlexander Larsson2009-04-021-3/+7