summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
Commit message (Expand)AuthorAgeFilesLines
* Move notification of "has_default" to here, so it is safe to callOwen Taylor2001-11-171-3/+5
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-0/+8
* Use GtkWindow* as first signal argument (was GtkWidget*).Daniel Elstner2001-11-031-1/+1
* Add a gtk_window_get_focus() getter to determine the currently focusedOwen Taylor2001-10-311-0/+1
* Fix incorrect parameter to compute_double_length (#58680, patch fromOwen Taylor2001-09-191-1/+1
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-2/+2
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-0/+1
* add default iconHavoc Pennington2001-08-291-0/+9
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-1/+2
* fix a typo.Havoc Pennington2001-08-101-24/+40
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-251-3/+3
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-3/+19
* Fixed a small typo, it should be GTK_WINDOW_GROUP_GET_CLASS and notJonas Borgström2001-06-151-1/+1
* Update to new PangoLanguage changes.Alexander Larsson2001-06-151-1/+2
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-19/+51
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-1/+1
* set_decorations_hint and set_functions_hint were still in the headerHavoc Pennington2001-04-251-4/+0
* File containing #defines for XEMBED protocol.Owen Taylor2001-04-191-0/+1
* add signals and binding set, so keybindings are configurableHavoc Pennington2001-04-181-0/+7
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-2/+2
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-011-25/+9
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-17/+46
* *** empty log message ***Owen Taylor2001-03-291-1/+13
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-3/+0
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-0/+15
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-5/+5
* updatedHans Breuer2001-03-091-0/+3
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-1/+11
* Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. NewAlexander Larsson2001-03-051-1/+5
* test the window state stuffHavoc Pennington2001-02-271-0/+13
* New files. Contains an implementation of a minimal WM for linux-fb.Alexander Larsson2001-01-081-4/+28
* create some stock buttons with the default accel group (create_image):Havoc Pennington2000-10-201-0/+5
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-0/+3
* s/refcount/ref_count/.Tim Janik2000-02-131-4/+5
* Adapt cast macros to standard.Raja R Harinath1999-11-221-0/+3
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* marked gtk_window_set_focus, gtk_window_set_default,Tim Janik1999-02-211-4/+5
* added ::modal argument. (gtk_window_hide): reset window->modal from theTim Janik1999-02-201-6/+8
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-0/+22
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-1/+1
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-241-0/+3
* Indentation cleanups.Owen Taylor1998-11-061-0/+1
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* Removed has_cursor, set the cursor beginning of Text when creating theOwen Taylor1998-08-111-1/+4
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-6/+0
* fixed an assertment.Tim Janik1998-06-071-6/+5
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-2/+2
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-9/+11