Matthias Clasen
9bc8ba7e5d
Use standard icon names
2011-02-19 10:04:39 -05:00
Matthias Clasen
48342ad2bd
Add warnings about environment variables
...
These variables all get read by GTK 3 as well, which makes
them dangerous at best.
2011-02-19 10:02:29 -05:00
Tristan Van Berkom
420f2fbddc
Fixed gtk_recent_chooser_menu_set_current_filter to update the local pointer.
...
Before this patch, unsetting the filter manually before disposing
the recent chooser menu (or unsetting the filter twice), would cause
warnings (or invalid memory accesses).
2011-02-19 09:58:30 -05:00
Martin Pitt
45d05f52c2
[GI] Mark mis-detected constructors as such
...
constructors which take an object of the same class as its first argument are
mis-detected as method call with "self" argument by the GIR scanner. Using the
new (constructor) annotation from bug 561264, mark some of them as proper
constuctors, so that you can call them with NULL as first argument from
bindings; in particular, this fixes gdk_window_new() and the
gtk_radio_button_new_with*() constructors.
2011-02-19 09:56:53 -05:00
Matthias Clasen
0e47df0ee0
Add a missing include
...
https://bugzilla.gnome.org/show_bug.cgi?id=642642
2011-02-19 09:44:05 -05:00
Martin Nordholts
fa2d05ab4e
Bug 633291 - Handle Shift-keys in X11 gdk_test_simulate_key()
...
If a level 1 key maps to a key value passed to
gdk_test_simulate_key(), raise the GDK_SHIFT_MASK flag so the reqested
key value is generated. Also add a regression test for this fix.
2011-02-13 12:34:19 +01:00
Matthias Clasen
e3185138ac
Fix the build without the Composite headers
...
The code was already protected by #ifdef HAVE_XCOMPOSITE, but
we forgot the include.
https://bugzilla.gnome.org/show_bug.cgi?id=642137
2011-02-12 08:06:31 -05:00
Colin Walters
8e51a22707
docs: Link to all GTK+ 2 versions, add GTK+ 3 link
...
Now that we have both URLs on library.gnome.org, improve the links so
that we point at all versions of both.
2011-02-11 12:31:17 -05:00
Michael Natterer
28f82afd0e
gtk: don't send BUTTON_RELEASE to unrealized widgets
...
which happened when the source widget was hidden or destroyed while a
drag was going on, like when dragging from a popup that got a grab
broken as result of the dnd operation.
2011-02-11 10:35:25 +01:00
Matthias Clasen
64adba6e3e
Extend the mixed-dependency check to modules as well
...
This helps prevent accidents with GTK_PATH.
2011-02-08 18:02:48 -05:00
Piotr Drąg
bd0f159b6c
Updated Polish translation
2011-02-02 18:03:09 +01:00
Piotr Drąg
03bdae8dcc
Updated Polish translation
2011-02-02 18:02:36 +01:00
Matthias Clasen
1d8bac64b2
Fix a segfault in gtk_statusbar_remove_all
...
https://bugzilla.gnome.org/show_bug.cgi?id=640487
2011-01-31 11:51:44 -05:00
Matthias Clasen
47b2868a08
Add missing return type
...
Pointed out by Chun-wei Fan
https://bugzilla.gnome.org/show_bug.cgi?id=640992
2011-01-30 23:58:44 -05:00
Matthias Clasen
66f55661ad
Bump version to 2.24.1
2011-01-30 00:33:49 -05:00
Matthias Clasen
0b3710d762
Fix doc format problems
2011-01-30 00:04:04 -05:00
Matthias Clasen
e8a0f3cfb8
Fix the build
2011-01-29 23:52:32 -05:00
Matthias Clasen
0b5a530ef1
More updates
2011-01-29 23:33:56 -05:00
Matthias Clasen
bb8e1c67c6
Check if buffer is NULL after setting it to NULL, not before.
...
This catches cases when "notify::buffer" handler does not recreate
the buffer again, which could end in reference leak.
https://bugzilla.gnome.org/show_bug.cgi?id=634677
(cherry picked from commit d688343a31
)
2011-01-29 23:33:56 -05:00
Luca Ferretti
840c9aa8d9
Updated Italian translation
2011-01-29 16:04:11 +01:00
Luca Ferretti
f80f4f5ce3
Updated Italian translation
2011-01-29 16:04:11 +01:00
Matthias Clasen
6dd57dfe65
Updates for 2.24.0
2011-01-28 23:19:39 -05:00
Matthias Clasen
7cda5b54fb
Bump version to 2.24.0
2011-01-28 23:19:14 -05:00
Ignacio Casal Quinteiro
b08b4cccc5
Remove gtk_paste_point_override mark if we don't insert any text.
...
This patch fixes bug #590459 .
2011-01-28 13:29:10 +01:00
Martin Pitt
461d71f6aa
[GI] Fix gtk_tree_view_get_cursor() transfer annotation
2011-01-26 14:41:09 +01:00
Martin Pitt
a33dceee4b
[GI] Backport transfer annotations
2011-01-26 14:10:12 +01:00
Pavel Holejsovsky
5cded4d5e2
[GI] Add missing (transfer) annotations
...
Backported from master commit 2f0d40335b
.
2011-01-26 12:49:08 +01:00
Pavel Holejsovsky
9b2457a671
[GI] Fixes of existing incorrect annotations
...
Backported from master commit 3c8fc21e9b
.
2011-01-26 12:29:21 +01:00
Matthias Clasen
0455bcfda4
Expose gtk-auto-mnemonics as an Xsetting
2011-01-23 16:58:50 -05:00
Matthias Clasen
a5d35b95f0
Default target version of gtk-builder-convert should be 2.0
2011-01-23 16:52:40 -05:00
Johan Dahlin
c44fe0bc54
Add a couple of missing annotations
...
Backported from master commit 19cab17c
.
2011-01-17 14:12:24 +01:00
Christian Persch
164149a8dc
Add target version handling to gtk-builder-convert
...
When converting to gtk3, replace GtkComboBoxEntry with GtkComboxBox
has-entry=True, and remove the has-separator property from GtkDialogs.
Bug #639327 .
2011-01-17 07:48:34 -05:00
Martin Pitt
78a4b090e2
Gtk{List,Tree}Store: Fix GI array annotations
2011-01-15 15:34:00 -06:00
Matthias Clasen
dfa1ea8245
Add accessors for GtkRange::round-digits
...
Patch by Christian Dywan,
https://bugzilla.gnome.org/show_bug.cgi?id=351755
2011-01-15 00:26:08 -05:00
Tomeu Vizoso
f40a129e28
gtk_tree_model_iter_next's iter is (in), not (inout)
2011-01-10 15:51:22 -06:00
Martin Pitt
e48f5b4073
Backport a lot of GI transfer annotations
...
This dramatically improves using GTK2 with g-i.
Taken from master commit e0aa12eb0a
without the non-documentation changes.
2011-01-10 14:43:00 -06:00
Tristan Van Berkom
cc44561b61
Added GtkBuildable support for specifying <items> in GtkComboBoxText.
...
Conflicts:
gtk/gtkcomboboxtext.c
2011-01-10 22:43:57 +09:00
Tristan Van Berkom
ff780aa35e
Added GtkBuildable support to add "tag" children to GtkTextTagTable.
...
Conflicts:
gtk/gtktexttagtable.c
2011-01-10 22:39:05 +09:00
Tristan Van Berkom
737941b333
Added GtkBuilder support for "menu" child type of GtkMenuToolButton
...
Conflicts:
gtk/gtkmenutoolbutton.c
2011-01-10 22:31:25 +09:00
Martin Pitt
e361e38e09
Fix GI annotation of GtkTreeModelFilter
...
Cherrypicked from master commit e0aa12eb
.
2011-01-09 22:10:49 -06:00
John (J5) Palmieri
8253735ed1
Add GtkBuilder and GtkDialog annotations for tranfer and scope
...
Cherrypicked from master commit c78a23bd
.
2011-01-09 21:56:49 -06:00
Martin Pitt
caf389649a
Fix GtkMessageDialog annotations
...
Cherrypicked from master commit e0aa12eb
.
2011-01-09 21:39:15 -06:00
Tomeu Vizoso
1435dcc1cb
The 'len' argument of gtk_text_buffer_insert and gtk_text_buffer_insert_at_cursor isn't really the length of the 'text' argument
...
(Cherrypicked from master commit 24d8c776d4
)
2011-01-09 21:34:13 -06:00
Martin Pitt
4ea1f5e15e
Fix gtk_icon_theme_load_icon annotation
...
Cherrypicked from master (e0aa12eb0a
) to fix return value transfer annotation.
2011-01-09 13:04:09 -06:00
Alan Knowles
a59f254fad
Fix various gir annotations on tree API
...
Just add (out) tags where needed to generate valid gir.
2011-01-09 12:47:01 -06:00
Martin Pitt
af45513d78
Add GtkRadioButton constructor GI annotations
...
Taken from GTK 3. This allows programs to sensibly use radio buttons with
either GTK2 or GTK3 with g-i.
2011-01-09 12:15:03 -06:00
Bruce Cowan
5ad3a3b440
Updated British English translation
2011-01-07 23:10:46 +00:00
Matthias Clasen
f54ad24ec2
bump version
2011-01-06 17:29:24 -05:00
Matthias Clasen
832f1de519
Fix symbol lists
2011-01-06 17:27:05 -05:00
Matthias Clasen
9c1b0e4cc0
Update the NEWS
2011-01-06 14:19:09 -05:00