Commit Graph

19991 Commits

Author SHA1 Message Date
c31f02b455 Fix declaration of gtk_print_job_set_status
The problem was reported in bug 606698.
2010-04-03 20:55:20 -04:00
b5061249e7 Reset effective_attrs when necessary
This fixes both bug 607217 and bug 607269.
2010-04-03 20:55:19 -04:00
58956ad7e2 Fix a few C99isms
Reported in bug 606761.
2010-04-03 20:55:19 -04:00
38c309869d Updated Swedish translation 2010-04-03 20:55:19 -04:00
ac4d89113b Updated Slovenian translation 2010-04-03 20:55:19 -04:00
51b774f59a Avoid drawing implicit paints to destroyed windows
It may happen that a window gets destroyed during painting, if so
we should not draw the implicit paint double-buffered pixmap to it
as that will cause a BadDrawable X error.

This fixes bug 600865
2010-04-03 20:55:19 -04:00
07d3c79945 Updated asturian translation 2010-04-03 20:55:19 -04:00
84c77b7ca5 Updated asturian translations 2010-04-03 20:55:19 -04:00
0d0f3a1e4c Updated asturian translations 2010-04-03 20:55:18 -04:00
18b7ad4182 GtkToolPalette: Use GtkToolItemGroup* instead of GtkWidget* for setter parameters.
See Bug #567729
2010-04-03 20:55:18 -04:00
27f81d8918 Some fixes in gtkoffscreenwindow.h
- use (void) not () for void functions
- disallow individual inclusion unconditionally
2010-04-03 20:55:18 -04:00
e40dcff11b Updated Basque language 2010-04-03 20:55:18 -04:00
4f37e160af Updated Basque language 2010-04-03 20:55:18 -04:00
905edf9478 [docs] Use the correct GTK-doc syntax to refer to GTK+ properties 2010-04-03 20:55:18 -04:00
74a104d73a Updated Spanish translation 2010-04-03 20:55:18 -04:00
149f5891fa [docs] Use the correct GTK-doc syntax to refer to GTK+ property 2010-04-03 20:55:17 -04:00
29e8460604 [docs] Remove GTK+ 1.2 tutorial from master
The tutorial it's still inside the gtk-1-2 branch if It's needed
2010-04-03 20:55:17 -04:00
eaac92f621 Updated Arabic translation 2010-04-03 20:55:17 -04:00
f01e0670f8 [docs] Fix documentation build warnings
Fix issues when using GI annotations so the xslt does a
fallback if the local links do not exist.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604876
2010-04-03 20:55:17 -04:00
c0d7fe2ad4 Correct PRC6 and PRC9 envelope sizes
See bug 603144 for the full story.
2010-04-03 20:55:17 -04:00
e3cf8611b2 Bump version 2010-04-03 20:55:17 -04:00
f0d57f40f5 2.19.3 2010-04-03 20:55:16 -04:00
82956742c0 Dco updates 2010-04-03 20:55:14 -04:00
57ca68d591 Updates 2010-04-03 20:55:14 -04:00
cf9edf9ff7 Implement property editor for GdkColor properties
Bug #606434.
2010-04-03 20:55:14 -04:00
4285f21b3b Limit GtkContainer::border-width to 65535
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=605199
2010-04-03 20:55:13 -04:00
6860f86724 Plug a pixmap leak
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.
2010-04-03 20:55:13 -04:00
43572af86e Implement "preedit-changed" in GtkEntry and GtkTextView
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=602284
2010-04-03 20:55:13 -04:00
cad18bbfe3 Use const gchar* in gtk_window_get_icon_name implementation
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=597100
2010-04-03 20:55:13 -04:00
174c126b6e Document GtkWidget::state-changed signal properly
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=598383
2010-04-03 20:55:13 -04:00
a821df1577 [docs] Add missing "Deprecated: 2.x" to the api doc comments 2010-04-03 20:55:13 -04:00
99e2f97f30 Updated Swedish translation 2010-04-03 20:55:12 -04:00
4f0619de15 Updated Swedish translation 2010-04-03 20:55:12 -04:00
66882103cc Allow NULL iter in gtk_combo_box_set_active_iter to unset
Bug #606230.
2010-04-03 20:55:12 -04:00
7673c45fec Try a little harder to survive close to OOM 2010-04-03 20:55:12 -04:00
675ead1d82 Avoid an FPE for ludicrous scale values
...just bail out early.
2010-04-03 20:55:12 -04:00
b3e06e8302 Use g_strcmp0() instead custom safe_strcmp()
Reported by Rafal Luzynski in
https://bugzilla.gnome.org/show_bug.cgi?id=606415
2010-04-03 20:55:12 -04:00
e9d18c8e07 Updated asturian language 2010-04-03 20:55:11 -04:00
01a3ad45b8 Fix links in GtkComboBox migration guide
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
2010-04-03 20:55:11 -04:00
694bf7230e fix critical in gtk_editable_insert_text 2010-04-03 20:55:11 -04:00
f8d1cf58af Deprecate widget flag: GTK_WIDGET_CAN_FOCUS
https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-04-03 20:55:11 -04:00
69de358b38 Deprecate some widget flags
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
2010-04-03 20:55:10 -04:00
312263233f Made couple of translation changes in kn.po 2010-04-03 20:55:10 -04:00
bd5431e620 Setup libjpeg error handlers early enough
See bug 606068 for details.
2010-04-03 20:55:10 -04:00
95ccaa02de Updated Spanish translation 2010-04-03 20:55:10 -04:00
9d7ef2875d One-line fix to a noticiable translation bug. 2010-04-03 20:55:10 -04:00
6972375688 Updated Slovenian translation 2010-04-03 20:55:10 -04:00
e4d9e5dd63 Update Ukrainian translation 2010-04-03 20:55:10 -04:00
bfadb65fb0 Updated Norwegian bokmål translation. 2010-04-03 20:55:09 -04:00
5c35215457 Updated Basque language 2010-04-03 20:55:09 -04:00