summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Rename gdk_window_beep to _gdk_windowing_window_beepRichard Hult2009-06-201-4/+1
| * Correct a couple of typosMatthias Clasen2009-06-191-2/+2
| * Fix spelling of synthesizeAlexander Larsson2009-06-184-28/+28
| * Merge branch 'master' into client-side-windowsAlexander Larsson2009-06-17283-37795/+47091
| |\
| * | Don't reset window hints when showing multiple timesAlexander Larsson2009-06-163-9/+11
| * | Remove ununsed variablesAlexander Larsson2009-06-121-2/+0
| * | Always return FALSE from idle callback to avoid loopAlexander Larsson2009-06-121-1/+1
| * | Handle gdk_window_beep on offscreen windowsAlexander Larsson2009-06-114-17/+35
| * | Handle the window being destroyed in do_synthesize_crossing_eventAlexander Larsson2009-06-111-2/+5
| * | Send crossing event due to geometry change in idleAlexander Larsson2009-06-112-4/+36
| * | Add gdk_window_offscreen_children_changed callAlexander Larsson2009-06-112-0/+6
| * | Use gdk_window_get_root_cords to get popup position for comboboxAlexander Larsson2009-06-081-7/+13
| * | Add gdk_window_get_root_coordsAlexander Larsson2009-06-085-34/+79
| * | Update event emulation to handle offscreen childrenAlexander Larsson2009-06-083-93/+285
| * | Implement the new offscreen signals in GtkOffscreenBoxAlexander Larsson2009-06-081-1/+183
| * | Base pointer grab on get-offscreen-parentAlexander Larsson2009-06-084-82/+131
| * | Implement offscreen get_pointer with offscreen signalsAlexander Larsson2009-06-081-1/+59
| * | Add signals for offscreen window embeddingAlexander Larsson2009-06-086-45/+136
| * | Make window_get_pointer a window impl virtualAlexander Larsson2009-06-055-40/+56
| * | window_get_pointer should return the direct childAlexander Larsson2009-06-053-25/+44
| * | Set the right parent root window for the offscreen windowsAlexander Larsson2009-06-051-2/+2
| * | Update GdkOffscreenWindow to new draw_drawable prototypeAlexander Larsson2009-06-041-0/+1
| * | Fix too many args warningAlexander Larsson2009-06-031-1/+1
| * | Fix some warnings added by the input handlingAlexander Larsson2009-06-031-4/+4
| * | Further clean up window drawing redirection/clippingAlexander Larsson2009-06-011-348/+164
| * | Fix up gdk_window_set_has_native rename issuesAlexander Larsson2009-06-014-5/+6
| * | Add more GdkWindow implementation docsAlexander Larsson2009-06-012-17/+71
| * | Whitespace cleanup gdkwindow.cAlexander Larsson2009-06-011-698/+698
| * | Rename gdk_window_set_has_native to gdk_window_ensure_nativeAlexander Larsson2009-06-017-82/+65
| * | Make disabled xinput work againAlexander Larsson2009-05-291-12/+7
| * | Initial version of input supportAlexander Larsson2009-05-2912-423/+557
| * | Add some test for draw_drawable graphics exposuresAlexander Larsson2009-05-271-0/+26
| * | Add support for client side graphics exposures in gdk_draw_drawableAlexander Larsson2009-05-277-11/+77
| * | Add _gdk_gc_get_exposuresAlexander Larsson2009-05-272-6/+23
| * | Add support for visibility notificationAlexander Larsson2009-05-262-7/+124
| * | Add gdk_region_rect_equal to compare a region with a rectAlexander Larsson2009-05-262-0/+28
| * | Handle flushing implicit paint while there is a paint outstandingAlexander Larsson2009-05-261-5/+14
| * | Merge branch 'master' into client-side-windowsAlexander Larsson2009-05-25370-78837/+91220
| |\ \
| * | | 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
| * | | Make offscreen windows not be in hierarchyAlexander Larsson2009-04-021-84/+2
| * | | Fix x vs y typoAlexander Larsson2009-04-021-1/+1