summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #426246.Kristian Rietveld2007-09-123-3/+77
| | | | | | | | | | | | | | | | | | | | | | | 2007-09-12 Kristian Rietveld <kris@imendio.com> Fixes #426246. * gdk/gdk.symbols: * gdk/gdkwindow.[ch] (gdk_window_freeze_toplevel_updates_libgtk_only), (gdk_window_thaw_toplevel_updates_libgtk_only): new functions to freeze a toplevel window and all its descendants. To be made public in 2.14, (gdk_window_schedule_update): return if toplevel is frozen, (gdk_window_process_all_updates): defer processing updates if toplevel is frozen. * gtk/gtkwindow.c (gtk_window_configure_event): directly size allocate for override redirect windows, freeze toplevel and descendants otherwise and wait until resizing is done. svn path=/trunk/; revision=18802
* Fix serial number comparison regression introduced recently. (#474897)Behdad Esfahbod2007-09-101-2/+5
| | | | | | | | | | | 2007-09-10 Behdad Esfahbod <behdad@gnome.org> * gdk/x11/gdkgeometry-x11.c (gdk_window_queue), (_gdk_window_process_expose): Fix serial number comparison regression introduced recently. (#474897) svn path=/trunk/; revision=18789
* fix invalid list node accesses, spotted by Benjamin Berg, bug #475158.18:22:28 Tim Janik2007-09-091-1/+2
| | | | | | | | | | | 2007-09-09 18:22:28 Tim Janik <timj@gtk.org> * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix invalid list node accesses, spotted by Benjamin Berg, bug #475158. svn path=/trunk/; revision=18769
* Allow dest to be NULL. (#464528, Xan Lopez)Matthias Clasen2007-09-071-10/+14
| | | | | | | | | | | 2007-09-06 Matthias Clasen <mclasen@redhat.com> * gdk/gdkrectangle.c (gdk_rectangle_intersect): Allow dest to be NULL. (#464528, Xan Lopez) svn path=/trunk/; revision=18742
* Patch from William Pitcock: Ungrab windows if necessary when they areRichard Hult2007-09-061-0/+9
| | | | | | | | | | 2007-09-06 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c (_gdk_windowing_window_destroy): Patch from William Pitcock: Ungrab windows if necessary when they are destroyed, fixes bug #473441. svn path=/trunk/; revision=18727
* Implement those. Based on patch from Stefan Gehn, bug #459459.Richard Hult2007-08-301-5/+66
| | | | | | | | | | 2007-08-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations, gdk_window_get_decorations): Implement those. Based on patch from Stefan Gehn, bug #459459. svn path=/trunk/; revision=18704
* Patch from Stefan Gehn to implement those, bug #459667.Richard Hult2007-08-301-55/+84
| | | | | | | | | | 2007-08-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_keep_above, gdk_window_set_keep_below): Patch from Stefan Gehn to implement those, bug #459667. svn path=/trunk/; revision=18703
* Patch from Stefan Gehn to implement copying from a pixmap, bug #348493.Richard Hult2007-08-301-1/+77
| | | | | | | | | | 2007-08-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkimage-quartz.c: (_gdk_quartz_image_copy_to_image): Patch from Stefan Gehn to implement copying from a pixmap, bug #348493. svn path=/trunk/; revision=18702
* fix X serial handling to cope with wraparounds and maintain referentialTim Janik2007-08-281-6/+4
| | | | | | | | | | | Thu Aug 23 15:32:09 2007 Tim Janik <timj@imendio.com> * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix X serial handling to cope with wraparounds and maintain referential integrity when removing list nodes. based on a patch by Hui Wang, fixes #461648. svn path=/trunk/; revision=18693
* Committing changes to the source bdf font file that I forgot to commitCody Russell2007-08-171-1949/+2044
| | | | | | | | | | 2007-08-16 Cody Russell <bratsche@gnome.org> * gdk/win32/cursor.bdf: Committing changes to the source bdf font file that I forgot to commit yesterday for #458088. svn path=/trunk/; revision=18639
* Modified the sb_h_double_arrow and sb_v_double_arrow mouse cursors toCody Russell2007-08-151-9/+13
| | | | | | | | | | | | | | 2007-08-15 Cody Russell <bratsche@gnome.org> * gdk/win32/xcursors.h: Modified the sb_h_double_arrow and sb_v_double_arrow mouse cursors to match the ones that Windows uses for split container controls. This allows our paned widgets to be more easily identified as paned widgets on Windows, since we don't have any prelighting on the draggable pane part. (#458088) svn path=/trunk/; revision=18621
* Note in docs that @dest's width and height is set to 0, 0 if theBjörn Lindqvist2007-08-101-2/+4
| | | | | | | | | | 2007-08-11 Björn Lindqvist <bjourne@gmail.com> * gdk/gdkrectangle.c (gdk_rectangle_intersect): Note in docs that @dest's width and height is set to 0, 0 if the rectangles does not intersect. (#464524) svn path=/trunk/; revision=18602
* Revert commit that was accidentally made. Sorry.Behdad Esfahbod2007-08-081-1/+8
| | | | svn path=/trunk/; revision=18596
* Use gtk_true instead of rolling a new one. Patch from Xan Lopez.Behdad Esfahbod2007-08-081-8/+1
| | | | | | | | | | 2007-08-08 Behdad Esfahbod <behdad@gnome.org> * gdk/gdkwindow.c (gdk_window_invalidate_region): Use gtk_true instead of rolling a new one. Patch from Xan Lopez. svn path=/trunk/; revision=18595
* Implement, fixes bug #405868. Based on patch from metz81@web.de.Richard Hult2007-07-311-2/+71
| | | | | | | | | 2007-07-31 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_get_geometry): Implement, fixes bug #405868. Based on patch from metz81@web.de. svn path=/trunk/; revision=18560
* Attempts to load stock X cursors no longer results in annoying error ↵Attilio Fiandrotti2007-07-271-0/+3
| | | | | | messages under DirectFB svn path=/trunk/; revision=18549
* Cosmetic changes.Tor Lillqvist2007-07-241-8/+3
| | | | | | | | | 2007-07-24 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkkeys-win32.c (update_keymap): Cosmetic changes. svn path=/trunk/; revision=18538
* Documentation fixesMatthias Clasen2007-07-221-3/+4
| | | | svn path=/trunk/; revision=18522
* add note that the semantics of this call, when mixed with the newRyan Lortie2007-07-193-5/+9
| | | | | | | | | | | | | | 2007-07-20 Ryan Lortie <desrt@desrt.ca> * gtk/gtkwidget.c (gtk_widget_is_composited): add note that the semantics of this call, when mixed with the new gdk_window_set_composited(), will change in the future. * gdk/x11/gdkevents-x11.c (gdk_event_translate): only grab Damage events that belong to us. svn path=/trunk/; revision=18506
* Ref the cursor in the cached case.Richard Hult2007-07-181-1/+1
| | | | | | | | | 2007-07-18 Richard Hult <richard@imendio.com> * gdk/quartz/gdkcursor-quartz.c (gdk_cursor_new_for_display): Ref the cursor in the cached case. svn path=/trunk/; revision=18490
* Plug leak.Richard Hult2007-07-141-0/+4
| | | | | | | | | 2007-07-14 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (_gdk_quartz_events_update_cursor): Plug leak. svn path=/trunk/; revision=18468
* Move from here... ...to here. (_gdk_windowing_window_destroy): Update theRichard Hult2007-07-133-21/+40
| | | | | | | | | | | | | | | | 2007-07-13 Richard Hult <richard@imendio.com> * gdk/quartz/gdkprivate-quartz.h: * gdk/quartz/gdkevents-quartz.c: (gdk_window_is_ancestor): Move from here... * gdk/quartz/gdkwindow-quartz.c: (_gdk_quartz_window_is_ancestor): ...to here. (_gdk_windowing_window_destroy): Update the mouse window if the destroyed window is an ancestor of the current one, not only if they are the same. (gdk_window_hide): Update the mouse window here too. svn path=/trunk/; revision=18467
* Add stubs.Richard Hult2007-07-131-0/+19
| | | | | | | | | 2007-07-13 Richard Hult <richard@imendio.com> * gdk/quartz/gdkcolor-quartz.c: (gdk_colors_alloc), (gdk_colors_free): Add stubs. svn path=/trunk/; revision=18466
* gdk/win32/gdkevents-win32.c Fix transient windows on Win32 so that when aCody Russell2007-07-123-14/+58
| | | | | | | | | | | | | 2007-07-12 Cody Russell <bratsche@gnome.org> * gdk/win32/gdkevents-win32.c * gdk/win32/gdkwindow-win32.[ch]: Fix transient windows on Win32 so that when a transient child window is closed (particularly when there are 3 or more levels of transient windows), the correct window receives focus rather than a seemingly random window. (#112404) svn path=/trunk/; revision=18461
* Fixed memory leak at window closing in DirectFB backend, patch provided by ↵Attilio Fiandrotti2007-07-123-1/+25
| | | | | | Simon Lanzmich svn path=/trunk/; revision=18459
* clarified documentation example.Tim Janik2007-07-121-15/+19
| | | | | | | | | | Thu Jul 12 18:03:02 2007 Tim Janik <timj@gtk.org> * gdk/gdk.c (gdk_threads_add_idle_full): clarified documentation example. svn path=/trunk/; revision=18458
* Add hack to workaround the broken tracking rect implementation in quartz,Richard Hult2007-07-101-8/+41
| | | | | | | | | | | | 2007-07-10 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_new), (show_window_internal), (gdk_window_show), (gdk_window_hide): Add hack to workaround the broken tracking rect implementation in quartz, that doesn't seem to produce events if the window shows up under the mouse. svn path=/trunk/; revision=18440
* docu fixup by Bjoern Lindqvist, #454703.Tim Janik2007-07-071-2/+2
| | | | | | | | | | Sun Jul 8 01:33:45 2007 Tim Janik <timj@gtk.org> * gdk/gdkwindow.c: docu fixup by Bjoern Lindqvist, #454703. svn path=/trunk/; revision=18398
* ]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep a stack of main windowsRichard Hult2007-07-073-6/+68
| | | | | | | | | | | | | 2007-07-07 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzWindow.c ([GdkQuartzWindow -windowDidResignMain:]) ([GdkQuartzWindow -windowDidBecomeMain:]): * gdk/quartz/gdkwindow-quartz.c (_gdk_quartz_window_did_resign_main) (_gdk_quartz_window_did_become_main, gdk_window_hide) (_gdk_windowing_window_destroy): Keep a stack of main windows and select the most recent one when hiding/closing the current one. svn path=/trunk/; revision=18396
* Fix (de)miniaturizing transient windows, by (un)setting the parent beforeRichard Hult2007-07-063-21/+56
| | | | | | | | | | | 2007-07-06 Richard Hult <richard@imendio.com> * gdk/quartz/gdkprivate-quartz.h: * gdk/quartz/gdkwindow-quartz.c: * gdk/quartz/GdkQuartzWindow.c: Fix (de)miniaturizing transient windows, by (un)setting the parent before and after miniaturizing. svn path=/trunk/; revision=18388
* Add stub.Richard Hult2007-07-061-0/+7
| | | | | | | | | 2007-07-06 Richard Hult <richard@imendio.com> * gdk/quartz/gdkkeys-quartz.c (gdk_keymap_have_bidi_layouts): Add stub. svn path=/trunk/; revision=18387
* added usage example to gdk_event_request_motions() docs.Tim Janik2007-07-041-1/+11
| | | | | | | | | | | Wed Jul 4 12:20:23 2007 Tim Janik <timj@imendio.com> * gdk/gdkevents.c (gdk_event_request_motions): added usage example to gdk_event_request_motions() docs. svn path=/trunk/; revision=18378
* Keep track of button state and include it in key events. Needed for gimp'sRichard Hult2007-07-031-13/+48
| | | | | | | | | | 2007-07-03 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: Keep track of button state and include it in key events. Needed for gimp's selection tools and fixes bug #453411. svn path=/trunk/; revision=18369
* Include modifier state in key release events. Fixes bug #453413.Richard Hult2007-07-031-0/+39
| | | | | | | | | 2007-07-03 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c (create_key_event): Include modifier state in key release events. Fixes bug #453413. svn path=/trunk/; revision=18367
* Implement. Just return FALSE for now. What should this function actuallyTor Lillqvist2007-07-031-0/+10
| | | | | | | | | | | | | 2007-07-03 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkkeys-win32.c (gdk_keymap_have_bidi_layouts): Implement. Just return FALSE for now. What should this function actually do? Does keyboards layouts being "in use" mean that such layouts can be switched to on the fly? If so we need to actually check that. svn path=/trunk/; revision=18359
* Continue the event handling cleanup:Richard Hult2007-06-301-18/+33
| | | | | | | | | | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> Continue the event handling cleanup: * gdk/quartz/gdkevents-quartz.c: (synthesize_crossing_events): Don't do anything if the old and new windows are the same, simplifies the callers. (find_mouse_window_for_ns_event): Always return a window (root instead of NULL). Remove unneccessary check for the current mouse window being NULL, that was a workaround for a now fixed bug. Convert to root coordinates if we don't find a window. (synthesize_crossing_events_for_ns_event): Simplify and add comment. svn path=/trunk/; revision=18316
* Simplify (get the origin directly from the window).Richard Hult2007-06-301-7/+3
| | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (synthesize_crossing_events_for_ns_event): Simplify (get the origin directly from the window). svn path=/trunk/; revision=18315
* No need to special case the root window now that it has the right size.Richard Hult2007-06-301-45/+13
| | | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (create_crossing_event), (synthesize_crossing_events), (find_mouse_window_for_ns_event), (synthesize_crossing_events_for_ns_event): No need to special case the root window now that it has the right size. svn path=/trunk/; revision=18314
* Improve comments in those files. Add a debugging helper to print outRichard Hult2007-06-302-25/+53
| | | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: * gdk/quartz/gdkevents-quartz.c: Improve comments in those files. Add a debugging helper to print out information about a window. svn path=/trunk/; revision=18313
* Make this work properly for the root window.Richard Hult2007-06-301-0/+7
| | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_get_origin): Make this work properly for the root window. svn path=/trunk/; revision=18311
* Improve the tracking rect updating: - No need to override setFrame. - UseRichard Hult2007-06-302-9/+11
| | | | | | | | | | | | | | | 2007-06-30 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzView.c: Improve the tracking rect updating: - No need to override setFrame. - Use our own size instead of the bounds from for the view as it's not always updated before the tracking rect. - Only reset the tracking rect if the new window is nil). * gdk/quartz/GdkQuartzWindow.c: Update the bounds of the content view when the window size changes. svn path=/trunk/; revision=18309
* New function to determine if keyboard layouts for both LTR and LTRMatthias Clasen2007-06-303-54/+127
| | | | | | | | | | | | | | | 2007-06-29 Matthias Clasen <mclasen@redhat.com> * gdk/gdk.symbols: * gdk/gdkkeys.h: * gdk/x11/gdkkeys-x11.c (gdk_keymap_have_bidi_layouts): New function to determine if keyboard layouts for both LTR and LTR languages are in use. Refactor the direction caching code to make this information available. (#451575, Behnam Esfahbod) svn path=/trunk/; revision=18301
* Connect the "destroy" signal so that the 'window' pointer is set back toRyan Lortie2007-06-291-8/+0
| | | | | | | | | | | | | | | | | 2007-06-29 Ryan Lortie <desrt@desrt.ca> * tests/testgtk.c (create_composited_window): Connect the "destroy" signal so that the 'window' pointer is set back to NULL (like for the other examples). * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize): Don't destroy the Damage here. By finalize() XDestroyWindow has already been called (and took the Damage with it). Bug #452046. svn path=/trunk/; revision=18290
* Don't steal menu events while the keyboard is grabbed.Richard Hult2007-06-251-1/+3
| | | | | | | | | 2007-06-25 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Don't steal menu events while the keyboard is grabbed. svn path=/trunk/; revision=18231
* Fallback to X cursors for the ones that OS X doesn't provide. Fixes bugRichard Hult2007-06-253-12/+291
| | | | | | | | | | | 2007-06-25 Richard Hult <richard@imendio.com> * gdk/quartz/Makefile.am: * gdk/quartz/xcursors.h: * gdk/quartz/gdkcursor-quartz.c: Fallback to X cursors for the ones that OS X doesn't provide. Fixes bug #327912. svn path=/trunk/; revision=18229
* Revert my attempted overly simple fix for #445284, as it causes aTor Lillqvist2007-06-251-0/+6
| | | | | | | | | | | | | 2007-06-25 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Revert my attempted overly simple fix for #445284, as it causes a regression. (For instance, in GIMP the tool cursor gets used also for the right-click menu in image windows.) A more complex fix is needed to more completely emulate X11 behaviour. svn path=/trunk/; revision=18225
* applied patch from Mark Tiefenbruck to add missing return_if_fail,Tim Janik2007-06-211-0/+1
| | | | | | | | | | | Fri Jun 22 00:34:34 2007 Tim Janik <timj@gtk.org> * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_xdisplay): applied patch from Mark Tiefenbruck to add missing return_if_fail, #449862. svn path=/trunk/; revision=18215
* Fix a typo in a commentJohan Dahlin2007-06-191-1/+1
| | | | | | | | * gdk/quartz/GdkQuartzView.c ([GdkQuartzView -updateTrackingRect]): Fix a typo in a comment svn path=/trunk/; revision=18199
* Don't create or update the tracking rect in the window, move it to theRichard Hult2007-06-194-30/+67
| | | | | | | | | | | | | | | 2007-06-20 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c (gdk_window_new): * gdk/quartz/GdkQuartzWindow.c (windowDidResize): Don't create or update the tracking rect in the window, move it to the view where it belongs. * gdk/quartz/GdkQuartzView.c (updateTrackingRect) (viewDidMoveToWindow, viewWillMoveToWindow) (setFrame, setBounds): Create and update the tracking rect here. svn path=/trunk/; revision=18197
* Restore G_BEGIN_DECLS at the top of this file to make C++ compilers happy.Mathias Hasselmann2007-06-191-0/+2
| | | | | | | | | 2007-06-19 Mathias Hasselmann <mathias.hasselmann@gmx.de> * gdk/gdkinternals.h: Restore G_BEGIN_DECLS at the top of this file to make C++ compilers happy. svn path=/trunk/; revision=18196