summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* Updated msvc buildHans Breuer2009-07-041-0/+2
* Fix condition to deliver root coordsHans Breuer2009-07-041-2/+2
* Enable window creation with GDK_WINDOW_CHILD againHans Breuer2009-07-041-2/+0
* Initialize 'private' before useHans Breuer2009-07-041-1/+1
* Updated msvc buildHans Breuer2009-07-041-1/+1
* Conditionally define WS_EX_COMPOSITEDHans Breuer2009-07-041-0/+3
* Add doc stubsMatthias Clasen2009-07-032-6/+30
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-018-16/+33
* Move new draw_drawable argument to end to make it more backwards compatAlexander Larsson2009-07-018-24/+25
* Clean up embedding apiAlexander Larsson2009-07-016-148/+126
* Remove debug spew, add TODO_CSWAlexander Larsson2009-07-011-3/+1
* gdk_win32_blit, don't get the size of the implAlexander Larsson2009-07-011-1/+1
* Some win32 cleanupsAlexander Larsson2009-07-015-64/+4
* Fix win32 GC set_region handling of reset_regionAlexander Larsson2009-07-011-6/+5
* Make win32 backend build and minimally workAlexander Larsson2009-07-013-727/+131
* Don't use GDK_WINDOW_SCREEN, as its an X11 specific macroAlexander Larsson2009-07-011-2/+4
* Don't return value from void functionAlexander Larsson2009-07-011-3/+1
* Add missing symbols to gdk.symbolsAlexander Larsson2009-06-301-0/+4
* Add gdk_window_get_root_coords to gdk.symbolsAlexander Larsson2009-06-301-0/+1
* Move destroyed check to common code for get_origin & get_root_coordsAlexander Larsson2009-06-303-16/+27
* Don't hide foreign children when emulating visibilityAlexander Larsson2009-06-261-2/+18
* Better implementation of native clear_areaAlexander Larsson2009-06-263-25/+38
* Implement gdk_window_clear_area natively for foreign windowsAlexander Larsson2009-06-263-0/+30
* Clip cairo drawing against client-side child windowsAlexander Larsson2009-06-261-1/+1
* Ensure that we always calculate clip regions for root windowsAlexander Larsson2009-06-253-4/+10
* Fix g_signal_emit callsAlexander Larsson2009-06-251-3/+3
* Fix typosAlexander Larsson2009-06-241-4/+4
* Factor out common code to sync_native_window_stack_positionAlexander Larsson2009-06-241-21/+23
* Remove old obsolete commentAlexander Larsson2009-06-241-1/+0
* Use g_signal_emit instead of g_signal_emit_by_name when possibleAlexander Larsson2009-06-241-11/+11
* Rename accumulate_get_parent to accumulate_get_windowAlexander Larsson2009-06-241-6/+6
* Simplify _gdk_display_get_last_pointer_grab using g_list_lastAlexander Larsson2009-06-241-6/+3
* Update _gdk_windowing_pointer_grabRichard Hult2009-06-201-18/+7
* Remove duplicate definition of GdkInputWindowRichard Hult2009-06-201-1/+0
* Update gdk_window_quartz_show, ..._get_origin, ..._get_pointerRichard Hult2009-06-201-44/+56
* 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-175-39/+32
|\
| * Cleanup some translation handlingMatthias Clasen2009-06-151-4/+4
| * Remove nonworking conditionalsMatthias Clasen2009-06-052-27/+10
| * Avoid warnings in atom conversionMatthias Clasen2009-06-051-13/+16
| * Plug a memory leak in Xrandr codeCaolan McNamara2009-05-301-1/+4
* | 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