]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkwindow-x11.c
Initial client-side-windows work
[~andy/gtk] / gdk / x11 / gdkwindow-x11.c
2009-04-02 Alexander LarssonInitial client-side-windows work
2008-12-13 Matthias ClasenFix a typo
2008-08-28 Matthias ClasenReturn FALSE from reparent implementations to avoid...
2008-06-30 Michael NattererSome unrelated cleanups found while reviewing the offsc...
2008-06-27 Emmanuele BassiAbstract some GdkWindow API into an interface that...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-06 Matthias ClasenReturn the right coordinates
2008-05-25 Cody RussellBug 526635 - _gdk_window_get_toplevel handles FOREIGN...
2008-05-25 Cody RussellBug 524110 - Gdk should not assume reparenting WMs...
2008-05-25 Cody RussellBug 522269 - Evince windows sometimes incorrectly unmax...
2008-05-21 10:49:20 Tim JanikBug 318807 – Offscreen windows and window redirection.
2008-01-15 Michael Natterergdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h...
2008-01-14 Michael Natterergdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h...
2007-12-28 Matthias ClasenDon't return NULL.
2007-07-19 Ryan Lortieadd note that the semantics of this call, when mixed...
2007-06-29 Ryan LortieConnect the "destroy" signal so that the 'window' point...
2007-06-06 Tor LillqvistFix embarrassing crash. (#444457, Torsten Schoenfeld)
2007-06-01 Matthias ClasenAdd support for composited child windows. (#412882...
2007-05-26 Matthias ClasenFix docs
2007-05-02 Dan WinshipMake sure the leader_window's WM_CLIENT_LEADER points...
2007-04-30 Tor LillqvistAdd functionality to set overall opacity of a top-level...
2007-04-25 Cody RussellWin32 drop shadow goodness
2007-04-01 Elijah NewrenPatch from Matthias to add support for the _NET_WM_USER...
2007-03-13 Emmanuele BassiApply patch by Vytautas Liuolia for changing the startu...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-01-30 Matthias ClasenBe more careful about toplevel possibly being NULL...
2007-01-04 Matthias ClasenApply a patch by Chris Wilson to avoid spurious valgrin...
2006-10-08 Matthias ClasenCleanups
2006-08-31 Michael NattererFix build.
2006-08-30 Matthias ClasenFix gdk_window_beep
2006-08-30 Matthias ClasenAdd a function to beep on a window. For X11, implement...
2006-08-23 Tor LillqvistAdd Win32 detail to doc comments.
2006-08-15 Matthias ClasenUse XAllocSizeHints to allocate the XSizeHints struct...
2006-08-15 Matthias ClasenZero out some stack-allocated X structures, to avoid...
2006-07-27 Michael Natterercast the return value of XGetWindowProperty() correctly...
2006-06-20 Matthias ClasenUpdate the docs. (#345194, Yevgen Muntyan)
2006-05-25 Matthias ClasenMake GTK+ work as an untrusted X client. (#136571,...
2006-05-15 Søren Sandmanngtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c
2006-05-14 Matthias ClasenRemove extraneous ;
2006-04-25 Søren SandmannCreate 'composited' label.
2006-04-16 Matthias ClasenAvoid a possible array overrun. (Coverity)
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE.
2006-02-20 Matthias ClasenSupport input shapes: (#331070)
2006-01-11 Matthias ClasenClean up properly if the grab fails. (finish_drag)...
2005-11-08 Matthias ClasenIgnore icons if they would make the request large enoug...
2005-11-08 Michael Natterergdk/gdk.symbols gdk/gdkwindow.h added gdk_window_get_ty...
2005-09-26 Matthias ClasenFix #316871, reported by Dan Winship:
2005-09-13 Matthias ClasenVarious cleanups. (#315359, Kjartan Maraas)
2005-09-11 Matthias ClasenBroken pipe
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-08-15 Owen TaylorHandle pixmap == NULL when checking for a colormap...
2005-08-12 Owen Taylorgdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap)
2005-08-01 Matthias ClasenMake tracking the on_all_desktops state work better.
2005-07-11 Matthias ClasenMake gdk_window_present() move the window to the curren...
2005-06-17 Matthias ClasenSupport the ICCCM urgency hint. (#61858, Havoc Pennington)
2005-06-17 Matthias ClasenHandle cursor theme changes for cached cursors which...
2005-06-16 Manish Singhremove unused variable.
2005-06-15 Matthias ClasenKeep a reference to the GdkCursor and add a private...
2005-06-15 Matthias ClasenRemove a lot of pointless g_return_if_fail() non-NULL...
2005-06-10 Matthias ClasenSmall markup fixes.
2005-06-09 Matthias ClasenSmall markup fixes.
2005-05-17 Owen TaylorUpdate to changed cairo interface.
2005-03-17 Owen TaylorSwitch set_cairo_target() virtual function to ref_cairo...
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-03 Owen TaylorAdd gdk_drawable_set_cairo_target().
2005-01-25 Matthias ClasenFix docs. (#165163, Jeff Franks)
2005-01-20 Manish SinghCall GDK_DISPLAY_XDISPLAY with a display, not a window...
2005-01-20 Manish SinghSquash strict aliasing warning in _NET_VIRTUAL_ROOTS...
2005-01-19 Matthias ClasenPrecache the _NET_VIRTUAL_ROOTS atom.
2005-01-18 Matthias ClasenAdd pointer warping to GDK. (#160437)
2004-12-22 Søren SandmannAdd sensitivity-changing timeout. Written by Christian...
2004-11-17 Owen TaylorSquash strict aliasing warnings.
2004-11-09 Matthias ClasenAdd a hint about using gdk_drawable_get_size() instead.
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-18 Matthias ClasenFix #155658, Sebastian Bacher:
2004-10-05 Matthias ClasenReturn a new reference to an existing GdkWindow if...
2004-08-23 Matthias ClasenMake it compile.
2004-08-23 Matthias ClasenAdd a user_time field.
2004-08-23 Matthias ClasenSupport the latest EWMH additions to the _NET_ACTIVE_WI...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-05 Soeren SandmannCall gdk_window_enable_synchronized_configure()
2004-08-02 Soeren SandmannNew function. Make sure the sync counter is recreated...
2004-07-31 Matthias ClasenDon't set both states at once. (#148789, Matthew Garret)
2004-07-12 Soeren SandmannDo an empty begin_paint_region()/end_paint() for window...
2004-07-12 Matthias ClasenInclude the update_counter check in the HAVE_XSYNC...
2004-07-11 Soeren SandmannBug 143330, support update counter spec.
2004-07-09 Soeren SandmannInsert checks for root window. The root window is never...
2004-07-09 Soeren SandmannFix a warning Actually unset bg.
2004-07-09 Soeren SandmannBug 113310.
2004-07-09 Soeren SandmannAdd an "override_redirect" bit.
2004-07-07 Matthias ClasenFix a 64bit alignment issue. (#144302, Sunil)
2004-06-26 Matthias ClasenHandle _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW...
2004-05-06 Elijah NewrenChanges to support do-not-focus-on-map hint in conjunct...
2004-04-18 Soeren SandmannSupport for _NET_WM_USER_TIME (bug 115650). Patch by...
2004-03-13 Owen TaylorMake this a total no-op when the new or old parent...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-26 Owen TaylorUse the right free() function. (#135511, George Bronnikov)
2004-02-02 Soeren SandmannAssume gravity works. (Anything else we have to take...
2004-01-26 Federico Mena QuinteroFix #105497; constify uses of GdkColor.
2004-01-22 Alexander LarssonFix typo
next