]> Pileus Git - ~andy/gtk/history - gtk/gtkwindow.c
textview: API: change gtk_text_layout_draw() to take a cairo_t
[~andy/gtk] / gtk / gtkwindow.c
2010-09-26 Benjamin Ottewindow: Remove call to gdk_window_set_icon()
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-13 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-11 Javier JardónGtkWindow: move public members to private structure
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-09-08 Javier Jardóngtk/gtkwindow.c: Fix warning
2010-09-08 Javier Jardóngtk/gtkwindow.c: Use gtk_size_request_get_size() instea...
2010-09-07 Tristan Van BerkomRemoved _gtk_window_reposition()
2010-09-03 Benjamin Ottewindow: Use brackets to silence gcc
2010-08-31 Javier Jardóngtk/gtkwindow: use accessor functions to access GtkWidget
2010-08-31 Javier JardónAdded _gtk_widget_get_wmclass() internal function
2010-08-30 Tor LillqvistDrop Win32 DLL ABI compatibility cruft
2010-08-18 Javier Jardóndocs: gtk_window_group_get_current_device_grab() was...
2010-08-07 Javier JardónCompletely remove any use of GtkWindow allow-grow and...
2010-07-19 Javier JardónGtkWindowGroup: Add guards to some gtk_window_group_...
2010-07-19 Carlos GarnachoGtkWindow: keep a reference of the widget on focus...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse GtkBin accessors
2010-07-13 Javier Jardóngtkcontainer: Add _gtk_container_*_need_resize internal...
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-07-06 John (J5) Palmierifix annotation for gtk_window_set_default_icon_list
2010-07-02 Javier JardónRemove GtkWindow:allow-grow and GtkWindow::allow_shrink...
2010-07-02 Javier JardónDeprecate GtkWindow:allow-grow and GtkWindow::allow_shr...
2010-06-27 Matthias ClasenMisc documentation fixes
2010-06-24 Javier Jardón[docs] Fix annotations: "(allow-none): (out)" -> "...
2010-06-24 Matthias ClasenMake gtk_window_group_get_current_grab public
2010-06-24 Carlos GarnachoGtkWindow: Use client pointer on pointer-dependent...
2010-06-23 Paolo BorelliDo not leak devices list in do_focus_change
2010-06-18 Tristan Van BerkomMass api change from GtkExtendedLayout --> GtkSizeRequest
2010-06-08 Matthias ClasenGet rid of templates that gtk-doc touches during distcheck
2010-06-04 Stanislas Marquis[docs] Fix GtkWindow: activate-default => activate...
2010-05-26 Carlos Garcia CamposGtkWindow: Add gtk_window_has_group()
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-12 Johan DahlinMerge commit 'origin'
2010-05-12 Johan Dahlin[GtkWindow] Add annotations
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Javier JardónMove GtkAccelGroup private structure to shared header...
2010-05-02 Javier JardónRemove deprecated GtkWindow function
2010-05-02 Matthias ClasenIntegrate GtkExtendedLayout docs
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-26 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_HAS_DEFAULT)
2010-04-26 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_TOPLEVEL)
2010-04-26 Emmanuele Bassiwindow: Use gtk_widget_send_focus_change()
2010-04-19 Tristan Van BerkomImplemented GtkExtendedLayout on GtkWindow.
2010-04-18 Tristan Van BerkomMake GtkWindow use the generic smallest size for the...
2010-04-13 Tristan Van BerkomMega commit to change ->get_desired_size() for ->get_de...
2010-04-11 Tristan Van BerkomConstrain the window to the minimum width for the natur...
2010-04-04 Christian DywanDocument the use of NULL in gtk_window_set_transient_for
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-04-04 Matthias ClasenAdd some missing docs
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Christian DywanUse const gchar* in gtk_window_get_icon_name implementation
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-04-04 Javier JardónDeprecate some widget flags
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-04-04 Matthias ClasenSome improvements to the auto-mnemonics code
2010-04-04 Matthias ClasenOnly show the mnemonic underline when pressing Alt
2010-04-04 Matthias ClasenFix doc typos
2010-04-04 Torsten Schoenfeld[docs] Add some 'Since: 2.4' tags
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-09 Christian DywanDocument the use of NULL in gtk_window_set_transient_for
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-02-23 Matthias ClasenAdd some missing docs
2010-02-19 Johan Dahlin[annotations] Add allow-none
2010-01-11 Christian DywanUse const gchar* in gtk_window_get_icon_name implementation
2010-01-07 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-01-07 Javier JardónDeprecate some widget flags
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-12-21 Matthias ClasenSome improvements to the auto-mnemonics code
2009-12-20 Matthias ClasenOnly show the mnemonic underline when pressing Alt
2009-12-19 Matthias ClasenFix doc typos
2009-12-18 Torsten Schoenfeld[docs] Add some 'Since: 2.4' tags
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-11 Christian Dywan[gtk/gtkwindow] Added accessor for GTK_WINDOW ()->type
2009-11-10 Javier JardónFix compilation warning: Use GDK_GPOINTER_TO_NATIVE_WIN...
2009-11-10 Tor LillqvistRevert "Fix compilation warning: Use G_POINTER_TO_UINT"
2009-11-09 Javier JardónFix compilation warning: Use G_POINTER_TO_UINT
2009-10-28 Matthias ClasenAllow setting type hints on unmapped windows
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-26 Javier JardónUse G_STRFUNC instead __FUNCTION__
2009-10-05 Alexander LarssonDon't request window sizes with zero width or height
2009-09-09 Matthias ClasenFix a typo
next