GNOME GIT source code repository

summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-01Clean up embedding apiclient-side-windowsAlexander Larsson7-167/+138
2009-07-01Remove debug spew, add TODO_CSWAlexander Larsson1-3/+1
2009-07-01gdk_win32_blit, don't get the size of the implAlexander Larsson1-1/+1
2009-07-01Some win32 cleanupsAlexander Larsson5-64/+4
2009-07-01Fix win32 GC set_region handling of reset_regionAlexander Larsson1-6/+5
2009-07-01Make win32 backend build and minimally workAlexander Larsson4-727/+133
2009-07-01Don't use GDK_WINDOW_SCREEN, as its an X11 specific macroAlexander Larsson1-2/+4
2009-07-01Don't return value from void functionAlexander Larsson1-3/+1
2009-06-30Add missing symbols to gdk.symbolsAlexander Larsson1-0/+4
2009-06-30Add gdk_window_get_root_coords to gdk.symbolsAlexander Larsson1-0/+1
2009-06-30Move destroyed check to common code for get_origin & get_root_coordsAlexander Larsson3-16/+27
2009-06-26Don't hide foreign children when emulating visibilityAlexander Larsson1-2/+18
2009-06-26Better implementation of native clear_areaAlexander Larsson3-25/+38
2009-06-26Implement gdk_window_clear_area natively for foreign windowsAlexander Larsson3-0/+30
2009-06-26Clip cairo drawing against client-side child windowsAlexander Larsson1-1/+1
2009-06-25Ensure that we always calculate clip regions for root windowsAlexander Larsson3-4/+10
2009-06-25Fix g_signal_emit callsAlexander Larsson1-3/+3
2009-06-24Fix typosAlexander Larsson1-4/+4
2009-06-24Factor out common code to sync_native_window_stack_positionAlexander Larsson1-21/+23
2009-06-24Remove old obsolete commentAlexander Larsson1-1/+0
2009-06-24Use g_signal_emit instead of g_signal_emit_by_name when possibleAlexander Larsson1-11/+11
2009-06-24Rename accumulate_get_parent to accumulate_get_windowAlexander Larsson1-6/+6
2009-06-24Simplify _gdk_display_get_last_pointer_grab using g_list_lastAlexander Larsson1-6/+3
2009-06-20Update _gdk_windowing_pointer_grabRichard Hult1-18/+7
2009-06-20Remove duplicate definition of GdkInputWindowRichard Hult1-1/+0
2009-06-20Update gdk_window_quartz_show, ..._get_origin, ..._get_pointerRichard Hult1-44/+56
2009-06-20Rename gdk_window_beep to _gdk_windowing_window_beepRichard Hult1-4/+1
2009-06-19Correct a couple of typosMatthias Clasen1-2/+2
2009-06-18Fix spelling of synthesizeAlexander Larsson4-28/+28
2009-06-17Merge branch 'master' into client-side-windowsAlexander Larsson283-37795/+47091
2009-06-17fix compile warningsBenjamin Otte10-18/+21
2009-06-16Don't reset window hints when showing multiple timesAlexander Larsson3-9/+11
2009-06-16Updated Swedish translationDaniel Nylander1-1542/+1268
2009-06-16Use g_return_val_if_fail instead of g_return_if_failVincent Untz1-3/+3
2009-06-16More uses of the get_cell_renderers functionsMatthias Clasen3-7/+7
2009-06-16More instances of those deprecated functionsMatthias Clasen2-3/+3
2009-06-16Forgot one use in libgailMatthias Clasen1-1/+1
2009-06-16Don't use deprecated api internallyMatthias Clasen3-3/+3
2009-06-16Bump version to 2.17.3Matthias Clasen1-1/+1
2009-06-162.17.22.17.2Matthias Clasen205-28906/+34476
2009-06-16Update NEWSMatthias Clasen1-0/+51
2009-06-16Add missing GtkInfoBar functions to the docsMatthias Clasen1-0/+2
2009-06-16Don't export a private functionMatthias Clasen1-1/+1
2009-06-16Fix docs buildMatthias Clasen1-1/+1
2009-06-16Properly export gtk_info_bar_responseMatthias Clasen2-1/+2
2009-06-15Cleanup some translation handlingMatthias Clasen5-43/+12
2009-06-15Fix the docs for gtk_recent_info_get_application_info()Matthias Clasen2-4/+5
2009-06-15Add some more font sizesMatthias Clasen1-1/+1
2009-06-15Deprecate get_cell_renderers implementationsMatthias Clasen5-1/+13
2009-06-15Terminate case with break in switch statementDaniel Elstner1-0/+3