]> Pileus Git - ~andy/gtk/history - gtk/gtkwindow.c
Some fixes for modal hint setting based on a patch from Arvind Samptur
[~andy/gtk] / gtk / gtkwindow.c
2001-07-19 Owen TaylorActualy set window->decorated. (Patch from Hidetoshi...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-12 Owen TaylorFormatting fixes from multihead brnach. [ mostly foo...
2001-07-02 Tim Janiks/signal_newc/signal_new/
2001-07-01 Owen TaylorRemove change check for GTK_TYPE_OBJECT derivation...
2001-06-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-26 Havoc Penningtonforgot a notification
2001-06-26 Havoc Penningtonadd "resizable" property
2001-06-25 Havoc Penningtons/RESIZEABLE/RESIZABLE/
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-21 Alexander LarssonUpdate to new PangoLanguage changes.
2001-06-15 Alexander LarssonUpdate to new PangoLanguage changes.
2001-06-14 Havoc Penningtonfix other typo
2001-06-14 Owen TaylorAdd a GtkWindowGroup struct that allows grouping togeth...
2001-06-08 Havoc Penningtongeez, don't call g_list funcs on GSList
2001-05-22 Jonathan BlandfordEvil function to deal with very large (TM) amounts...
2001-05-07 Federico Mena QuinteroTest for bin->child being present before doing anything...
2001-04-19 Owen TaylorFile containing #defines for XEMBED protocol.
2001-04-18 Havoc Penningtonadd signals and binding set, so keybindings are configu...
2001-04-17 Owen TaylorDon't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-04-02 Owen TaylorApplied patch from Ron Steinke to add signal accumulato...
2001-04-01 Tim Janikgot rid of gtk_widget_popup(), a function that bad...
2001-04-01 Tim Janikfixed a bunch of notifications, added reference counts...
2001-03-29 Owen TaylorAdd private function to get the aux info structure...
2001-03-29 Owen Taylor*** empty log message ***
2001-03-26 Owen TaylorDon't reference the widgets in the resulting list....
2001-03-22 Tim Janiksome cleanups, fixed mnemonic_widget handling, added...
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
2001-03-18 Tim Janikadded rc-style argument GtkSpinButton::shadow_type...
2001-03-16 Havoc PenningtonApplied patch from Nils Barth (bug # 51041) to replace...
2001-03-12 Havoc PenningtonPatch from John Margaglione to convert to new property...
2001-03-08 Owen TaylorMake G_CONST_RETURN.
2001-03-07 Havoc Penningtonnew function, turns off decorations for a window.
2001-03-07 Tim Janikmarshaller fixes.
2001-03-05 Alexander LarssonAdded GdkWindowTypeHint type. Added modal_hint field...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-27 Havoc Penningtontest the window state stuff
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2001-01-09 Alexander LarssonAdded --with-included-loaders option
2001-01-08 Alexander LarssonNew files. Contains an implementation of a minimal...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-11 Owen TaylorAdd a function to determine if a window is the focus...
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-11-12 Owen TaylorFix problem with using result of g_get_charset() backwa...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-20 Havoc Penningtoncreate some stock buttons with the default accel group...
2000-09-03 George LeblAdd some documenting comments about GTK_CAN_DEFAULT...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-24 Elliot LeePart 1 of a multipart commit
2000-06-21 Owen TaylorRemove use of libunicode in favor of new GLib functions.
2000-06-20 Elliot Lee(follow-on from previous commit)
2000-06-12 Owen TaylorCall gdk_window_withdraw rather than gdk_window_hide...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-05-06 Paolo MolaroSat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus...
1999-12-11 Tor LillqvistMust mark also gdk_error_warnings and gdk_error_code...
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-11-08 Owen TaylorSubstitute gdkx.h => gdkprivate.h since we need to...
1999-03-17 Tor LillqvistMerge in Win32 version: Define macro GDKVAR for declari...
1999-02-24 Tim Janikwarn about &widget->requisition, even for toplevels.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-21 Owen Taylorremoved debugging statements about embedded XID's....
1999-02-20 Tim Janikhm, set_modal doesn't really work with random gtk_grab_...
1999-02-20 Tim Janikadded ::modal argument. (gtk_window_hide): reset window...
1999-02-16 Owen TaylorWhen setting styles, remove unecessary explicits draws...
1999-02-15 Owen Taylorgtk/gtkwidget.c (gtk_widget_real_grab_focus):
1999-02-10 Tim Janikapplied patch from Paolo Molaro to fix GTK_TYPE_POINTER...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-01-25 George Leblset RECEIVES_DEFAULT on init, and a button press on...
1999-01-11 Tim Janikonly pass key events to the focus widget if it is sensi...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorAdded GTK_USER_DRAW flag.
1998-12-08 Owen TaylorFixed order of arguments to gdk_window_transient_for().
1998-12-07 Owen TaylorNew functions gtk_window_set_transient_for() - set...
1998-12-03 Tim Janikmoved checks upon focus setting from gtk_window_real_se...
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-28 Owen TaylorRemoved bogus expose_event handler - we had two expose_...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-24 Owen TaylorAdded layout widget for scrolling arbitrarily big areas...
1998-11-07 Jay Coxforward declaration for gtk_window_paint declare xid_ht...
1998-11-06 Owen TaylorIndentation cleanups.
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-09-15 Owen TaylorDon't request a new size from the WM if we asked for...
1998-08-18 Tim Janikuse g_get_current_dir() instead of getcwd().
1998-08-17 Tim Janikremoved gtk_input_add_interp.
1998-08-11 Owen TaylorRemoved has_cursor, set the cursor beginning of Text...
1998-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-24 Tim Janikdo not avoid to queue for a resize if the container...
1998-06-24 Tim Janikadded a frame with radio buttons to select the resize_m...
1998-06-19 Owen TaylorRemove --g-fatal-warnings flag from argv.
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-07 Tim Janikfixed an assertment.
1998-05-12 Owen Taylor(James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)
next