| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changes to allow "no input" windows (#64613): | Matthias Clasen | 2003-12-10 | 1 | -0/+3 |
* | Fix a residual call to gtk_window_get_private(). | Owen Taylor | 2003-11-03 | 1 | -2/+0 |
* | Add getters corresponding to the is_active and has_toplevel_focus | Owen Taylor | 2003-10-28 | 1 | -0/+5 |
* | Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos) | Matthias Clasen | 2003-08-10 | 1 | -0/+4 |
* | Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport): | Matthias Clasen | 2003-07-18 | 1 | -0/+1 |
* | Add _gtk_window_unset_focus_and_default(), use to clear the focus and | Owen Taylor | 2002-11-12 | 1 | -0/+3 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 1 | -0/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-01 | 1 | -6/+6 |
* | Add gtk_window_set_icon_from_file(), | Owen Taylor | 2002-09-30 | 1 | -0/+6 |
* | fix GtkWindowMnemonic to have a separate typedef | Havoc Pennington | 2002-09-25 | 1 | -0/+8 |
* | Add a "is_focus" property indicating whether a widget is the focus widget | Owen Taylor | 2002-06-06 | 1 | -1/+9 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -1/+5 |
* | Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRAB | Owen Taylor | 2002-02-24 | 1 | -0/+10 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -0/+12 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -3/+3 |
* | Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group to | Owen Taylor | 2002-02-21 | 1 | -0/+2 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -1/+2 |
* | applied patch from owen to get rid of accel map notifiers. changed things | Tim Janik | 2001-11-20 | 1 | -2/+2 |
* | Move notification of "has_default" to here, so it is safe to call | Owen Taylor | 2001-11-17 | 1 | -3/+5 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 1 | -0/+8 |
* | Use GtkWindow* as first signal argument (was GtkWidget*). | Daniel Elstner | 2001-11-03 | 1 | -1/+1 |
* | Add a gtk_window_get_focus() getter to determine the currently focused | Owen Taylor | 2001-10-31 | 1 | -0/+1 |
* | Fix incorrect parameter to compute_double_length (#58680, patch from | Owen Taylor | 2001-09-19 | 1 | -1/+1 |
* | put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put | Havoc Pennington | 2001-09-08 | 1 | -2/+2 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -0/+1 |
* | add default icon | Havoc Pennington | 2001-08-29 | 1 | -0/+9 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 1 | -1/+2 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 1 | -24/+40 |
* | s/RESIZEABLE/RESIZABLE/ | Havoc Pennington | 2001-06-25 | 1 | -3/+3 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -3/+19 |
* | Fixed a small typo, it should be GTK_WINDOW_GROUP_GET_CLASS and not | Jonas Borgström | 2001-06-15 | 1 | -1/+1 |
* | Update to new PangoLanguage changes. | Alexander Larsson | 2001-06-15 | 1 | -1/+2 |
* | Add a GtkWindowGroup struct that allows grouping together multiple windows | Owen Taylor | 2001-06-14 | 1 | -19/+51 |
* | Remove deprecation of gtk_window_set_default_size() until patch adding | Owen Taylor | 2001-04-26 | 1 | -1/+1 |
* | set_decorations_hint and set_functions_hint were still in the header | Havoc Pennington | 2001-04-25 | 1 | -4/+0 |
* | File containing #defines for XEMBED protocol. | Owen Taylor | 2001-04-19 | 1 | -0/+1 |
* | add signals and binding set, so keybindings are configurable | Havoc Pennington | 2001-04-18 | 1 | -0/+7 |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 1 | -2/+2 |
* | fixed a bunch of notifications, added reference counts around emissions | Tim Janik | 2001-04-01 | 1 | -25/+9 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -17/+46 |
* | *** empty log message *** | Owen Taylor | 2001-03-29 | 1 | -1/+13 |
* | some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. | Tim Janik | 2001-03-22 | 1 | -3/+0 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -0/+15 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -5/+5 |
* | updated | Hans Breuer | 2001-03-09 | 1 | -0/+3 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -1/+11 |
* | Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. New | Alexander Larsson | 2001-03-05 | 1 | -1/+5 |
* | test the window state stuff | Havoc Pennington | 2001-02-27 | 1 | -0/+13 |
* | New files. Contains an implementation of a minimal WM for linux-fb. | Alexander Larsson | 2001-01-08 | 1 | -4/+28 |
* | create some stock buttons with the default accel group (create_image): | Havoc Pennington | 2000-10-20 | 1 | -0/+5 |