| Commit message (Expand) | Author | Age | Files | Lines |
* | Let visible-window default to TRUE, as documented and implemented. | Matthias Clasen | 2003-11-08 | 1 | -1/+1 |
* | Mark as 2.4 additions. | Matthias Clasen | 2003-11-08 | 4 | -1/+61 |
* | Changing GtkFileChooserEntry to use GtkEntryCompletion. | Federico Mena Quintero | 2003-11-07 | 1 | -3/+105 |
* | Make string setters safe for self-assignment. (#122745, Soeren Sandmann) | Matthias Clasen | 2003-11-07 | 4 | -17/+24 |
* | Fix doc comment. (#126369, Olexiy Avramchenko) | Matthias Clasen | 2003-11-06 | 1 | -1/+1 |
* | Improve the consistency of titles. (#126193, Damon Chaplin) | Matthias Clasen | 2003-11-05 | 2 | -3/+3 |
* | Set torn off menus to be transient for the toplevel they were torn off | Matthias Clasen | 2003-11-05 | 1 | -0/+30 |
* | Add readonly properties min-position and max-position. (#58431, Padraig | Matthias Clasen | 2003-11-05 | 1 | -1/+54 |
* | Change the ranges for Saturation and Value to be 0-100 instead of 0-255, | Matthias Clasen | 2003-11-05 | 1 | -3/+8 |
* | Take in a path as well. Use a helper function. (shortcuts_append_home): | Federico Mena Quintero | 2003-11-04 | 1 | -61/+143 |
* | Some leftover cleanups. | Matthias Clasen | 2003-11-03 | 1 | -5/+3 |
* | Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. Forgot this | Matthias Clasen | 2003-11-03 | 1 | -0/+4 |
* | Add a stock icon to the "Add bookmark" button. | Federico Mena Quintero | 2003-11-03 | 4 | -36/+52 |
* | Fix a residual call to gtk_window_get_private(). | Owen Taylor | 2003-11-03 | 2 | -56/+30 |
* | Removed. (create_shortcuts_tree): Don't call the above. | Federico Mena Quintero | 2003-11-03 | 1 | -35/+34 |
* | Do not set a border width for the toplevel container. (toolbar_create): | Federico Mena Quintero | 2003-11-03 | 2 | -2/+98 |
* | Change on activation, not selection change (temporary workaround for | Owen Taylor | 2003-11-01 | 1 | -31/+62 |
* | delete this function (toolbar_item_is_homogeneous): cache | Soeren Sandmann | 2003-10-31 | 1 | -44/+49 |
* | Only include placeholders when include_internals is TRUE. | Soeren Sandmann | 2003-10-30 | 1 | -2/+3 |
* | Make it work even when item 0 is a placeholder. (#125826) add an assertion | Soeren Sandmann | 2003-10-30 | 1 | -6/+9 |
* | Make it work for logical == 0. | Soeren Sandmann | 2003-10-30 | 1 | -1/+1 |
* | Make sure we actually return the index of a real item. (get_nth_item) | Soeren Sandmann | 2003-10-30 | 1 | -6/+15 |
* | Only paint a separator if the text is NULL, rather than also doing it if | Federico Mena Quintero | 2003-10-29 | 1 | -1/+1 |
* | Allow NULL for message_format, as described in the docs and as worked | Owen Taylor | 2003-10-29 | 2 | -26/+43 |
* | Fix infinite recursion. (#125679, Christian Persch) | Owen Taylor | 2003-10-29 | 1 | -1/+1 |
* | Add this function; remove gtk_toolbar_highlight_drop_location() and | Soeren Sandmann | 2003-10-29 | 2 | -35/+46 |
* | Remove some accidentally committed duplicate code. | Owen Taylor | 2003-10-28 | 1 | -23/+0 |
* | Add getters corresponding to the is_active and has_toplevel_focus | Owen Taylor | 2003-10-28 | 2 | -2/+73 |
* | hook up the destroy handler. (gtk_expander_destroy), | Mark McLoughlin | 2003-10-28 | 1 | -15/+31 |
* | Silently do nothing when recipient is NULL, as described in the doc | Owen Taylor | 2003-10-28 | 1 | -2/+5 |
* | Move docs inline, rewrite docs, mention memory management for the return | Owen Taylor | 2003-10-28 | 1 | -0/+34 |
* | Changew index to filter_index to fix compilation error. | Padraig O'Briain | 2003-10-28 | 2 | -2/+2 |
* | #include <X11/extensions/Xrandr.h> if we have RandR support, for | Manish Singh | 2003-10-27 | 2 | -1/+2 |
* | Add "name" as a construct-only property. (#125475, Murray Cumming) | Matthias Clasen | 2003-10-25 | 1 | -0/+69 |
* | Make this function take an index and a GtkToolItem. | Soeren Sandmann | 2003-10-25 | 6 | -292/+343 |
* | === Released 2.3.0 ===GTK_2_3_0 | Owen Taylor | 2003-10-24 | 2 | -1/+10 |
* | Relicense to be dual AFL/LGPL (and thus also GPL) rather than AFL/GPL. | Owen Taylor | 2003-10-24 | 10 | -85/+150 |
* | Fix licensing (I managed to put it under GPL licensing instead of | Kristian Rietveld | 2003-10-24 | 10 | -80/+80 |
* | add padding to the class structure. | Kristian Rietveld | 2003-10-24 | 1 | -0/+6 |
* | Fixed docs. (gtk_file_chooser_remove_filter): Likewise. | Federico Mena Quintero | 2003-10-23 | 3 | -4/+39 |
* | Add "Since: 2.4" to all API doc comments. | Matthias Clasen | 2003-10-23 | 2 | -15/+135 |
* | Move GtkCombo and GtkOptionMenu to the "Deprecated" chapter. Add | Matthias Clasen | 2003-10-23 | 1 | -1/+1 |
* | Fix includes. | Kristian Rietveld | 2003-10-23 | 8 | -48/+48 |
* | Convert GtkOptionMenu to GtkComboBox. | Owen Taylor | 2003-10-23 | 1 | -72/+32 |
* | gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework | Owen Taylor | 2003-10-23 | 14 | -48/+99 |
* | Fix some unused variables. | Owen Taylor | 2003-10-23 | 1 | -2/+2 |
* | Renamed from GtkFileChooserImplDefault to GtkFileChooserDefault. | Federico Mena Quintero | 2003-10-23 | 3 | -253/+253 |
* | set ctrl_pressed and shift_pressed according to the current event state | Kristian Rietveld | 2003-10-21 | 1 | -0/+14 |
* | Free the info itself. | Federico Mena Quintero | 2003-10-21 | 2 | -0/+4 |
* | remove the completion timeout when the user pressed on Enter/ESC. Fixes | Kristian Rietveld | 2003-10-20 | 1 | -0/+12 |