| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add default icon | Havoc Pennington | 2001-08-29 | 1 | -6/+546 |
* | remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the | Havoc Pennington | 2001-08-26 | 1 | -8/+15 |
* | constrain position on hints_changed in addition to the other cases. | Havoc Pennington | 2001-08-18 | 1 | -30/+43 |
* | const correct string parameter. | Tim Janik | 2001-08-17 | 1 | -50/+32 |
* | coalesce multiple property notifies. | Tim Janik | 2001-08-10 | 1 | -0/+2 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 1 | -515/+1547 |
* | commiting patch after comments from Alex on IRC | James Henstridge | 2001-07-25 | 1 | -3/+3 |
* | Actualy set window->decorated. (Patch from Hidetoshi Tajima, #55846) | Owen Taylor | 2001-07-19 | 1 | -0/+2 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -31/+0 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -3/+3 |
* | s/signal_newc/signal_new/ | Tim Janik | 2001-07-02 | 1 | -4/+4 |
* | Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS - | Owen Taylor | 2001-07-01 | 1 | -1/+1 |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 1 | -23/+1 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -53/+54 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -1/+9 |
* | forgot a notification | Havoc Pennington | 2001-06-26 | 1 | -0/+1 |
* | add "resizable" property | Havoc Pennington | 2001-06-26 | 1 | -0/+18 |
* | s/RESIZEABLE/RESIZABLE/ | Havoc Pennington | 2001-06-25 | 1 | -10/+10 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -1/+217 |
* | Update to new PangoLanguage changes. | Alexander Larsson | 2001-06-21 | 1 | -1/+1 |
* | Update to new PangoLanguage changes. | Alexander Larsson | 2001-06-15 | 1 | -6/+8 |
* | fix other typo | Havoc Pennington | 2001-06-14 | 1 | -2/+2 |
* | Add a GtkWindowGroup struct that allows grouping together multiple windows | Owen Taylor | 2001-06-14 | 1 | -2/+145 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 1 | -24/+18 |
* | Evil function to deal with very large (TM) amounts of text. May be moved | Jonathan Blandford | 2001-05-22 | 1 | -1/+1 |
* | Test for bin->child being present before doing anything with it. Patch | Federico Mena Quintero | 2001-05-07 | 1 | -1/+2 |
* | File containing #defines for XEMBED protocol. | Owen Taylor | 2001-04-19 | 1 | -27/+25 |
* | add signals and binding set, so keybindings are configurable | Havoc Pennington | 2001-04-18 | 1 | -90/+148 |
* | Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS | Owen Taylor | 2001-04-17 | 1 | -0/+1 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -8/+8 |
* | Applied patch from Ron Steinke to add signal accumulators so that signals | Owen Taylor | 2001-04-02 | 1 | -8/+8 |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 1 | -3/+3 |
* | fixed a bunch of notifications, added reference counts around emissions | Tim Janik | 2001-04-01 | 1 | -387/+96 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -44/+433 |
* | *** empty log message *** | Owen Taylor | 2001-03-29 | 1 | -114/+83 |
* | Don't reference the widgets in the resulting list. (#11821) This makes | Owen Taylor | 2001-03-26 | 1 | -5/+9 |
* | some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. | Tim Janik | 2001-03-22 | 1 | -48/+24 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -1/+199 |
* | added rc-style argument GtkSpinButton::shadow_type. removed | Tim Janik | 2001-03-18 | 1 | -1/+1 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -5/+5 |
* | Patch from John Margaglione to convert to new property API. Also, change | Havoc Pennington | 2001-03-12 | 1 | -85/+194 |
* | Make G_CONST_RETURN. | Owen Taylor | 2001-03-08 | 1 | -0/+2 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -16/+99 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -2/+2 |
* | Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. New | Alexander Larsson | 2001-03-05 | 1 | -0/+33 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 1 | -2/+2 |
* | test the window state stuff | Havoc Pennington | 2001-02-27 | 1 | -3/+300 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+136 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -17/+8 |
* | Added --with-included-loaders option | Alexander Larsson | 2001-01-09 | 1 | -0/+24 |