summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
...
* add default iconHavoc Pennington2001-08-291-6/+546
* remove gtk_menu_* compat defines; these are already in gtkmenu.h, and theHavoc Pennington2001-08-261-8/+15
* constrain position on hints_changed in addition to the other cases.Havoc Pennington2001-08-181-30/+43
* const correct string parameter.Tim Janik2001-08-171-50/+32
* coalesce multiple property notifies.Tim Janik2001-08-101-0/+2
* fix a typo.Havoc Pennington2001-08-101-515/+1547
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-3/+3
* Actualy set window->decorated. (Patch from Hidetoshi Tajima, #55846)Owen Taylor2001-07-191-0/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-31/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-3/+3
* s/signal_newc/signal_new/Tim Janik2001-07-021-4/+4
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-1/+1
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-23/+1
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-53/+54
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+9
* forgot a notificationHavoc Pennington2001-06-261-0/+1
* add "resizable" propertyHavoc Pennington2001-06-261-0/+18
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-251-10/+10
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-1/+217
* Update to new PangoLanguage changes.Alexander Larsson2001-06-211-1/+1
* Update to new PangoLanguage changes.Alexander Larsson2001-06-151-6/+8
* fix other typoHavoc Pennington2001-06-141-2/+2
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-2/+145
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-24/+18
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-221-1/+1
* Test for bin->child being present before doing anything with it. PatchFederico Mena Quintero2001-05-071-1/+2
* File containing #defines for XEMBED protocol.Owen Taylor2001-04-191-27/+25
* add signals and binding set, so keybindings are configurableHavoc Pennington2001-04-181-90/+148
* Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBSOwen Taylor2001-04-171-0/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-8/+8
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-021-8/+8
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-3/+3
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-011-387/+96
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-44/+433
* *** 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