]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkwindow-x11.c
Zero out some stack-allocated X structures, to avoid valgrind warnings
[~andy/gtk] / gdk / x11 / gdkwindow-x11.c
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
2003-12-21 Soeren SandmannSet the right properties when the window becomes a...
2003-12-10 Matthias ClasenChanges to allow "no input" windows (#64613):
2003-12-09 Matthias ClasenImprove the GDK API for dealing with group leaders...
2003-10-23 Matthias ClasenActually assign the new leader. (#125168, Mariano Suare...
2003-10-13 Matthias ClasenMake it work as documented when pixmap or mask is NULL...
2003-08-10 Matthias Clasen Add support for EWMH "Above" and "Below" window states...
2003-08-02 Owen TaylorRequires glib-2.3.0, pango-1.2.0.
2003-07-18 Jody Goldbergfix cut-n-paste-o
2003-07-05 Owen TaylorMove the grabs up earlier, so we don't get a big pile...
2003-07-05 Owen TaylorSplit toplevel-specific pieces of GdkWindowImplX11...
2003-07-05 Owen TaylorUse asynchronously _gdk_x11_set_input_focus_safe to...
2003-05-20 Owen TaylorComprehensively zero all unused parts of client message...
2003-04-21 Owen TaylorAdd SKIP_TASKBAR/SKIP_PAGER to set of properties we...
2003-04-18 Owen TaylorUse gdk_free_compound_text(), not g_free(). (#107643...
2003-04-07 Owen TaylorFlush after ungrabbing the server.
2003-03-06 Matthias ClasenReturn gboolean, not gint. (#107664, Morten Welinder)
2002-12-15 Owen TaylorFix a bug with checking the private flag on the wrong...
2002-12-10 PST 2002 Manish... gdk_x11_get_xatom_by_name_for_display takes a GdkDispla...
2002-12-10 Matthias ClasenDelete EWMH properties if no private->state flags are...
2002-12-03 Matthias Clasen Moveresize emulation for all edges. (#52833)
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-25 Owen TaylorFixes from #98358, Havoc Pennington.
2002-11-25 Owen TaylorUse _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN...
2002-11-14 Owen TaylorFix display/window typo. (#98511, Soeren Sandmann)
2002-11-10 Matthias ClasenFix a typo which broke moveresize emulation.
2002-11-08 Owen TaylorUse g_get_application_name() instead of g_get_prgname...
2002-10-11 Matthias ClasenLots of trivial doc fixes.
2002-10-11 Matthias ClasenDocumentation updates.
2002-10-07 Owen Taylor- Replace GdkPointerHooks with a multihead-safe GdkDisp...
2002-10-05 Soeren Sandmanndocs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwind...
2002-10-03 Kristian Rietveldget XDisplay from window instead of display, as display...
2002-10-03 Owen TaylorRestore the pre-Xft2 code to render text directly via...
2002-09-27 Matthias ClasenMake drawing to the root window work. (#89492)
next