a95e4c5ee1
Update Simplified Chinese translation.
2011-02-23 17:19:35 +00:00
8d54fa7102
More tiny documentation typo fixes.
2011-02-23 11:09:20 +01:00
f91c04e284
Minor documentation improvements
...
Mostly correcting it's to its and changing some , to .
2011-02-23 10:26:21 +01:00
31419f2026
GdkDevice: Minor improvement to the overview documentation.
...
The last paragraph still seems to be out of place though, as if it
was a previous attempt at an overview or part of some older text
elsewhere.
This overuses the passive too.
2011-02-23 09:37:06 +01:00
15a2cf4548
Post-release version bump to 3.0.2
2011-02-21 18:58:22 -05:00
753f372c01
Remove more unwanted garbage
2011-02-21 18:52:27 -05:00
c9f0d78775
Remove some unwanted garbage
2011-02-21 18:41:46 -05:00
f90f84bbc3
Fix distcheck
2011-02-21 18:34:09 -05:00
cfba3a8f40
Update NEWS
2011-02-21 18:09:57 -05:00
700276eae4
Don't export extra symbols for accessibility
2011-02-21 17:34:51 -05:00
48ef37e489
Updated Bulgarian translation
2011-02-21 23:58:54 +02:00
c0daaccd09
update Punjabi Translation by A S Alam
2011-02-21 07:04:27 +05:30
f598f75dfb
gdk_cursor_new_from_pixmap: Fix gdk_display_is_closed call
...
This was typoed in commit dfe6ba932c
https://bugzilla.gnome.org/show_bug.cgi?id=642843
2011-02-20 20:11:13 -05:00
4a286010d3
docs: Fix typo
2011-02-21 00:06:08 +01:00
5f2ac56ec6
docs: Replace pixmap use in migration guide with cairo surfaces
...
Merge my patch for this with Matthias' previous patch and keep the best
of both.
https://bugzilla.gnome.org/show_bug.cgi?id=642677
2011-02-20 23:46:58 +01:00
ff5d4e13de
textview: Remove x/y arguments from render_para() func
...
We were only passing 0 anyway and it's easy to translate the cairo
context in use instead of passing x/y coordinates.
2011-02-20 23:43:42 +01:00
c647085e76
textview: Translate the cairo context instead of keeping y value
...
This avoids overflow when transforming a large value to a pango unit.
To reproduce the problem:
seq 200000 > test.txt && tets/print-editor test.txt
Then scroll to around line 140.000 to see it (depends on font size of
course).
2011-02-20 23:43:42 +01:00
608c1e40eb
Remove no-longer existing API from the migration guide
...
Some parts of the migration guide were written before the demise
of pixmaps, and still referred to pixmap API in their replacements.
2011-02-20 17:05:04 -05:00
acc01ac944
Tweak include order a bit to get around compilation errors
...
wintab.h defines an INT() macro that interfers with some lines in
commctrl.h.
2011-02-20 23:56:13 +02:00
14fcfd3f7a
Fix spelling
...
It is 'accessible', not 'accesible'.
2011-02-20 16:46:27 -05:00
48b0a55775
React to is-focus change, not ignore it
...
A very old bug, noticed in
https://bugzilla.gnome.org/show_bug.cgi?id=642791
2011-02-20 16:45:41 -05:00
bffd26e476
Updated Spanish translation
2011-02-20 18:48:11 +01:00
3379c52f65
Updated Spanish translation
2011-02-20 18:47:10 +01:00
b9b07b2178
Updated Spanish translation
2011-02-20 18:22:59 +01:00
5b420c024d
Updated British English translation
2011-02-20 17:02:13 +00:00
00f960f5b6
Updated Hungarian translation
2011-02-20 15:56:33 +01:00
1fb8812082
Correctly treat GdkColor properties
...
Noticed by Daniel Garcia,
https://bugzilla.gnome.org/show_bug.cgi?id=642782
2011-02-20 09:49:04 -05:00
5e5f232e78
Updated Spanish translation
2011-02-20 14:02:24 +01:00
8e6932f46e
Handle emulated keyboard input that arrives as VK_PACKET
...
Fixes bug #642772 . Thanks to the anonymous bug reporter for providing
a test program.
2011-02-20 01:39:13 +02:00
50233edbc9
Replace GtkStyle uses from migration guide examples
...
Part of https://bugzilla.gnome.org/show_bug.cgi?id=642677
2011-02-19 13:47:43 -05:00
5cb6beec54
Fix a typo
...
https://bugzilla.gnome.org/show_bug.cgi?id=642751
2011-02-19 13:35:55 -05:00
1a645d4e61
Fix typo
2011-02-19 19:34:30 +01:00
2180267f5d
Plug a memleak in the tracker search engine
...
Patch by Vincent Untz,
https://bugzilla.gnome.org/show_bug.cgi?id=642771
2011-02-19 13:31:50 -05:00
84b259d076
Make gtk_combo_box_text_get_active_text() behave as documented
...
If there is an entry, it is supposed to return the contents
of the entry. Pointed out by Allin Cottrell,
https://bugzilla.gnome.org/show_bug.cgi?id=642681
2011-02-19 13:27:51 -05:00
8d9144a0c4
Use the correct function to free boxed GdkColors
...
This fixes a segfault in gtk3-demo when running under accerciser.
2011-02-19 08:34:21 -05:00
d1fbb52eb4
docs: migrating-2to3: improve cross-reference
2011-02-18 22:17:04 +00:00
5a987c314b
docs: migrating-2to3: Make the examples look prettier
2011-02-18 22:09:40 +00:00
6d3b8c2c6b
GtkSwitch: Add an AtkAction implementation
2011-02-17 23:06:33 -05:00
163f0daf6a
GtkSwitch: Use ATK_DEFINE_TYPE properly
2011-02-17 21:55:54 -05:00
edeb6aaf88
Hypertext does not really make sense for GtkLinkButton
...
Instead, implement HyperLinkImpl and return the single link
object. This commit also adds an AtkAction implementation
for the link object.
2011-02-17 21:01:07 -05:00
d6e3855f95
GailEntry: remove idle if cell editing is canceled
...
This avoids warnings when cell editing is interrupted e.g. by
adding or removing a row.
2011-02-17 19:17:36 -05:00
f3687a9490
GailEntry: remove idle if cell editing is canceled
...
This avoids warnings when cell editing is interrupted e.g. by
adding or removing a row.
2011-02-17 19:06:19 -05:00
0127d0bbc7
gtk-demo: plug a memleak in the editable cells demo
2011-02-17 18:49:01 -05:00
e7d4d77093
Fix a memory leak with file chooser previews
2011-02-17 18:34:28 -05:00
d93934ba6c
gtk-demo: Make the menu example work again
2011-02-17 16:40:00 -05:00
c9b152ec71
Remove a leaking get_name implementation
...
This was leaking a lot of memory; just rely on atk_object_get_name.
2011-02-17 15:57:39 -05:00
91b8417d35
Don't leak the GDir in the iconview example
2011-02-17 15:57:39 -05:00
3f78b251b9
Free event axes for double/triple click events.
...
The button event axes are copied over when synthesizing
these events, so free them as well in gdk_event_free().
2011-02-17 20:45:32 +01:00
3100b76ba9
Fix parsing of color names containing numbers
...
They were being defined correctly through @define-color
in CSS, but parsing failed at the moment of creating
GtkSymbolicColors depending on these.
2011-02-17 20:10:49 +01:00
bdacdfb78b
Check if the accessible is actually an AtkAction
2011-02-17 13:29:59 -05:00