Hans Breuer
0b749700e6
Update msvc build
2010-11-08 11:31:03 +09:00
Matthias Clasen
e5c0d40d94
Make GtkFileChooserButton behave as expected when expanding
2010-11-08 11:31:03 +09:00
Ivar Smolin
c4a54055fe
[l10n] Updated Estonian translation
2010-11-08 11:31:02 +09:00
Garrett Regier
c65a617bd7
docs: Move documentation to inline comments: GtkCellView
...
Signed-off-by: Javier Jardón <jjardon@gnome.org>
2010-11-08 11:31:02 +09:00
Garrett Regier
24c3b956f3
docs: Move documentation to inline comments: GtkCellRendererText
...
Signed-off-by: Javier Jardón <jjardon@gnome.org>
2010-11-08 11:31:02 +09:00
Javier Jardón
322db81256
docs: Move documentation to inline comments: GtkCellRenderer
2010-11-08 11:31:02 +09:00
Javier Jardón
b1112cb87c
docs: Move documentation to inline comments: GtkSettings
2010-11-08 11:31:02 +09:00
Garrett Regier
bf17f3f32c
docs: Move documentation to inline comments: GtkColorSelection
...
Signed-off-by: Javier Jardón <jjardon@gnome.org>
2010-11-08 11:31:02 +09:00
Garrett Regier
46627d008f
docs: Move documentation to inline comments: GtkLayout
...
Signed-off-by: Javier Jardón <jjardon@gnome.org>
2010-11-08 11:31:02 +09:00
Kizito Birabwa
e1e90c6f9c
Added Luganda translation
2010-11-08 11:31:02 +09:00
Tor Lillqvist
a446664c25
Add _gtk_cell_renderer_calc_offset
2010-11-08 11:31:02 +09:00
Tor Lillqvist
bd8464834c
Fix build breakage and avoid a warning
2010-11-08 11:31:02 +09:00
Tor Lillqvist
7754bf1a63
Avoid a compiler warning
2010-11-08 11:31:02 +09:00
Tor Lillqvist
c418de1672
Drop unused static function
2010-11-08 11:31:02 +09:00
Javier Jardón
a31142a8fa
docs: move documentation to inline comments: GtkColorButton
2010-11-08 11:31:01 +09:00
Javier Jardón
65834294a5
docs: move documentation to inline comments: GtkTreeView
2010-11-08 11:31:01 +09:00
Javier Jardón
0331e1fab7
docs: Move documentation to inline comments: GtkTextView
2010-11-08 11:31:01 +09:00
Matthias Clasen
3b541bcfd4
GtkApplication: rewrite example application
...
The intended way of using GtkApplication is mainly by subclassing,
so make the example do that.
2010-11-08 11:31:01 +09:00
Matthias Clasen
9157e15653
GtkApplication: drop Quit from the docs
...
GtkApplication does not currently implement any default actions.
2010-11-08 11:31:01 +09:00
Javier Jardón
a62b185e29
docs: move documentation to inline comments: GtkEntry
2010-11-08 11:31:01 +09:00
Javier Jardón
dfeff671c4
docs: Fix generation of GtkGrid documentation
2010-11-08 11:31:01 +09:00
Cosimo Cecchi
99144330a0
tests: fix the build
...
gtk_box_new() changed API recently.
2010-11-08 11:31:01 +09:00
Cosimo Cecchi
1433ea24b5
icon-theme: always force icon sizes for emblems
...
https://bugzilla.gnome.org/show_bug.cgi?id=634060
2010-11-08 11:31:01 +09:00
Cosimo Cecchi
c068e988a1
tests: add a test for pixbufs implementing the GIcon interface
...
https://bugzilla.gnome.org/show_bug.cgi?id=634060
2010-11-08 11:31:01 +09:00
Cosimo Cecchi
4239e49982
icon-theme: support pixbufs implementing the GIcon interface
...
https://bugzilla.gnome.org/show_bug.cgi?id=634060
2010-11-08 11:31:01 +09:00
Cosimo Cecchi
cb51ad606f
gtkwindow: properly set the window icon list ( #631331 )
...
This was probably a rendering-cleanup regression.
2010-11-08 11:31:01 +09:00
Tristan Van Berkom
631bdc438c
Made progress on focus handling.
...
- Added vfunc to get the allocation of a cell inside an area
- Superclass GtkCellArea handles activation of focused cells
by handling key events (as well as editing of editable cells)
- Added signal "editing-started" to GtkCellArea to signal that
editing has started (generally signaled from inside event handling)
- Added properties "focus-cell" and "edited-cell"
2010-11-05 22:19:50 +09:00
Tristan Van Berkom
1ad5fa3e7a
Committing half-way done focus work.
2010-11-05 22:19:50 +09:00
Murray Cumming
ce815afece
GtkWidget/GtkContainer: Slight fixes to geometry-management docs.
...
Replace it's with its in several places.
Replace some , with .
Replace some ; with .
Fix some plurals.
Other minor corrections.
2010-11-05 22:19:50 +09:00
Murray Cumming
b8bcbd1376
GtkWidget: Document the size-request signal deprecation.
...
Hopefully my text is correct.
2010-11-05 22:19:50 +09:00
Matthias Clasen
a83b0b68ce
Handle empty button boxes gracefully
...
https://bugzilla.gnome.org/show_bug.cgi?id=633915
2010-11-05 22:19:50 +09:00
Christian Dywan
7ca240916f
Only show Desktop in file chooser button if there is one
...
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=632894
2010-11-05 22:19:50 +09:00
Owen W. Taylor
d2b64a1db2
Switch to CSS interpretation of rgb() and rgba() colors
...
CSS3 defines a somewhat odd syntax for rgba() colors - the rgb values
are integers from 0 to 255 or percentages and the a value is a
float from 0 to 1. To avoid increasing the total amount of confusion
in the world, make gdk_rgb_to_string() and gdk_rgb_parse() follow
this syntax rather than using floats for r, g, and b.
https://bugzilla.gnome.org/show_bug.cgi?id=633762
2010-11-05 22:19:50 +09:00
Ryan Lortie
4bdff81f2e
gtktoolitemgroup: don't use GTimeSpec
...
Use gint64 time instead.
2010-11-05 22:19:49 +09:00
Javier Jardón
65e045f5f4
Revert "Move the /*< private >*/ at the correct position"
...
All the object structures is opaque
This reverts commit c59ca4f6b9
.
2010-11-05 22:19:49 +09:00
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