Cody Russell
d9e345d084
Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and
...
2007-10-08 Cody Russell <bratsche@gnome.org>
* docs/reference/gdk/tmpl/event_structs.sgml:
Fix a typo in GdkEventGrabBroken where it said
"@grab_window id NULL" and should say
"@grab_window is NULL". (#484650 , Chris Lord)
svn path=/trunk/; revision=18892
2007-10-08 14:49:26 +00:00
Matthias Clasen
11a4e7dce7
Add a little more docs
...
svn path=/trunk/; revision=18887
2007-10-07 16:14:10 +00:00
Tim Janik
63ee4ae25d
docs/reference/gtk/tmpl/gtkmenu.sgml: more wording fixups from Owen Taylor.
...
svn path=/trunk/; revision=18873
2007-10-01 18:26:45 +00:00
20:21:28 Tim Janik
8d503f2a90
reworded push_in description with Owen's help, fixes bug #482034 .
...
2007-10-01 20:21:28 Tim Janik <timj@imendio.com>
* gtk/tmpl/gtkmenu.sgml: reworded push_in description with Owen's
help, fixes bug #482034 .
svn path=/trunk/; revision=18872
2007-10-01 18:21:54 +00:00
Matthias Clasen
bebbf23f22
2.12.0
...
svn path=/trunk/; revision=18820
2007-09-14 00:56:57 +00:00
Matthias Clasen
d7d3690f89
Add one more paragraph
...
svn path=/trunk/; revision=18788
2007-09-10 17:32:52 +00:00
Matthias Clasen
1a869c046a
Add an internal child name for the notebook, so that GtkBuilder can be
...
2007-09-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c: Add an internal child name for
the notebook, so that GtkBuilder can be used to add custom tabs.
(#472951 , Christian Persch)
svn path=/trunk/; revision=18757
2007-09-07 20:03:22 +00:00
Matthias Clasen
8e2de76673
Remove references to deprecated functions. ( #460207 , Guillaume Cottenceau)
...
2007-09-06 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/porting-from-imlib.sgml:
* gdk/tmpl/rgb.sgml: Remove references to deprecated
functions. (#460207 , Guillaume Cottenceau)
svn path=/trunk/; revision=18741
2007-09-07 03:18:53 +00:00
Matthias Clasen
c191a26d92
correct an example
...
svn path=/trunk/; revision=18740
2007-09-07 03:07:18 +00:00
Behdad Esfahbod
09c762904e
Remove duplicate gtk_print_operation_get_error(). ( #473340 , Yeti)
...
2007-09-03 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtk-sections.txt: Remove duplicate
gtk_print_operation_get_error(). (#473340 , Yeti)
svn path=/trunk/; revision=18718
2007-09-03 21:59:49 +00:00
Stefan Kost
07a789f58a
Move documentation of gtk_ruler_set_range() to source and fix nonsense.
...
* docs/reference/gtk/tmpl/gtkruler.sgml:
* gtk/gtkruler.c:
Move documentation of gtk_ruler_set_range() to source and fix nonsense.
svn path=/trunk/; revision=18599
2007-08-09 12:58:25 +00:00
Emmanuele Bassi
d3625daed1
Add documentation for properties and fix the deprecation marker for the
...
2007-07-29 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentchooser.c: Add documentation for properties
and fix the deprecation marker for the show-numbers
accessor functions (Murray Cumming).
* gtk/gtkrecentchooser.h: Add deprecation guards around
gtk_recent_chooser_set_show_numbers() and
gtk_recent_chooser_get_show_numbers(), as promised during
last development cycle.
svn path=/trunk/; revision=18556
2007-07-30 09:38:05 +00:00
Matthias Clasen
22f1a7f918
Add forgotten release markers
...
svn path=/trunk/; revision=18519
2007-07-21 13:12:48 +00:00
Matthias Clasen
b75486f577
2.11.6
...
svn path=/trunk/; revision=18513
2007-07-20 23:16:43 +00:00
Matthias Clasen
5a58d1ab18
Add new functions
...
svn path=/trunk/; revision=18509
2007-07-20 10:38:01 +00:00
Matthias Clasen
bdf50bd4f6
Convenience functions to position tooltips on icon view items or cells.
...
2007-07-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkiconview.h:
* gtk/gtkiconview.c (gtk_icon_view_set_tooltip_item):
(gtk_icon_view_set_tooltip_cell): Convenience functions to
position tooltips on icon view items or cells.
svn path=/trunk/; revision=18473
2007-07-16 14:04:35 +00:00
Tim Janik
920147ee8f
clarify section about gdk_threads_enter/ gdk_threads_leave to be reworded
...
Thu Jul 12 18:12:04 2007 Tim Janik <timj@imendio.com>
* gdk/tmpl/threads.sgml: clarify section about gdk_threads_enter/
gdk_threads_leave to be reworded in terms of events and to mention
availability of gdk_threads_add_idle_full().
svn path=/trunk/; revision=18457
2007-07-12 16:13:11 +00:00
Matthias Clasen
167acf1286
Move some docs inline
...
svn path=/trunk/; revision=18450
2007-07-12 00:56:44 +00:00
Matthias Clasen
e848df063e
Small additions and corrections
...
svn path=/trunk/; revision=18449
2007-07-12 00:48:10 +00:00
Matthias Clasen
981127c74f
Additions
...
svn path=/trunk/; revision=18448
2007-07-11 23:00:09 +00:00
Matthias Clasen
4a5ebcfc45
Move some docs inline
...
svn path=/trunk/; revision=18447
2007-07-11 22:21:06 +00:00
Matthias Clasen
4c40014a86
New function to convert widget coords to what is expected by the at_pos
...
2007-07-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkiconview.[hc]
(gtk_icon_view_convert_widget_to_bin_window_coords): New
function to convert widget coords to what is expected by
the at_pos functions. (#455984 )
svn path=/trunk/; revision=18445
2007-07-11 18:14:46 +00:00
Matthias Clasen
6cd8ec5f78
More tooltips docs
...
svn path=/trunk/; revision=18443
2007-07-11 04:46:03 +00:00
Matthias Clasen
2a9ae2f16f
Small doc update
...
svn path=/trunk/; revision=18442
2007-07-10 23:45:45 +00:00
Matthias Clasen
095ba92309
Updates
...
svn path=/trunk/; revision=18429
2007-07-10 05:28:52 +00:00
Matthias Clasen
eab944bb15
Remove uses of deprecated api in example. ( #454835 , Guillaume Cottenceau)
...
2007-07-09 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/tmpl/scaling.sgml: Remove uses of deprecated api
in example. (#454835 , Guillaume Cottenceau)
svn path=/trunk/; revision=18420
2007-07-09 19:33:42 +00:00
Johan Dahlin
5f539194f8
Document <accelerator> element
...
2007-07-09 Johan Dahlin <jdahlin@async.com.br>
* gtk/tmpl/gtkactiongroup.sgml: Document <accelerator> element
svn path=/trunk/; revision=18409
2007-07-09 13:41:13 +00:00
Tim Janik
2be53450a9
applied docu clarification patch from Bjoern Lindqvist, #454700 .
...
Mon Jul 9 10:32:39 2007 Tim Janik <timj@imendio.com>
* gdk/tmpl/threads.sgml: applied docu clarification patch from Bjoern
Lindqvist, #454700 .
svn path=/trunk/; revision=18406
2007-07-09 08:33:32 +00:00
Johan Dahlin
db376bf7de
Parse last_modification_time attribute in <signal> tag
...
2007-07-08 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilderparser.c (parse_signal): Parse last_modification_time
attribute in <signal> tag
svn path=/trunk/; revision=18402
2007-07-08 13:39:42 +00:00
Matthias Clasen
5f3729b87c
Add support for context and comments on properties
...
svn path=/trunk/; revision=18401
2007-07-08 05:27:22 +00:00
Johan Dahlin
0aeff7f47b
Parse <accessibility> but don't do anything yet. Do not strip
...
2007-07-08 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkwidget.c (gtk_widget_buildable_custom_tag_start):
Parse <accessibility> but don't do anything yet.
* gtk/gtk-builder-convert (GtkBuilderConverter._parse):
Do not strip atk/accessibility tags
* tests/buildertest.c (test_widget):
Test this
svn path=/trunk/; revision=18399
2007-07-08 03:22:18 +00:00
Johan Dahlin
6257f681d2
Convert GtkTextView::text properties
...
2007-07-07 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert (GtkBuilderConverter._convert_textview_text):
Convert GtkTextView::text properties
svn path=/trunk/; revision=18389
2007-07-07 15:11:52 +00:00
Matthias Clasen
f4f7a0a186
Pixbuf properties
...
svn path=/trunk/; revision=18383
2007-07-05 19:50:03 +00:00
Johan Dahlin
612fb47656
We support GtkComboBox.items properties now
...
2007-07-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert.xml: We support GtkComboBox.items
properties now
svn path=/trunk/; revision=18373
2007-07-04 03:48:01 +00:00
Tim Janik
46ac4d0e56
fixed up motion hint description.
...
Wed Jul 4 00:58:24 2007 Tim Janik <timj@gtk.org>
* gdk/tmpl/events.sgml: fixed up motion hint description.
svn path=/trunk/; revision=18370
2007-07-03 22:59:06 +00:00
Matthias Clasen
c514f28409
Fix a link
...
svn path=/trunk/; revision=18356
2007-07-03 16:12:56 +00:00
Matthias Clasen
891f317438
Fix up formatting
...
svn path=/trunk/; revision=18355
2007-07-03 15:51:18 +00:00
Matthias Clasen
d953125970
Improvements
...
svn path=/trunk/; revision=18352
2007-07-03 15:38:53 +00:00
Matthias Clasen
ce66d46183
2.11.5
...
svn path=/trunk/; revision=18345
2007-07-02 22:24:39 +00:00
Matthias Clasen
8f60b3a999
Updates
...
svn path=/trunk/; revision=18342
2007-07-02 15:55:58 +00:00
Johan Dahlin
18c26fee2d
Updates
...
2007-07-02 Johan Dahlin <jdahlin@async.com.br>
* gtk/tmpl/gtkbuilder.sgml: Updates
svn path=/trunk/; revision=18341
2007-07-02 15:31:02 +00:00
Matthias Clasen
b863097016
Document the "orientation" option.
...
2007-07-02 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf.c (gdk_pixbuf_get_option): Document the
"orientation" option.
* gdk-pixbuf.symbols:
* gdk-pixbuf-core.h:
* gdk-pixbuf-util.c (gdk_pixbuf_apply_embedded_orientation):
New function to handle Exif orientation information in
tiff and jpeg images. (#439567 , Michael Chudobiak)
svn path=/trunk/; revision=18340
2007-07-02 14:47:45 +00:00
Matthias Clasen
f34766b21d
more additions
...
svn path=/trunk/; revision=18338
2007-07-02 04:18:59 +00:00
Matthias Clasen
53c87bf915
Fix a typo
...
svn path=/trunk/; revision=18337
2007-07-02 04:08:08 +00:00
Matthias Clasen
6d7e1eab9c
More additions
...
svn path=/trunk/; revision=18336
2007-07-02 03:51:22 +00:00
Matthias Clasen
8db2dcaeae
Add more detail
...
svn path=/trunk/; revision=18335
2007-07-02 03:36:45 +00:00
Johan Dahlin
12981692a6
Improve GtkBuilder DTD, remove treemodel section, add more information
...
2007-07-01 Johan Dahlin <jdahlin@async.com.br>
* gtk/tmpl/gtkbuilder.sgml:
* gtk/tmpl/gtkexpander.sgml:
* gtk/tmpl/gtkframe.sgml:
* gtk/tmpl/gtknotebook.sgml:
* gtk/tmpl/gtktreemodel.sgml: Improve GtkBuilder DTD,
remove treemodel section, add more information about
container subclasses child attributes. #452954
svn path=/trunk/; revision=18334
2007-07-02 00:52:27 +00:00
Matthias Clasen
e5ce8697ea
Document GtkBuilder UI definitions
...
svn path=/trunk/; revision=18332
2007-07-01 23:38:07 +00:00
Johan Dahlin
bd2067643d
Updates
...
2007-07-01 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert.xml: Updates
svn path=/trunk/; revision=18326
2007-07-01 15:58:56 +00:00
Matthias Clasen
a3b1739796
Corrections and additions
...
svn path=/trunk/; revision=18308
2007-06-30 07:39:32 +00:00