]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkwindow-x11.c
Call GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up the
[~andy/gtk] / gdk / x11 / gdkwindow-x11.c
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)
2002-09-25 Havoc Penningtonfix GtkWindowMnemonic to have a separate typedef
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-09-24 Owen TaylorLook up the visual as well as the colormap, since calling
2002-09-24 Matthias ClasenReplace leftover gdk_colormap_lookup () by gdk_x11_colo...
2002-09-24 Owen TaylorDelete unused private gdk_visual_lookup(), make gdk_col...
2002-08-02 Owen TaylorFix args to pango_x_shutdown_display().
2002-08-02 Owen TaylorSwitch back to using XftDraw so that we take advantage...
2002-08-01 Owen TaylorStart implementing display/screen closing scheme; keep...
2002-06-20 Owen TaylorRenames:
2002-06-20 Owen TaylorPatch from Erwann Chenede.
2002-06-18 Owen TaylorSet the display.
2002-06-18 Owen TaylorAdd a gboolean create argument, so we don't create...
2002-06-06 Owen TaylorChanges multihead reorganizing code for win32 support...
2002-05-14 Owen TaylorAdd a sanity g_return_if_fail() check for the depths...
2002-05-06 Matthias ClasenAlways select for property notify for maintaining windo...
2002-05-03 Erwann Chenede -Rationalized the screen initialization process, changed...
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-04-21 Alexander LarssonSave x and y in window_private.
2002-04-04 Tim Janikfix segfault upon NULL return from gdk_utf8_to_string_t...
2002-03-18 Owen TaylorFix backwards conditional. (#75019, Dan Winship.)
2002-03-16 Kristian Rietveldjust return when we have an input_only window (fix...
2002-03-03 Anders CarlssonFix tyop in docs.
2002-03-02 Owen TaylorRobustify tracking of pointer grab window.
2002-02-28 Owen TaylorInitialize private->event_mask from attributes we retri...
2002-02-28 Owen Taylored Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat...
2002-02-25 Alexander LarssonAlways NULL out bg_pixmap, even when it used to be...
2001-12-15 Darin Adler Fix some warnings.
2001-11-25 Kristian Rietveldfree font_desc when finished (#65266)
2001-11-21 Owen TaylorVersion 1.3.11, interface, binary age 0.
2001-11-19 Owen TaylorUse RevertToParent, not RevertToNone. (#64613, Matthias...
2001-11-18 Owen TaylorInclude glib-object.h instead of gobject/gsignal.h
2001-11-05 Owen TaylorRedo Xft support to go directly to Picture objects...
2001-11-05 Owen TaylorClamp max window width/height to 32767, not 32768 since...
next