summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.17.32.17.3Matthias Clasen2009-07-07208-35159/+39741
* Fix some distcheck issuesMatthias Clasen2009-07-071-0/+1
* Temporarily turn of testsMatthias Clasen2009-07-071-1/+1
* Make distcheck passMatthias Clasen2009-07-066-43/+23
* Fix a typoMatthias Clasen2009-07-061-1/+1
* Update NEWSMatthias Clasen2009-07-061-0/+5
* Bug 587485 – GMountOperation::show-processes supportDavid Zeuthen2009-07-065-8/+1693
* Use gdk_display_sync instead of XSyncMatthias Clasen2009-07-061-9/+7
* Fix redraw issues in GtkInfoBarMatthias Clasen2009-07-061-2/+3
* Fix the doc buildMatthias Clasen2009-07-061-1/+1
* More documentation fixesMatthias Clasen2009-07-054-9/+47
* More small documentation fixupsMatthias Clasen2009-07-051-1/+1
* Small documentation fixesMatthias Clasen2009-07-053-9/+97
* Hack that works around firefox plugin crashAlexander Larsson2009-07-041-1/+9
* Updated Hebrew translationYaron Shahrabani2009-07-041-2421/+2259
* Updated msvc buildHans Breuer2009-07-042-0/+3
* 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
* Fix includes for missing prototypesHans Breuer2009-07-041-0/+2
* Use G_PI rather than M_PIHans Breuer2009-07-041-1/+1
* Undef USE_MMX for msvc buildHans Breuer2009-07-041-1/+5
* gtk_status_icon_get_title() must return a valueHans Breuer2009-07-041-1/+1
* Updated msvc buildHans Breuer2009-07-043-3/+19
* Conditionally define WS_EX_COMPOSITEDHans Breuer2009-07-041-0/+3
* Add another bug refMatthias Clasen2009-07-031-0/+1
* Add doc stubsMatthias Clasen2009-07-032-6/+30
* Add new symbolsMatthias Clasen2009-07-032-0/+11
* Update for 2.17.3Matthias Clasen2009-07-031-0/+42
* Updated German translation.Hendrik Richter2009-07-032-2800/+2834
* Make stock buttons have mnemonics againMatthias Clasen2009-07-011-13/+13
* Add a testcase for use-stock/use-underline in buttonsMatthias Clasen2009-07-012-0/+151
* fix wrap width calculations that caused item height to be wrongCody Russell2009-07-011-11/+8
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-018-16/+33
* Merge branch 'client-side-windows'Alexander Larsson2009-07-0179-8047/+14620
|\
| * Move new draw_drawable argument to end to make it more backwards compatAlexander Larsson2009-07-018-24/+25
| * Clean up embedding apiAlexander Larsson2009-07-017-167/+138
| * 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-014-727/+133
| * 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