0583288dd9
Removed a trailing enum comma.
2010-11-02 12:04:38 +09:00
997835af83
Normalize boolean.
2010-11-02 12:04:38 +09:00
bea2487d83
Do not use gbooleans to save some bits.
2010-11-02 12:04:38 +09:00
afa282f009
Bump version
2010-11-02 12:04:38 +09:00
5e90bb269d
Get rid of unused shaped_object list in _GtkTextLineDisplay
...
https://bugzilla.gnome.org/show_bug.cgi?id=631076
2010-11-02 12:04:37 +09:00
053171c530
Update NEWS
2010-11-02 12:04:37 +09:00
bb0ff159cb
GtkToolitemGroup: Use monotonic clock for animation timeout
2010-11-02 12:04:37 +09:00
ed62f93439
Add caseless unit tests for textiter.
2010-11-02 12:04:37 +09:00
794e0446e9
Add case insensitive to GtkTextIter. Fixes bug #61852 .
...
This code has been taken from GtkSourceView so also kudos to Paolo Maggi
and Paolo Borelli for helping with this patch.
2010-11-02 12:04:37 +09:00
3511215730
Fix backward search bug exposed by the unit test
...
When searching with multiple lines first_line_start/end were initialized
to the last line start/end iters
2010-11-02 12:04:37 +09:00
a2360f979a
Add unit tests for textiter.
2010-11-02 12:04:37 +09:00
ac3258b07d
Avoid exporting an extra symbol
2010-11-02 12:04:37 +09:00
31b0c1ad35
Fix make check
2010-11-02 12:04:37 +09:00
002704fe25
Move the /*< private >*/ at the correct position
2010-11-02 12:04:37 +09:00
673e660edc
NEWS for 2.91.3
2010-11-02 12:04:37 +09:00
cba8cd8c59
[l10n] Updated Estonian translation
2010-11-02 12:04:36 +09:00
a8ade90b4f
Fix a typo
2010-11-02 12:04:36 +09:00
0c8df06f73
Mention actions in the libunique migration guide
2010-11-02 12:04:36 +09:00
71d6a289fc
Fix interaction between scrolling menus and automatic mnemonics
...
https://bugzilla.gnome.org/show_bug.cgi?id=612611
2010-11-02 12:04:36 +09:00
ca6398a649
gtk: remove all border_width handling from the button box
...
and let GtkContainer do the job; fixes doubled border widths. GtkBox
did already delegate border handling to Gtkcontainer, which interacted
badly with a subclass that didn't.
2010-11-02 12:04:36 +09:00
8dd7023b52
gtk: fix automatic width of spin buttons which have no width in chars set
2010-11-02 12:04:35 +09:00
8979855f60
tests: missed these two gtk_box_new() which sneaked in by rebasing...
2010-11-02 12:04:35 +09:00
c70f3e26d2
GtkAssistant: Mention custom pages in the introduction
2010-11-02 12:04:35 +09:00
260ccdfebe
gtk: remove "gboolean homogeneous" from gtk_box_new()
...
Because it's FALSE in virtually all use cases.
2010-11-02 12:04:35 +09:00
c50f790417
Add content size test for scrolled window
2010-11-02 12:04:35 +09:00
76a0b9e5fa
GtkAssistant: Add custom page type
...
The custom page type will not show any buttons by default, and
it is left to the application to add its own buttons instead.
The _next_page() and _previous_page() functions can be used
for the back and forward buttons used by the application.
https://bugzilla.gnome.org/show_bug.cgi?id=576498
2010-11-02 12:04:34 +09:00
ef2fe67832
GtkAssistant: Add more details about buttons shown
...
Add more documentation about which buttons will be shown for which
type of GtkAssistant page.
https://bugzilla.gnome.org/show_bug.cgi?id=576498
2010-11-02 12:04:34 +09:00
75fd27e920
Improve GtkAssistant docs
2010-11-02 12:04:34 +09:00
0feb08a4bb
Handle NULL intp in test_increment_intp()
...
Support passing NULL for &int to gtk_test_display_button_window() so
we can use that function also when we are not interested in counting
clicks.
2010-11-02 12:04:34 +09:00
c4714662b1
Removed a trailing enum comma.
2010-11-01 23:09:21 +01:00
d8d73163fd
Normalize boolean.
2010-11-01 22:59:21 +01:00
37dc91f012
Do not use gbooleans to save some bits.
2010-11-01 22:43:35 +01:00
586c5f0bb0
Bump version
2010-11-01 13:13:04 -04:00
5dddcb1fa5
Get rid of unused shaped_object list in _GtkTextLineDisplay
...
https://bugzilla.gnome.org/show_bug.cgi?id=631076
2010-11-01 17:09:58 +01:00
450b1f4322
Update NEWS
2010-11-01 11:44:30 -04:00
69c7213ba9
GtkToolitemGroup: Use monotonic clock for animation timeout
2010-11-01 11:43:15 -04:00
1fad7eaf85
Add caseless unit tests for textiter.
2010-11-01 15:21:53 +01:00
2f98a1c8b3
Add case insensitive to GtkTextIter. Fixes bug #61852 .
...
This code has been taken from GtkSourceView so also kudos to Paolo Maggi
and Paolo Borelli for helping with this patch.
2010-11-01 15:21:48 +01:00
42910194a9
Fix backward search bug exposed by the unit test
...
When searching with multiple lines first_line_start/end were initialized
to the last line start/end iters
2010-11-01 15:21:43 +01:00
be703155aa
Add unit tests for textiter.
2010-11-01 15:21:39 +01:00
9ff207bd25
Avoid exporting an extra symbol
2010-11-01 09:17:21 -04:00
816f08872a
Fix make check
2010-11-01 09:17:21 -04:00
c59ca4f6b9
Move the /*< private >*/ at the correct position
2010-11-01 14:15:03 +01:00
8eee2f9bce
NEWS for 2.91.3
2010-11-01 08:14:19 -04:00
e94a177774
Added cell focus apis to GtkCellArea.
2010-11-01 16:01:25 +09:00
b2ff82d0a3
[l10n] Updated Estonian translation
2010-11-01 08:19:38 +02:00
54004237be
Added GtkCellRendererState flags to GtkCellArea->event/render() methods
2010-11-01 12:39:00 +09:00
750a9f3225
Fix a typo
2010-10-31 22:16:41 -04:00
a3f19ddae8
Mention actions in the libunique migration guide
2010-10-31 22:14:53 -04:00
54a5e37136
Fix interaction between scrolling menus and automatic mnemonics
...
https://bugzilla.gnome.org/show_bug.cgi?id=612611
2010-10-31 15:53:07 -04:00