| Commit message (Expand) | Author | Age | Files | Lines |
* | === Released 2.3.2 ===GTK_2_3_2 | Owen Taylor | 2004-01-23 | 1 | -0/+18 |
* | Doc fix. | Jonathan Blandford | 2004-01-22 | 1 | -0/+4 |
* | Added documentation for GtkWidget::popup_menu. | Federico Mena Quintero | 2004-01-22 | 1 | -0/+5 |
* | Remove the attach info after calling gtk_menu_do_remove(), since that | Matthias Clasen | 2004-01-22 | 1 | -0/+9 |
* | Updates | Soeren Sandmann | 2004-01-22 | 1 | -0/+4 |
* | Fix typo | Alexander Larsson | 2004-01-22 | 1 | -0/+5 |
* | Free the path fields. | Federico Mena Quintero | 2004-01-22 | 1 | -0/+15 |
* | redraw the color button when an alpha is set. | Jonathan Blandford | 2004-01-21 | 1 | -0/+7 |
* | Fix #131869: | Matthias Clasen | 2004-01-21 | 1 | -0/+11 |
* | Added details about GtkFileChooser changes. | Federico Mena Quintero | 2004-01-20 | 1 | -0/+4 |
* | Fix #99425, add accessor functions for GtkPaned's children. | Federico Mena Quintero | 2004-01-20 | 1 | -0/+7 |
* | Start of 2.3.2 section. | Matthias Clasen | 2004-01-20 | 1 | -0/+4 |
* | Fixes for #130370, based on a patch by Michael Meeks: | Matthias Clasen | 2004-01-20 | 1 | -0/+16 |
* | add stock indent, unindent I would have prefered outdent, but | Jody Goldberg | 2004-01-20 | 1 | -0/+20 |
* | Fix #131418. | Federico Mena Quintero | 2004-01-20 | 1 | -0/+14 |
* | Add _gtk_toolbar_paint_space_line(), _gtk_toolbar_get_default_space_size | Soeren Sandmann | 2004-01-18 | 1 | -0/+8 |
* | Set a small size request and make the window resizable, to test | Soeren Sandmann | 2004-01-18 | 1 | -0/+37 |
* | Add the necessary magic to create po-properties/Makefile. | Matthias Clasen | 2004-01-18 | 1 | -0/+5 |
* | Split the gtk translations into the domains gtk20 and gtk20-properties. | Matthias Clasen | 2004-01-17 | 1 | -0/+15 |
* | Fix rest of #128678: Implement all the toolbar_content() methods for the | Soeren Sandmann | 2004-01-17 | 1 | -0/+7 |
* | Phase 1 of fixing #128678: Only access ToolbarContent through a set of new | Soeren Sandmann | 2004-01-17 | 1 | -0/+28 |
* | don't leak the menu item ID. | Soeren Sandmann | 2004-01-17 | 1 | -0/+5 |
* | Don't leak the overflow menu. | Soeren Sandmann | 2004-01-17 | 1 | -0/+8 |
* | Added a has_editable field. (_gtk_file_system_model_add_editable): New | Federico Mena Quintero | 2004-01-17 | 1 | -0/+39 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -0/+12 |
* | Fix #130969. | Federico Mena Quintero | 2004-01-16 | 1 | -0/+14 |
* | Do not allow setting select_multiple when in Save mode. (set_list_model): | Federico Mena Quintero | 2004-01-16 | 1 | -0/+14 |
* | New get_volume_for_path() method. (struct _GtkFileSystemIface): Finally | Federico Mena Quintero | 2004-01-16 | 1 | -0/+36 |
* | Return the index of the newly inserted page. (#130986, Olexiy Avramchenko) | Matthias Clasen | 2004-01-15 | 1 | -0/+11 |
* | Inserting a 'newly-allocated' to hint that the list should be freed after | Matthias Clasen | 2004-01-15 | 1 | -0/+6 |
* | move grab_focus to after handling the button presses in the TreeView to | Jonathan Blandford | 2004-01-15 | 1 | -0/+6 |
* | Documentation fix. (#131335, Theppitak Karoonboonyanan) | Matthias Clasen | 2004-01-14 | 1 | -0/+5 |
* | Don't leak name and stock_id. (#131358, Morten Welinder) | Matthias Clasen | 2004-01-14 | 1 | -0/+5 |
* | Updates to Section 5 | GMT 2004 Tony Gale | 2004-01-14 | 1 | -0/+4 |
* | Add a writable group property to align with the GtkRadioButton API. | Matthias Clasen | 2004-01-14 | 1 | -0/+5 |
* | Update info on using autoconf | GMT 2004 Tony Gale | 2004-01-13 | 1 | -0/+4 |
* | Adjust to the new connect_proxy signals. | Jody Goldberg | 2004-01-12 | 1 | -1/+80 |
* | Remove accidentially committed debug spew. | Matthias Clasen | 2004-01-11 | 1 | -0/+4 |
* | Remove accidentally committed notification stuff. | Matthias Clasen | 2004-01-11 | 1 | -0/+8 |
* | Introduce a new parser state for accelerator elements to avoid misparsing | Matthias Clasen | 2004-01-09 | 1 | -0/+6 |
* | #include <unistd.h> for unlink() | Manish Singh | 2004-01-09 | 1 | -0/+4 |
* | update GtkEntry filter code example | GMT 2004 Tony Gale | 2004-01-09 | 1 | -0/+4 |
* | New function to obtain a list of toplevel widgets constructed by the ui | Matthias Clasen | 2004-01-08 | 1 | -0/+12 |
* | Add entry_completion.c | Matthias Clasen | 2004-01-07 | 1 | -0/+7 |
* | Change the return value from gint to gboolean. (#130718, reported by | Matthias Clasen | 2004-01-07 | 1 | -0/+6 |
* | Remove the redundant name and stock_id parameters, adjust all callers. | Matthias Clasen | 2004-01-07 | 1 | -0/+6 |
* | Add creation functions for actions. | Matthias Clasen | 2004-01-07 | 1 | -0/+15 |
* | Fix a bug reference. | Matthias Clasen | 2004-01-07 | 1 | -1/+1 |
* | Fix grammar of docs. | Matthias Clasen | 2004-01-07 | 1 | -0/+5 |
* | add REMOVABLE column to the shortcuts_model. | Jan Arne Petersen | 2004-01-07 | 1 | -0/+13 |