Javier Jardón
dadf5c331a
docs: Improve cross-referencing on GtkGrid docs
2010-11-05 22:19:49 +09:00
Javier Jardón
7dd52d7b60
docs: Fix gtk-doc markup in GtkWidget docs
2010-11-05 22:19:49 +09:00
Takayuki KUSANO
77be5690fd
Updated Japanese translation
2010-11-05 22:19:49 +09:00
Murray Cumming
32b21694ef
Fix tiny documetnation typo.
2010-11-05 22:19:49 +09:00
Tristan Van Berkom
832c123fd2
Extended gtk_cell_area_apply_attributes() to account for expander/expanded cells
...
The state of expanded cells must come from the view, since these states
can vary across views accessing the same model (also "finished up" the
applying of attributes code).
2010-11-02 18:01:03 +09:00
Murray Cumming
73e45cef9d
GtkScrollable: Improve the documentation text.
2010-11-02 17:51:07 +09:00
Tristan Van Berkom
7ddf87f9ef
Account for the possibility of invisible cells in GtkCellAreaBox/Iter
...
Also changed the GtkCellAreaBox to keep groups in an array
instead of a list, for this code it's generally more useful
this way (and more optimized).
2010-11-02 16:51:06 +09:00
Tristan Van Berkom
e3b75cb053
Adding tentative implementation of GtkCellAreaBox->grab_focus().
2010-11-02 12:04:38 +09:00
Murray Cumming
0583288dd9
Removed a trailing enum comma.
2010-11-02 12:04:38 +09:00
Ignacio Casal Quinteiro
997835af83
Normalize boolean.
2010-11-02 12:04:38 +09:00
Ignacio Casal Quinteiro
bea2487d83
Do not use gbooleans to save some bits.
2010-11-02 12:04:38 +09:00
Matthias Clasen
afa282f009
Bump version
2010-11-02 12:04:38 +09:00
Paolo Borelli
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
Matthias Clasen
053171c530
Update NEWS
2010-11-02 12:04:37 +09:00
Matthias Clasen
bb0ff159cb
GtkToolitemGroup: Use monotonic clock for animation timeout
2010-11-02 12:04:37 +09:00
Ignacio Casal Quinteiro
ed62f93439
Add caseless unit tests for textiter.
2010-11-02 12:04:37 +09:00
Ignacio Casal Quinteiro
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
Paolo Borelli
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
Ignacio Casal Quinteiro
a2360f979a
Add unit tests for textiter.
2010-11-02 12:04:37 +09:00
Matthias Clasen
ac3258b07d
Avoid exporting an extra symbol
2010-11-02 12:04:37 +09:00
Matthias Clasen
31b0c1ad35
Fix make check
2010-11-02 12:04:37 +09:00
Paolo Borelli
002704fe25
Move the /*< private >*/ at the correct position
2010-11-02 12:04:37 +09:00
Matthias Clasen
673e660edc
NEWS for 2.91.3
2010-11-02 12:04:37 +09:00
Ivar Smolin
cba8cd8c59
[l10n] Updated Estonian translation
2010-11-02 12:04:36 +09:00
Matthias Clasen
a8ade90b4f
Fix a typo
2010-11-02 12:04:36 +09:00
Matthias Clasen
0c8df06f73
Mention actions in the libunique migration guide
2010-11-02 12:04:36 +09:00
Matthias Clasen
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
Michael Natterer
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
Michael Natterer
8dd7023b52
gtk: fix automatic width of spin buttons which have no width in chars set
2010-11-02 12:04:35 +09:00
Michael Natterer
8979855f60
tests: missed these two gtk_box_new() which sneaked in by rebasing...
2010-11-02 12:04:35 +09:00
Matthias Clasen
c70f3e26d2
GtkAssistant: Mention custom pages in the introduction
2010-11-02 12:04:35 +09:00
Michael Natterer
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
Matthias Clasen
c50f790417
Add content size test for scrolled window
2010-11-02 12:04:35 +09:00
Bastien Nocera
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
Bastien Nocera
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
Matthias Clasen
75fd27e920
Improve GtkAssistant docs
2010-11-02 12:04:34 +09:00
Martin Nordholts
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
Tristan Van Berkom
e94a177774
Added cell focus apis to GtkCellArea.
2010-11-01 16:01:25 +09:00
Tristan Van Berkom
54004237be
Added GtkCellRendererState flags to GtkCellArea->event/render() methods
2010-11-01 12:39:00 +09:00
Tristan Van Berkom
9c4eb3d431
Changed GtkCellArea margin-left/right... for cell-margin-left/right...
...
The rationale here is that every cell in an area needs to have space
reserved around it, requests have to be fully margin inclusive...
cells need to have the full size fed as the "background area" and
the "cell area" has margins removed... This will be used by GtkTreeViewColumn
to set the focus line width so that cells can paint a background on the
full background, then render themselves into the cell area... and parents
can go ahead and draw focus and other indicators on the background area
but outside of the cell area.
2010-10-31 22:50:53 +09:00
Tristan Van Berkom
163c3c8852
Added margins to the cell area
...
Added margin properties to the cell area, margins will be removed
from the area given to ->render() when creating the inner cell area.
2010-10-31 18:55:51 +09:00
Tristan Van Berkom
25b00759c5
Implemented cell packing properties on GtkCellAreaBox
2010-10-31 17:45:29 +09:00
Tristan Van Berkom
01d2eddf03
Added GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID to gtkcellarea.h
2010-10-31 17:45:06 +09:00
Tristan Van Berkom
d781c226da
Implemented "cell properties" on the GtkCellArea
...
Added cell "packing" properties for generic configuration
of child cells inside an area.
2010-10-31 17:13:15 +09:00
Tristan Van Berkom
6da74b6e1e
Finished up allocation of cells.
...
Added get_allocated_cells() which returns a practical list
of cells with allocation for render/event time, this abstracts
whether the cells are individually aligned or aligned into groups,
when there are groups of cells before an alignment, those groups
get allocated on the fly for render time.
2010-10-31 15:22:39 +09:00
Tristan Van Berkom
e494f102cf
Cleaned up GtkCellAreaIter implementation to use arrays to store grouped cell information.
2010-10-31 13:06:10 +09:00
Tristan Van Berkom
b12e7a8115
Adding GtkCellAreaIter arg to GtkCellArea->render/->event
2010-10-30 23:48:52 +09:00
Tristan Van Berkom
972e077966
Fixed hangs in TextView and ToolPalette
...
Fixed the hangs by adding a ->inside_allocation flag and avoiding to
queue resizes while inside the allocation loop. The extra queue'd resizes
were causing the scrolled window size_allocate() to perform the guess
again and again thus causing an infinite loop.
2010-10-30 23:37:24 +09:00
Tristan Van Berkom
a3b4681f9f
Fixing typo in scrolled window
...
Seems with GtkScrollable interface we were setting the hadjustment as
the vadjustment, thanks to Cosimo Cecchi who debugged this and finally
found the typo.
2010-10-30 23:37:24 +09:00
Tristan Van Berkom
ea6df20bbb
Added the majority of the allocate machinery to GtkCellAreaIter[Box].
2010-10-30 23:06:26 +09:00