9c7016ab87
gtkcomboboxtext: remove unused variable
2010-10-26 15:18:35 +09:00
5aea672e00
gtk.symbols: Add scrollable policy API
2010-10-26 06:07:43 +02:00
8dd7ae38f9
gtkfilechooserentry: Use accessor functions to access GtkEntry
2010-10-26 06:07:43 +02:00
0b72acf78d
gtkspinbutton: Use accessor functions to access GtkEntry
2010-10-26 06:07:42 +02:00
f5615022a7
Use accessor functions to access GtkButton
2010-10-26 06:07:42 +02:00
8991603c88
gtktogglebutton: move public members to private structure
2010-10-26 06:07:42 +02:00
49446ed57c
gtktogglebutton: Add _gtk_toggle_button_set_active private accessor
...
It's needed by gtkradiobutton
2010-10-26 06:07:42 +02:00
a93e79f8d2
gtkradiobutton: Use accessor functions to access GtkToggleButton
2010-10-26 06:07:42 +02:00
783d18650b
gtkcheckbutton: Use accessor functions to access GtkToggleButton
2010-10-26 06:07:42 +02:00
356cfaa084
gtktoggletoolbutton: Use accessor functions to access GtkToggleButton
2010-10-26 06:07:42 +02:00
fda588d10d
gail: use accessor functions to access GtkToggleButton
2010-10-26 06:07:33 +02:00
49c409c498
tests: use accessor functions to access GtkToogleButton
2010-10-26 05:02:19 +02:00
209715f0ef
Missed adding the scrolled window test in previous commit, added scrolled window test.
2010-10-26 11:35:04 +09:00
3fe0fb4ed9
Added GtkScrollablePolicy property to scrollable interface
...
This patch adds the GtkScrollablePolicy type property to GtkScrollable
and implements it in all subclasses. GtkScrolledWindow observes this
property to make a good guess about when to show/hide scrollbars for
height-for-width content.
Most scrollable children do not do height-for-width *yet* but
most certainly will (toolpalette, treeview, iconview, textview
widgets all TODO), for scrollable widgets that do have a minimum
and natural size, it's important for them to observe the state
of this property in order to properly drive the scroll adjustments
according to the desired GtkScrollablePolicy. This patch makes
GtkViewport do this.
Patch also adds tests/testscrolledwindow.c to display the effects
of this property.
2010-10-26 10:15:56 +09:00
04c1337bda
Bump version
2010-10-25 18:32:37 -04:00
a7285e6435
Include gdkrgba.h
2010-10-25 14:35:19 -04:00
7bbaa56f53
More updates
2010-10-25 13:59:49 -04:00
c406b6ed22
Add new GdkRGBA apis to gtk.symbols
2010-10-25 13:49:37 -04:00
9c60da8978
Add new GdkRGBA api to symbol list
2010-10-25 13:44:43 -04:00
d3f1745493
Use g_ascii_strto[u]ll instead of strto[u]l
...
We don't want GtkBuilder input to be locale-dependent.
Bug #632503
2010-10-25 12:22:20 -04:00
377e7179b8
Add tests for GdkRGBA serialization
...
In particular, test that serialization is not dependent on the
locale.
2010-10-25 12:10:48 -04:00
366a37d8c1
Add some GdkRGBA tests
2010-10-25 12:01:11 -04:00
503698f587
Support resetting cell renderer colors with NULL again
...
This functionality was lost when GdkRGBA was introduced.
Bug 632936
2010-10-25 11:17:24 -04:00
546be63ecc
Updated Spanish translation
2010-10-25 16:26:28 +02:00
1d7aabee69
Fix make distcheck as gtkcomboboxentry does not exist anymore
2010-10-25 10:20:10 +01:00
4a63814815
Updated Galician translations
2010-10-25 01:13:13 +02:00
fdea6c5c19
Fix typo.
2010-10-24 22:51:51 +02:00
52a7553b2c
GtkCalendar: turn into a no-window widget
...
After these changes, GtkCalendar only has a few input-only windows
left for catching input events. All drawing goes to the parent
window now.
2010-10-24 14:43:05 -04:00
bcb23945f6
Bring back lost functionality
...
Double-click to mark/unmark was lost a while ago.
Also add easy RTL testing.
2010-10-24 14:43:04 -04:00
6153feb3b6
Fill out the bug section
2010-10-24 14:43:04 -04:00
5e163f79d0
Updated Arabic translation
2010-10-24 12:04:02 +02:00
520a6aeb8f
Fix up docs
2010-10-23 23:41:08 +02:00
d7653e7c0c
Add a unique->GtkApplication migration guide
2010-10-23 22:51:38 +02:00
1be9b7f782
Some GtkApplication cleanups
...
Remove no-longer-needed vfuncs, no longer existing functions,
and improve the docs here and there.
2010-10-23 21:24:24 +02:00
3e594dd845
Fix doc build
2010-10-23 21:23:22 +02:00
7651c231e0
Revert the id-column patch
...
It didn't quite turn out as I wanted it.
I'll put it in bug 619148 for now.
2010-10-23 19:34:20 +02:00
051dcde4bf
Fixed fallout from GtkScrollable patches.
...
The scrollable patch removed set_scroll_adjustments (NULL, NULL) from
gtk_tree_view_init() which ensured the treeview would have adjustments
at all times, this patch adds set_v/hadjustment (NULL) to _init to ensure
the same thing (without it, there are crashes when trying to access the
adjustments notably from set_headers_visible() in gedit).
2010-10-23 22:53:06 +09:00
ff5972c4cd
Updated Spanish translation
2010-10-23 14:25:35 +02:00
ed63ae2bd3
Fixed push/pop_recursion_check() to not fire warnings for expected code.
...
I.e. Since we are now calling get_preferred_width() to ensure a good 'for_size'
for get_height_for_width() we need to avoid warning about this internal expected
recursion.
2010-10-23 20:03:41 +09:00
0dd5eb4b61
docs: GtkComboBoxText: more fixes
2010-10-23 03:03:50 +02:00
d94adcf643
docs: Some fixes in GtkComboboxText notations
2010-10-23 03:01:35 +02:00
f89aaf9091
Updated Hebrew translation.
2010-10-23 02:40:54 +02:00
a94db5b3b9
Fix distcheck
2010-10-23 02:31:30 +02:00
ae6ba3adeb
NEWS for 2.91.2
2010-10-23 02:31:30 +02:00
9fb36fff36
Add a way to associate numeric ids with combobox values
...
This will let us use combo boxes as property editors for
GSettings enmerations easily.
2010-10-23 02:31:30 +02:00
38dbb84095
gtkadjustment: Move documentation to inline comments
2010-10-23 00:31:37 +02:00
96f2f2ff5b
gtkscrollbar: Move documentation to inline comments
2010-10-23 00:31:37 +02:00
ec0c739520
gtktreemodelfilter: Move documentation to inline comments
2010-10-23 00:31:37 +02:00
8d3b36d534
gtktreeselection: Move documentation to inline comments
2010-10-23 00:31:37 +02:00
e51daa79fe
gtktreesortable: Move documentation to inline comments
2010-10-23 00:31:37 +02:00