summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Owen Taylor2001-03-291-114/+83
* Don't reference the widgets in the resulting list. (#11821) This makesOwen Taylor2001-03-261-5/+9
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-48/+24
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-1/+199
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-1/+1
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-5/+5
* Patch from John Margaglione to convert to new property API. Also, changeHavoc Pennington2001-03-121-85/+194
* Make G_CONST_RETURN.Owen Taylor2001-03-081-0/+2
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-16/+99
* marshaller fixes.Tim Janik2001-03-071-2/+2
* Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. NewAlexander Larsson2001-03-051-0/+33
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-2/+2
* test the window state stuffHavoc Pennington2001-02-271-3/+300
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+136
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-17/+8
* Added --with-included-loaders optionAlexander Larsson2001-01-091-0/+24
* New files. Contains an implementation of a minimal WM for linux-fb.Alexander Larsson2001-01-081-29/+316
* doh, this was broken beyond believe.Tim Janik2000-12-131-22/+20
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-0/+57
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-15/+1
* Fix problem with using result of g_get_charset() backwards - pointed outOwen Taylor2000-11-121-4/+18
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* create some stock buttons with the default accel group (create_image):Havoc Pennington2000-10-201-8/+137
* Add some documenting comments about GTK_CAN_DEFAULT, GTK_HAS_DEFAULT andGeorge Lebl2000-09-031-2/+6
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Part 1 of a multipart commitElliot Lee2000-07-241-0/+2
* Remove use of libunicode in favor of new GLib functions.Owen Taylor2000-06-211-5/+0
* (follow-on from previous commit)Elliot Lee2000-06-201-0/+5
* Call gdk_window_withdraw rather than gdk_window_hide; this makes thingsOwen Taylor2000-06-121-1/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-23/+45
* Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>Paolo Molaro2000-05-061-0/+2
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-1/+7
* Adapt cast macros to standard.Raja R Harinath1999-11-221-400/+815
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-1/+1
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-241-7/+15
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-211-8/+0
* hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_removeTim Janik1999-02-201-13/+6
* added ::modal argument. (gtk_window_hide): reset window->modal from theTim Janik1999-02-201-15/+34
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-25/+0
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):Owen Taylor1999-02-151-1/+2
* applied patch from Paolo Molaro to fix GTK_TYPE_POINTER args ofTim Janik1999-02-101-1/+1
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-5/+7
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-251-2/+42
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-111-2/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Added GTK_USER_DRAW flag.Owen Taylor1998-12-151-2/+4
* Fixed order of arguments to gdk_window_transient_for().Owen Taylor1998-12-081-1/+1
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-41/+348