summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.19.32.19.3Matthias Clasen2010-01-11226-49361/+56652
|
* Dco updatesMatthias Clasen2010-01-112-0/+4
|
* UpdatesMatthias Clasen2010-01-111-0/+53
|
* Implement property editor for GdkColor propertiesChristian Persch2010-01-112-10/+76
| | | | Bug #606434.
* Limit GtkContainer::border-width to 65535Christian Dywan2010-01-111-1/+1
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=605199
* Plug a pixmap leakMatthias Clasen2010-01-111-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 GtkTextViewChristian Dywan2010-01-112-0/+50
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=602284
* Use const gchar* in gtk_window_get_icon_name implementationChristian Dywan2010-01-111-1/+1
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=597100
* Document GtkWidget::state-changed signal properlyChristian Dywan2010-01-111-1/+4
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=598383
* [docs] Add missing "Deprecated: 2.x" to the api doc commentsJavier Jardón2010-01-117-12/+12
|
* Updated Swedish translationDaniel Nylander2010-01-091-2543/+2317
|
* Updated Swedish translationDaniel Nylander2010-01-091-1549/+1289
|
* Allow NULL iter in gtk_combo_box_set_active_iter to unsetChristian Persch2010-01-081-5/+9
| | | | Bug #606230.
* Try a little harder to survive close to OOMMatthias Clasen2010-01-081-3/+45
|
* Avoid an FPE for ludicrous scale valuesMatthias Clasen2010-01-081-4/+13
| | | | ...just bail out early.
* Use g_strcmp0() instead custom safe_strcmp()Javier Jardón2010-01-082-27/+4
| | | | | Reported by Rafal Luzynski in https://bugzilla.gnome.org/show_bug.cgi?id=606415
* Updated asturian languageXandru Armesto Fernandez2010-01-081-5490/+6734
|
* Fix links in GtkComboBox migration guideJavier Jardón2010-01-071-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_textJean Brefort2010-01-071-1/+1
|
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-0715-29/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Deprecate some widget flagsJavier Jardón2010-01-0712-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.poShankar Prasad2010-01-071-1196/+1141
|
* Setup libjpeg error handlers early enoughMatthias Clasen2010-01-061-7/+7
| | | | See bug 606068 for details.
* Updated Spanish translationJorge González2010-01-061-13/+13
|
* One-line fix to a noticiable translation bug.Timo Jyrinki2010-01-061-3/+5
|
* Updated Slovenian translationMatej Urbančič2010-01-051-5730/+5730
|
* Update Ukrainian translationMaxim V. Dziumanenko2010-01-052-2879/+2896
|
* Updated Norwegian bokmål translation.Kjartan Maraas2010-01-051-1106/+1108
|
* Updated Basque languageInaki Larranaga Murgoitio2010-01-051-2591/+815
|
* Fix compilation warning: use const *gchar variableJavier Jardón2010-01-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=605090
* Fix compilation warning: use the correct conversion specifierJavier Jardón2010-01-041-1/+3
| | | | | | | Use G_GSIZE_FORMAT instead of %i The warning was added in commit ba651d4022ed4dceb6ad7394adcb0ff6c8006581
* Don't use GTK_WIDGET_NO_WINDOW in GtkEventBoxChristian Dywan2010-01-041-17/+11
|
* No GTK_WIDGET_NO_WINDOW in GtkFixed and deprecate gtk_fixed_set_has_windowChristian Dywan2010-01-043-12/+17
|
* Don't use GTK_WIDGET_NO_WINDOW in GtkContainerChristian Dywan2010-01-041-7/+7
|
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-0451-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_widgetsChristian Dywan2010-01-041-2/+2
|
* Fix missing GTK_WINDOW cast in _gtk_menu_shell_update_mnemonicsChristian Dywan2010-01-041-4/+4
|
* Document missing signal parameterBenjamin Otte2010-01-031-0/+3
|
* [docs] Add documentation for GdkWindow 'cursor' propertyJavier Jardón2010-01-031-0/+9
| | | | | Reported by Rafal Luzynski here: https://bugzilla.gnome.org/show_bug.cgi?id=604821
* Updated Thai translation.Theppitak Karoonboonyanan2010-01-031-33/+20
|
* Use CAIRO_VERSION instead of CAIRO_VERSION_CODEHiroyuki Ikezoe2010-01-031-2/+2
| | | | | Cairo does not have CAIRO_VERSION_CODE macro. Fix for bug #605472.
* Make mnemonic hiding work in all casesMatthias Clasen2010-01-031-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 informationMatthias Clasen2010-01-021-3/+3
|
* Don't use string concatentation in translated stringsMatthias Clasen2010-01-022-4/+4
| | | | | gettext can't handle it, and there is no real need to use G_GSIZE_FORMAT here anyway.
* Updated Slovenian translationMatej Urbančič2010-01-021-7303/+7134
|
* Updated Slovenian translationMatej Urbančič2010-01-021-5927/+5730
|
* Plug leaks in quartz implementation of gtk_drag_begin_idle()Kristian Rietveld2010-01-011-1/+6
|
* Rework a previous commit to not crash in addition to fixing leaksKristian Rietveld2010-01-014-24/+23
| | | | | The target list/entry to pasteboard entry conversions return a NSSet now instead of NSArray.
* GtkToolPalette: docs: Minor English corrections.Murray Cumming2009-12-311-2/+2
|
* Make sure Gdk-2.0.gir is installedJohan Dahlin2009-12-311-1/+1
| | | | Fixes a variable name typo