summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | Since there are some csw regressions.
* 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
| | | | | | - Add support for GMountOperation::show-processes - Implement process look up for the X11 target
* Use gdk_display_sync instead of XSyncMatthias Clasen2009-07-061-9/+7
|
* Fix redraw issues in GtkInfoBarMatthias Clasen2009-07-061-2/+3
| | | | | This was reported in bug 587716. I have no idea why this used to work just fine for me...
* 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
| | | | | | | | | | It turns out that mozilla, as per the gtk2xt code selects for input on the socket with a mask of 0x0fffff (for god knows why) which includes ButtonPressMask, causing a BadAccess if someone else also selects for this. As per the client-side windows merge we always normally selects for button press so we can emulate it on client side children that selects for button press. However, we don't need this for GtkSocket, so we unselect it here, fixing the crashes in firefox.
* 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
| | | | | We used to treat stock buttons as having an implicit use-underline. A recent but fix lost that.
* Add a testcase for use-stock/use-underline in buttonsMatthias Clasen2009-07-012-0/+151
| | | | | The fix for bug 586330 caused some unexpected behaviour changes, that this testcase ought to illustrate.
* fix wrap width calculations that caused item height to be wrongCody Russell2009-07-011-11/+8
| | | | Fix by logari81 to the wrap width calculations fir GtkIconView. #490724
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-018-16/+33
| | | | | | Turns out pygtk build broke due to the argument addition to draw_drawable. So, we now add a new vfunc for the new draw_drawable and are thus backwards compat.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | we now use gdk_offscreen_window_set_embedder() instead of a signal to get the parent. This also replaces set_has_offscreen_changes. Rename "parent" in all embedding related names to "embedder" to make it more obviously different than the normal parent. Rename gdk_window_get_offscreen_pixmap to gdk_offscreen_window_get_pixmap to match the other offscreen calls. Rename gdk_window_offscreen_children_changed to gdk_window_geometry_changed as this is more descriptive.
| * 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
| | | | | | | | This fixes the previous commit where the return value was removed.
| * 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
| | | | | | | | Also remove weird return value from get_root_coords
| * Don't hide foreign children when emulating visibilityAlexander Larsson2009-06-261-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We emulate visibility by unmapping (in X) all mapped (according to gdk) windows that are not visible (all parents mapped). This is because there may be client side windows inbetween the native windows in the hierarchy, so you can't know a native window is visible just because all the parent native windows are mapped. However, we don't want to unmap foreign windows, as that may cause all sort of unexpected issues. This should be safe, because generally the parent of a foreign window is a native window (e.g. a socket), so its gdk visibility state is the same as the Xserver one. This fixes an issue with the GDM notification area where the unmap of the plug caused spurious UnmapNotify events that confused GtkSocket and caused icons to become one pixel wide.
| * Better implementation of native clear_areaAlexander Larsson2009-06-263-25/+38
| | | | | | | | | | | | Last commit was bad, as it didn't clip against client side children. This implements such clipping first and then only clears the rectangles that need to be cleared.
| * Implement gdk_window_clear_area natively for foreign windowsAlexander Larsson2009-06-263-0/+30
| | | | | | | | This fixes a redraw issue with the notification area in xfce4.