Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.19.32.19.3 | Matthias Clasen | 2010-01-11 | 226 | -49361/+56652 |
| | |||||
* | Dco updates | Matthias Clasen | 2010-01-11 | 2 | -0/+4 |
| | |||||
* | Updates | Matthias Clasen | 2010-01-11 | 1 | -0/+53 |
| | |||||
* | Implement property editor for GdkColor properties | Christian Persch | 2010-01-11 | 2 | -10/+76 |
| | | | | Bug #606434. | ||||
* | Limit GtkContainer::border-width to 65535 | Christian Dywan | 2010-01-11 | 1 | -1/+1 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=605199 | ||||
* | Plug a pixmap leak | Matthias Clasen | 2010-01-11 | 1 | -0/+1 |
| | | | | | We were getting our refcounts tangled up when setting drawable clips on GCs with CSW, leading to a pretty bad pixmap leak. See bug 606143. | ||||
* | Implement "preedit-changed" in GtkEntry and GtkTextView | Christian Dywan | 2010-01-11 | 2 | -0/+50 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=602284 | ||||
* | Use const gchar* in gtk_window_get_icon_name implementation | Christian Dywan | 2010-01-11 | 1 | -1/+1 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=597100 | ||||
* | Document GtkWidget::state-changed signal properly | Christian Dywan | 2010-01-11 | 1 | -1/+4 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=598383 | ||||
* | [docs] Add missing "Deprecated: 2.x" to the api doc comments | Javier Jardón | 2010-01-11 | 7 | -12/+12 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-01-09 | 1 | -2543/+2317 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-01-09 | 1 | -1549/+1289 |
| | |||||
* | Allow NULL iter in gtk_combo_box_set_active_iter to unset | Christian Persch | 2010-01-08 | 1 | -5/+9 |
| | | | | Bug #606230. | ||||
* | Try a little harder to survive close to OOM | Matthias Clasen | 2010-01-08 | 1 | -3/+45 |
| | |||||
* | Avoid an FPE for ludicrous scale values | Matthias Clasen | 2010-01-08 | 1 | -4/+13 |
| | | | | ...just bail out early. | ||||
* | Use g_strcmp0() instead custom safe_strcmp() | Javier Jardón | 2010-01-08 | 2 | -27/+4 |
| | | | | | Reported by Rafal Luzynski in https://bugzilla.gnome.org/show_bug.cgi?id=606415 | ||||
* | Updated asturian language | Xandru Armesto Fernandez | 2010-01-08 | 1 | -5490/+6734 |
| | |||||
* | Fix links in GtkComboBox migration guide | Javier Jardón | 2010-01-07 | 1 | -8/+8 |
| | | | | | | | | Some link to GTK+ classes are not gererated because the ":" near the class name; solution: "#GtkComboBox<!---->:" Also, added some links to the proper signals Fixes https://bugzilla.gnome.org/show_bug.cgi?id=606291 | ||||
* | fix critical in gtk_editable_insert_text | Jean Brefort | 2010-01-07 | 1 | -1/+1 |
| | |||||
* | Deprecate widget flag: GTK_WIDGET_CAN_FOCUS | Javier Jardón | 2010-01-07 | 15 | -29/+34 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=69872 | ||||
* | Deprecate some widget flags | Javier Jardón | 2010-01-07 | 12 | -42/+66 |
| | | | | | | | | | | | | Deprecate the following: GTK_WIDGET_APP_PAINTABLE GTK_WIDGET_CAN_DEFAULT GTK_WIDGET_DOUBLE_BUFFERED GTK_WIDGET_HAS_DEFAULT GTK_WIDGET_HAS_GRAB GTK_WIDGET_RECEIVES_DEFAULT https://bugzilla.gnome.org/show_bug.cgi?id=69872 | ||||
* | Made couple of translation changes in kn.po | Shankar Prasad | 2010-01-07 | 1 | -1196/+1141 |
| | |||||
* | Setup libjpeg error handlers early enough | Matthias Clasen | 2010-01-06 | 1 | -7/+7 |
| | | | | See bug 606068 for details. | ||||
* | Updated Spanish translation | Jorge González | 2010-01-06 | 1 | -13/+13 |
| | |||||
* | One-line fix to a noticiable translation bug. | Timo Jyrinki | 2010-01-06 | 1 | -3/+5 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-01-05 | 1 | -5730/+5730 |
| | |||||
* | Update Ukrainian translation | Maxim V. Dziumanenko | 2010-01-05 | 2 | -2879/+2896 |
| | |||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2010-01-05 | 1 | -1106/+1108 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-01-05 | 1 | -2591/+815 |
| | |||||
* | Fix compilation warning: use const *gchar variable | Javier Jardón | 2010-01-04 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=605090 | ||||
* | Fix compilation warning: use the correct conversion specifier | Javier Jardón | 2010-01-04 | 1 | -1/+3 |
| | | | | | | | Use G_GSIZE_FORMAT instead of %i The warning was added in commit ba651d4022ed4dceb6ad7394adcb0ff6c8006581 | ||||
* | Don't use GTK_WIDGET_NO_WINDOW in GtkEventBox | Christian Dywan | 2010-01-04 | 1 | -17/+11 |
| | |||||
* | No GTK_WIDGET_NO_WINDOW in GtkFixed and deprecate gtk_fixed_set_has_window | Christian Dywan | 2010-01-04 | 3 | -12/+17 |
| | |||||
* | Don't use GTK_WIDGET_NO_WINDOW in GtkContainer | Christian Dywan | 2010-01-04 | 1 | -7/+7 |
| | |||||
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 51 | -130/+158 |
| | | | | | | | | | | | | | | | | | | | | | | | | Deprecate widget flag macros GTK_WIDGET_STATE, GTK_WIDGET_SAVED_STATE, GTK_WIDGET_FLAGS, GTK_WIDGET_TOPLEVEL, GTK_WIDGET_NO_WINDOW and GTK_WIDGET_COMPOSITE_CHILD. Also deprecate the type macros GTK_WIDGET_TYPE, GTK_OBJECT_TYPE_NAME and GTK_OBJECT_TYPE which have become redundant. Instances of GTK_WIDGET_TOPLEVEL are replaced with gtk_widget_is_toplevel, GTK_WIDGET_TYPE is replaced with G_OBJECT_TYPE, GTK_WIDGET_COMPOSITE_CHILD is replaced with use of the "composite-child" property and uses of GTK_WIDGET_NO_WINDOW are adjusted to use gtk_widget_get_has_window. Uses of GTK_WIDGET_SAVED_STATE and GTK_WIDGET_FLAGS inside GtkWidget are changed to direct flag usage. Documentation is updated to refer to gtk_widget_set_has_window and gtk_widget_get_has_window. Gail and tests are updated as well. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=69872 | ||||
* | Fix missing GTK_WIDGET cast on printer option widget in construct_widgets | Christian Dywan | 2010-01-04 | 1 | -2/+2 |
| | |||||
* | Fix missing GTK_WINDOW cast in _gtk_menu_shell_update_mnemonics | Christian Dywan | 2010-01-04 | 1 | -4/+4 |
| | |||||
* | Document missing signal parameter | Benjamin Otte | 2010-01-03 | 1 | -0/+3 |
| | |||||
* | [docs] Add documentation for GdkWindow 'cursor' property | Javier Jardón | 2010-01-03 | 1 | -0/+9 |
| | | | | | Reported by Rafal Luzynski here: https://bugzilla.gnome.org/show_bug.cgi?id=604821 | ||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-01-03 | 1 | -33/+20 |
| | |||||
* | Use CAIRO_VERSION instead of CAIRO_VERSION_CODE | Hiroyuki Ikezoe | 2010-01-03 | 1 | -2/+2 |
| | | | | | Cairo does not have CAIRO_VERSION_CODE macro. Fix for bug #605472. | ||||
* | Make mnemonic hiding work in all cases | Matthias Clasen | 2010-01-03 | 1 | -60/+108 |
| | | | | | Both gtk-enable-mnemonics and gtk-auto-mnemonis did not work with gtk_label_set_markup_with_mnemonic(). Also, fix gtk_label_set_pattern(). | ||||
* | Update dependency information | Matthias Clasen | 2010-01-02 | 1 | -3/+3 |
| | |||||
* | Don't use string concatentation in translated strings | Matthias Clasen | 2010-01-02 | 2 | -4/+4 |
| | | | | | gettext can't handle it, and there is no real need to use G_GSIZE_FORMAT here anyway. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-01-02 | 1 | -7303/+7134 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-01-02 | 1 | -5927/+5730 |
| | |||||
* | Plug leaks in quartz implementation of gtk_drag_begin_idle() | Kristian Rietveld | 2010-01-01 | 1 | -1/+6 |
| | |||||
* | Rework a previous commit to not crash in addition to fixing leaks | Kristian Rietveld | 2010-01-01 | 4 | -24/+23 |
| | | | | | The target list/entry to pasteboard entry conversions return a NSSet now instead of NSArray. | ||||
* | GtkToolPalette: docs: Minor English corrections. | Murray Cumming | 2009-12-31 | 1 | -2/+2 |
| | |||||
* | Make sure Gdk-2.0.gir is installed | Johan Dahlin | 2009-12-31 | 1 | -1/+1 |
| | | | | Fixes a variable name typo |