Matthias Clasen
48ba9ea756
2.15.0
...
svn path=/trunk/; revision=6180
2007-12-21 00:37:41 +00:00
21:06:47 Tim Janik
1e55738f31
initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional
...
2007-11-21 21:06:47 Tim Janik <timj@imendio.com>
* Makefile.decl: initialize automake variables EXTRA_DIST and
TEST_PROGS for unconditional appending via += in other makefiles.
define recursive test targets: test, test-report, perf-report,
full-report, as described here:
http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
* Makefile.am:
* build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
* build/win32/Makefile.am, build/Makefile.am:
* docs/Makefile.am, docs/reference/Makefile.am:
* docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
* gmodule/Makefile.am, tests/Makefile.am:
* tests/refcount/Makefile.am, tests/gobject/Makefile.am:
* glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
* glib/tests/Makefile.am, glib/pcre/Makefile.am:
* glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
* gthread/Makefile.am, glib/Makefile.am:
include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
* glib/tests/Makefile.am: removed example testing rules.
* glib/tests/testing.c: conditionalized performance and slow tests.
* glib/gtestutils.h:
* glib/gtestutils.c: work around g_test_config_vars not changing its
exported value after value assignments, aparently due to symbol aliases.
* glib/gtester.c: fixed off-by-one error which produced junk in logs.
* configure.in: check for python >= 2.4 and provide $PYTHON for scripts.
svn path=/trunk/; revision=5914
2007-11-21 20:09:46 +00:00
Cody Russell
515f42c9ed
Documentation fixes. Recommend macro type names such as
...
2007-11-13 Cody Russell <bratsche@gnome.org>
* docs/reference/gobject/gobject-docs.sgml:
* docs/reference/gobject/tut_gsignal.xml:
* docs/reference/gobject/tut_gtype.xml:
* docs/reference/gobject/tut_intro.xml:
* docs/reference/gobject/tut_tools.xml:
* docs/reference/gobject/tut_howto.xml:
* docs/reference/gobject/tut_gobject.xml: Documentation fixes.
Recommend macro type names such as NAUTILUS_TYPE_WINDOW (not
NAUTILUS_WINDOW_TYPE). Fixed text which erroneously stated that
superclass initializers don't run when an object is
instantiated. Fixed numerous spelling mistakes. Minor grammar
edits. (#490637 , Adam Dingle)
svn path=/trunk/; revision=5857
2007-11-13 07:10:42 +00:00
Matthias Clasen
1c6dffc356
2.14.3
...
svn path=/trunk/; revision=5802
2007-11-07 05:42:02 +00:00
Mathias Hasselmann
9b79a12192
Use correct naming conventions when explaining maman_bar_get_type().
...
* docs/reference/gobject/tut_gtype.xml: Use correct naming conventions
when explaining maman_bar_get_type(). (#493688 ) Mention G_DEFINE_TYPE.
svn path=/trunk/; revision=5799
2007-11-05 16:21:36 +00:00
Matthias Clasen
10d275d751
Small doc update
...
svn path=/trunk/; revision=5788
2007-10-17 03:32:16 +00:00
Matthias Clasen
83684e4b03
2.14.2
...
svn path=/trunk/; revision=5786
2007-10-16 06:33:50 +00:00
Matthias Clasen
c1a9780043
Improve g_value_set_object docs
...
svn path=/trunk/; revision=5784
2007-10-16 05:35:23 +00:00
Matthias Clasen
30e729d9b2
Updates
...
svn path=/trunk/; revision=5765
2007-09-16 16:43:58 +00:00
Tristan Van Berkom
24e24fed8b
fixed a typo in docs.
...
svn path=/trunk/; revision=5682
2007-08-08 18:02:57 +00:00
Matthias Clasen
0b434a3cbd
2.14.0
...
svn path=/trunk/; revision=5674
2007-08-04 03:03:02 +00:00
Matthias Clasen
b09c2ff4cd
2.13.7
...
svn path=/trunk/; revision=5634
2007-07-12 17:53:42 +00:00
Tim Janik
39248d5123
fixed g_type_name() docs to forbid passing in invalid type IDs.
...
Thu Jul 12 18:28:47 2007 Tim Janik <timj@gtk.org>
* gobject/tmpl/gtype.sgml: fixed g_type_name() docs to forbid passing in
invalid type IDs.
svn path=/trunk/; revision=5632
2007-07-12 16:29:21 +00:00
Tim Janik
c58a67cbe7
minor docu build fixes.
...
Tue Jul 10 13:04:03 2007 Tim Janik <timj@imendio.com>
* minor docu build fixes.
svn path=/trunk/; revision=5620
2007-07-10 11:04:24 +00:00
Tim Janik
3a132f5dd5
GClosure docu fixes from Guillaume Cottenceau, #383155 .
...
Mon Jul 9 10:23:53 2007 Tim Janik <timj@imendio.com>
* gobject/tmpl/gclosure.sgml: GClosure docu fixes from Guillaume
Cottenceau, #383155 .
svn path=/trunk/; revision=5610
2007-07-09 08:25:14 +00:00
Tim Janik
90a9f513c3
typo fix, #451459 .
...
Wed Jun 27 11:43:01 2007 Tim Janik <timj@gtk.org>
* gobject/tmpl/gtype.sgml (initializers): typo fix, #451459 .
svn path=/trunk/; revision=5588
2007-06-27 09:43:53 +00:00
Matthias Clasen
fc0a52ca3a
2.13.5
...
svn path=/trunk/; revision=5577
2007-06-18 17:31:49 +00:00
Cody Russell
49f802b83e
Added GRegex boxed type. ( #445065 , Carlos Garnacho)
...
2007-06-15 Cody Russell <bratsche@gnome.org>
* docs/reference/gobject/tmpl/gboxed.sgml:
* docs/reference/gobject/gobject-sections.txt:
* glib/gregex.c:
* gobject/gboxed.[ch]:
* gobject/gobject.symbols: Added GRegex boxed type.
(#445065 , Carlos Garnacho)
svn path=/trunk/; revision=5566
2007-06-15 16:31:21 +00:00
Matthias Clasen
07d778754a
Fix a typo
...
svn path=/trunk/; revision=5517
2007-05-27 02:03:14 +00:00
Ryan Lortie
e3562e543a
Document ->constructed().
...
2007-04-02 Ryan Lortie <desrt@desrt.ca>
* gobject/tmpl/objects.sgml: Document ->constructed().
svn path=/trunk/; revision=5440
2007-04-03 10:44:14 +00:00
Matthias Clasen
1cb4af3e96
2.13.0
...
svn path=/trunk/; revision=5419
2007-03-16 22:11:15 +00:00
Stefan Kost
676506cf2d
Readd docs for G_PARAM_STATIC_NICK and add docs for new
...
* gobject/tmpl/gparamspec.sgml:
Readd docs for G_PARAM_STATIC_NICK and add docs for new
G_PARAM_STATIC_STRINGS (fixes #418021 ).
svn path=/trunk/; revision=5403
2007-03-14 19:09:49 +00:00
Stefan Kost
8ec7d6ca3f
Format XML to be more editable. Describe Interfaces better. Add a footnote
...
* gobject/tut_gobject.xml:
* gobject/tut_gsignal.xml:
* gobject/tut_gtype.xml:
* gobject/tut_howto.xml:
* gobject/tut_intro.xml:
* gobject/tut_tools.xml:
Format XML to be more editable. Describe Interfaces better. Add a
footnote at first occurance of 'maman_'.
svn path=/trunk/; revision=5334
2007-02-10 22:08:42 +00:00
Stefan Kost
b8fcf708d0
Unify spelling of GObject and GType. Improve some wording. Update the
...
* gobject/tut_gobject.xml:
* gobject/tut_gsignal.xml:
* gobject/tut_gtype.xml:
* gobject/tut_howto.xml:
* gobject/tut_tools.xml:
Unify spelling of GObject and GType. Improve some wording. Update the
usage of private data. Make tables use row-spans and add id's to them.
svn path=/trunk/; revision=5327
2007-02-07 22:15:34 +00:00
Soren Sandmann
674c4df418
New files implementing GSequence, a list implemented using a binary tree.
...
2007-02-03 Soren Sandmann <sandmann@daimi.au.dk>
* glib/gsequence.[ch]: New files implementing GSequence, a list
implemented using a binary tree.
* glib/glib.h, glib/glib.symbols: Update for GSequence.
* docs/reference: Add documentation for GSequence
* tests: Add sequence-test.c, a thorough test of all of
the GSequence API.
svn path=/trunk/; revision=5322
2007-02-03 23:24:50 +00:00
Matthias Clasen
20a05714cc
Fix a typo
...
svn path=/trunk/; revision=5319
2007-01-30 18:56:09 +00:00
Matthias Clasen
62534876c5
Updates
...
svn path=/trunk/; revision=5310
2007-01-24 04:13:33 +00:00
Matthias Clasen
daeff90d19
Additions
...
svn path=/trunk/; revision=5261
2007-01-15 03:05:27 +00:00
Behdad Esfahbod
a0c60a62d6
Add g_unichar_iszerowidth(). ( #347645 )
...
2007-01-03 Behdad Esfahbod <behdad@gnome.org>
* glib/glib.symbols:
* glib/gunicode.h:
* glib/guniprop.c: Add g_unichar_iszerowidth(). (#347645 )
svn path=/trunk/; revision=5202
2007-01-03 20:48:24 +00:00
Michael Natterer
feb07512f0
removed all .cvsignore files. SVN doesn't need them.
...
2007-01-03 Michael Natterer <mitch@imendio.com>
* removed all .cvsignore files. SVN doesn't need them.
svn path=/trunk/; revision=5198
2007-01-03 11:22:36 +00:00
Matthias Clasen
d7b7c44e40
Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. ( #334437 )
...
2006-12-29 Matthias Clasen <mclasen@redhat.com>
* gtypemodule.h: Define G_DEFINE_DYNAMIC_TYPE and
and _EXTENDED variant. (#334437 )
2006-12-29 06:12:11 +00:00
Matthias Clasen
b1e4310d6f
Clarify a detail about g_object_set_data_full. ( #343750 , Christian
...
2006-12-28 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Clarify a detail about
g_object_set_data_full. (#343750 , Christian Neumair)
2006-12-29 05:10:50 +00:00
Tim Janik
0f27a7cd04
updates from new doc builds
2006-12-28 14:14:29 +00:00
Matthias Clasen
fdfc2fc6fc
Expand GObject::notify documentation. ( #381722 , Nickolay V. Shmyrev)
...
2006-12-17 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Expand GObject::notify
documentation. (#381722 , Nickolay V. Shmyrev)
* gobject/tmpl/gparamspec.sgml: Add canonical-parameter-name id.
2006-12-17 19:59:02 +00:00
Matthias Clasen
acd7325895
typo fix
2006-12-17 19:51:28 +00:00
Matthias Clasen
0c10536d2e
s/Gnome/GNOME/g ( #352156 , Guillaume Desmottes)
...
2006-12-14 Matthias Clasen <mclasen@redhat.com>
* gobject/*.xml: s/Gnome/GNOME/g (#352156 , Guillaume Desmottes)
2006-12-15 04:03:07 +00:00
Matthias Clasen
6300eef350
Add a hint about the requirement that enum and flags values must be
...
2006-10-08 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/enumerations_flags.sgml: Add a hint about
the requirement that enum and flags values must be static.
2006-10-08 19:35:52 +00:00
Johan Dahlin
c2441aea68
typo, new module name
2006-08-24 23:26:06 +00:00
Josh Parsons
3d4e51759a
copyediting API docs
2006-08-09 21:32:12 +00:00
Matthias Clasen
2107d8e3ed
2.11.4
2006-06-20 15:09:06 +00:00
Matthias Clasen
0c26468057
2.11.2
2006-06-05 17:34:53 +00:00
Tim Janik
01e5d78f6d
amend G_TYPE_CHAR according to #303622 .
...
Wed May 31 11:35:48 2006 Tim Janik <timj@gtk.org>
* gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622 .
2006-05-31 09:41:30 +00:00
Matthias Clasen
ba7dd25959
2.11.1
2006-05-15 17:16:28 +00:00
Matthias Clasen
530b06b7e5
Updates
...
2006-05-10 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gtype.sgml: Updates
2006-05-10 18:26:45 +00:00
Matthias Clasen
4b17ee97a5
2.11.0
2006-05-03 02:05:01 +00:00
Matthias Clasen
4d0f3cf076
document a little pitfall
2006-05-02 15:42:18 +00:00
Matthias Clasen
5dd378d2bd
Updates
2006-04-24 21:12:52 +00:00
Matthias Clasen
8506d70257
forgotten file
2006-04-24 20:50:12 +00:00
Matthias Clasen
f37cf04194
documentation additions
2006-04-21 16:54:15 +00:00
Matthias Clasen
8926039dde
Add some missing Since: 2.8 tags
2006-04-19 14:51:49 +00:00
Matthias Clasen
442ef9d902
Say that ref/unref are thread-safe now. ( #322883 , Christophe Fergeau)
...
2006-04-18 Matthias Clasen <mclasen@redhat.com>
* gobject/tut_gobject.xml: Say that ref/unref are thread-safe now.
(#322883 , Christophe Fergeau)
2006-04-18 18:36:44 +00:00
Matthias Clasen
f2e6861460
Document class_offset 0. and that class_closure may be NULL.
...
2006-04-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Document class_offset 0.
and that class_closure may be NULL.
2006-04-05 16:18:42 +00:00
Matthias Clasen
5486886c82
Document class_offset 0.
...
2006-04-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Document class_offset 0.
2006-04-05 16:07:15 +00:00
Matthias Clasen
286c730dce
Fix docs
2006-04-03 18:32:29 +00:00
Matthias Clasen
9b6f47f9b4
Update the floating docs wrt to GInitiallyUnowned.
...
2006-03-30 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Update the floating docs wrt
to GInitiallyUnowned.
2006-03-30 20:38:09 +00:00
Matthias Clasen
8763438c33
Additions
...
2006-03-30 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/param_value_types.sgml:
* gobject/tmpl/objects.sgml:
* gobject/tmpl/gtype.sgml: Additions
2006-03-30 20:30:21 +00:00
Matthias Clasen
2f4f39095f
2.10.0
2006-02-24 17:17:35 +00:00
Stefan Kost
ee57c76a43
add @since: for _add_private, _GET_PRIVATE fix example to use ->priv and
...
* gobject/tmpl/gtype.sgml:
add @since: for _add_private, _GET_PRIVATE
* gobject/tut_gobject.xml:
fix example to use ->priv and not ->private
* gobject/tut_howto.xml:
fix g_type_class_add_private example
2006-02-22 14:41:14 +00:00
Sven Herzberg
e70a6c4be9
tell how to create container classes which are as flexible as a GValue is
...
2006-01-29 Sven Herzberg <herzi@gnome-de.org>
* docs/reference/gobject/tmpl/param_value_types.sgml: tell how to
create container classes which are as flexible as a GValue is
2006-01-29 14:30:22 +00:00
Matthias Clasen
5cb432b56c
Mention g_trap_object_ref
...
2006-01-26 Matthias Clasen <mclasen@redhat.com>
* gobject/tut_tools.xml: Mention g_trap_object_ref
* glib/running.sgml: Add g_trap variables to the index.
Mention conditional breakpoints as an alternative.
2006-01-26 19:28:33 +00:00
Sven Herzberg
82395be214
explain that G_TYPE_INSTANCE_GET_CLASS() does behave different during
...
2005-12-20 Sven Herzberg <herzi@gnome-de.org>
* docs/reference/gobject/tmpl/gtype.sgml: explain that
G_TYPE_INSTANCE_GET_CLASS() does behave different during
initialization
2006-01-08 15:13:28 +00:00
Stefan Kost
fbaf1c4db6
fix internal link, little XXX cleanup
...
* gobject/tut_gtype.xml:
fix internal link, little XXX cleanup
2006-01-07 21:08:17 +00:00
Matthias Clasen
9090c67afc
2.9.2
2006-01-06 05:07:47 +00:00
Matthias Clasen
9d69eab963
additions
2005-12-24 07:49:51 +00:00
Matthias Clasen
ce4648d362
Document G_TYPE_HASH_TABLE.
...
2005-12-19 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gboxed.sgml: Document G_TYPE_HASH_TABLE.
2005-12-19 21:31:49 +00:00
Tim Janik
2e6faeec59
corrected floating reference documentation.
...
Mon Dec 12 15:31:41 2005 Tim Janik <timj@imendio.com>
* gobject/tmpl/objects.sgml: corrected floating reference documentation.
2005-12-12 14:32:27 +00:00
Matthias Clasen
eff8046fcc
2.9.1
2005-12-09 18:05:25 +00:00
Matthias Clasen
dfbaeca45b
Document n_preallocs as ignored.
...
2005-12-07 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gparamspec.sgml:
* gobject/tmpl/gtype.sgml: Document n_preallocs as
ignored.
2005-12-07 15:57:28 +00:00
Matthias Clasen
0b5560da8b
Add versioned deprecation information
2005-12-05 15:38:54 +00:00
Matthias Clasen
a59e49a545
Updates
...
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/generic_values.sgml:
* glib/tmpl/trees-nary.sgml:
* glib/tmpl/linked_lists_double.sgml:
* glib/tmpl/linked_lists_single.sgml:
* glib/tmpl/memory_chunks.sgml:
* glib/tmpl/allocators.sgml:
* glib/tmpl/macros_misc.sgml: Updates
* glib/Makefile.am: Ignore gmirroringtable.h
2005-12-05 06:01:10 +00:00
Matthias Clasen
9adc9c942d
Document GObject API additions
2005-11-27 20:09:13 +00:00
Matthias Clasen
d9d75c48de
Document GObject api additions
2005-11-27 20:08:59 +00:00
Matthias Clasen
f59aac306d
Prepare for 2.9.0
2005-11-17 21:33:07 +00:00
Matthias Clasen
c0cffcf51b
Document g_value_set_instance(), ( #319885 , Milosz Derezynski)
...
2005-10-26 Matthias Clasen <mclasen@redhat.com>
* gobject/gobject-sections.txt:
* gobject/tmpl/generic_values.sgml: Document g_value_set_instance(),
(#319885 , Milosz Derezynski)
2005-10-27 02:54:30 +00:00
Matthias Clasen
6f3e44dc4f
Add new indices
2005-08-26 19:28:26 +00:00
Matthias Clasen
4bf14f1c4e
2.8.1
2005-08-23 04:35:33 +00:00
Matthias Clasen
d75bbbb124
Fix some formatting problems.
2005-08-15 18:45:27 +00:00
Matthias Clasen
6de0ca7807
2.8.0
2005-08-12 17:18:55 +00:00
Stepan Kasal
1200dbdc98
two stylistic fixes
2005-08-12 09:27:49 +00:00
Stepan Kasal
29e635059f
fix typos
2005-08-10 11:07:55 +00:00
Stepan Kasal
38610c0a36
manual emulation of refresh of manual pages
2005-08-10 10:49:46 +00:00
Stepan Kasal
0169468c8c
Fix typos: invokation -> invocation.
2005-08-10 10:46:55 +00:00
Matthias Clasen
bda683f786
Small fixes.
...
2005-08-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gparamspec.sgml:
* glib/tmpl/types.sgml:
* glib/tmpl/option.sgml: Small fixes.
2005-08-06 03:40:07 +00:00
Matthias Clasen
776c3a8bd8
Small fixes
...
2005-08-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/generic_values.sgml: Small fixes
2005-08-05 20:40:52 +00:00
Matthias Clasen
138f260fbc
2.7.2
2005-07-08 15:48:32 +00:00
Matthias Clasen
ec872e77c7
Add the "new in 2.8" index.
...
2005-07-08 Matthias Clasen <mclasen@redhat.com>
* gobject/gobject-docs.sgml:
* glib/glib-docs.sgml: Add the "new in 2.8" index.
2005-07-08 15:04:29 +00:00
Matthias Clasen
f77e7d1272
Add an example
2005-07-05 05:54:42 +00:00
Matthias Clasen
399b0456ce
2.7.1
2005-06-30 21:01:58 +00:00
Mathieu Lacage
15c7e35b33
fix typo reported by Hong Gang XU.
...
2005-06-16 Mathieu Lacage <mathieu@gnome.org>
* gobject/tut_gtype.xml: fix typo reported by Hong Gang XU.
2005-06-16 07:46:37 +00:00
Mathieu Lacage
8db223409d
fix lots of typos, some of which were reported by Leonardo Boshell.
...
2005-05-25 Mathieu Lacage <mathieu@gnome.org>
* gobject/tut_*.xml: fix lots of typos,
some of which were reported by Leonardo Boshell.
2005-05-27 12:04:54 +00:00
Matthias Clasen
5ece1d7388
Mention 64bit integer types.
...
2005-05-13 Matthias Clasen <mclasen@redhat.com>
* gobject/glib-genmarshal.1:
* gobject/glib-genmarshal.xml: Mention 64bit integer
types.
2005-05-13 18:09:01 +00:00
Matthias Clasen
bc9e9efbaf
Add long descriptions.
...
2005-05-09 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/value_collection.sgml:
* gobject/tmpl/gboxed.sgml:
* gobject/tmpl/enumerations_flags.sgml:
* gobject/tmpl/objects.sgml: Add long descriptions.
2005-05-09 05:25:21 +00:00
Owen Taylor
2ae1a46b4c
Add g_object_add/remove_toggle_ref() functions to get notification when a
...
2005-05-05 Owen Taylor <otaylor@redhat.com>
* gobject.[ch] gobject.symbols: Add
g_object_add/remove_toggle_ref() functions to get notification
when a reference count is the last remaining reference; this
enables better memory management for language bindings.
(http://mail.gnome.org/archives/gtk-devel-list/2005-April/msg00095.html )
2005-05-05 Owen Taylor <otaylor@redhat.com>
* glib/gdataset.[ch] glib/gdatasetprivate.h: Add
g_datalist_set/unset_flags(), g_datalist_get_flags() functions
to squeeze some bits into a GDataSet... this is needed for
efficient implementation of toggle references in GObject.
* tests/gobject/references.c tests/gobject/Makefile.am:
Add a test case for weak and toggle references.
* glib/gfileutils.[ch]: Rename g_file_replace() back
to g_file_set_contents().
* glib/glib.symbols: Update.
2005-05-05 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am glib/glib-sections.txt gobject/gobject-sections.txt:
Update
* gobject/tmpl/objects.sgml: Document toggle-references.
2005-05-05 14:57:29 +00:00
Matthias Clasen
728ab5ff7e
Small additions.
...
2005-05-02 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml:
* gobject/tmpl/generic_values.sgml:
* gobject/tmpl/gtype.sgml:
* gobject/tmpl/value_arrays.sgml:
* gobject/tmpl/param_value_types.sgml:
* gobject/tmpl/gtypemodule.sgml:
* gobject/tmpl/enumerations_flags.sgml: Small additions.
2005-05-02 15:29:43 +00:00
Matthias Clasen
5374882914
Additions
2005-05-01 22:02:16 +00:00
Matthias Clasen
a82bcb3107
Add a boxed type for GDate. ( #301787 , Tim-Philipp Müller)
...
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gobject.symbols:
* gboxed.h (G_TYPE_DATE):
* gboxed.c: Add a boxed type for GDate. (#301787 , Tim-Philipp
Müller)
2005-04-29 18:33:41 +00:00
Stefan Kost
0979140060
all interface examples use 'interface' instead of 'class'
2005-04-23 09:50:36 +00:00
Stefan Kost
f57a5c33c3
add missing image
2005-04-22 18:34:41 +00:00
Stefan Kost
9ce3590d4e
merged in docs form the gobject tutorial
2005-04-22 10:27:37 +00:00
Matthias Clasen
4bd613efc4
Don't copy strings which are marked as static. Don't allow non-canonical
...
2005-03-20 Matthias Clasen <mclasen@redhat.com>
* gparam.c (g_param_spec_internal): Don't copy strings
which are marked as static. Don't allow non-canonical static
names.
* gparam.h (GParamFlags): Add G_PARAM_STATIC_{NAME,NICK,BLURB}
flags. (#160655 , Ben Maurer)
2005-03-21 04:55:26 +00:00
Matthias Clasen
e42c2fc58f
Apply patches by Stefan Kost to document naming restrictions. ( #167614 )
...
2005-03-07 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gtype.sgml:
* gobject/tmpl/param_value_types.sgml:
* gobject/tmpl/gparamspec.sgml: Apply patches by
Stefan Kost to document naming restrictions. (#167614 )
2005-03-08 04:43:00 +00:00
Matthias Clasen
56396d4897
Fix an example. ( #164269 , Sebastian Bacher)
...
2005-01-16 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/enumerations_flags.sgml: Fix an
example. (#164269 , Sebastian Bacher)
2
2005-01-17 03:16:29 +00:00
Matthias Clasen
3d1e4844bb
2.6.1
2005-01-07 16:58:16 +00:00
Matthias Clasen
38c39a7cfd
Small addition. ( #145158 , Mariano Suárez-Alvarez)
...
2005-01-04 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Small addition. (#145158 ,
Mariano Suárez-Alvarez)
2005-01-04 18:40:02 +00:00
Matthias Clasen
5d679e08e7
Fix a typo. ( #161713 , Vincent Untz)
...
2004-12-20 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Fix a typo. (#161713 ,
Vincent Untz)
2004-12-20 14:20:25 +00:00
Matthias Clasen
32247a04c6
2.6.0
2004-12-16 05:48:25 +00:00
Matthias Clasen
80aded0d23
*** empty log message ***
2004-12-15 13:55:34 +00:00
Mathieu Lacage
f09a5d8ac2
fix typo
2004-11-05 08:45:17 +00:00
Mathieu Lacage
be092b4ac4
integrate patches by Sylvain Foret
2004-11-05 07:33:28 +00:00
Mathieu Lacage
b7d67f62ec
improve a bit the introduction
2004-11-04 15:14:23 +00:00
Mathieu Lacage
7d30332bab
forgot to add this file.
2004-11-04 14:55:05 +00:00
Mathieu Lacage
acba30a9eb
integrate patch from Stefan Kost
2004-11-04 14:52:33 +00:00
Matthias Clasen
933afd0277
Add a 2.6 index.
2004-10-26 16:13:20 +00:00
Matthias Clasen
5a6df6dd65
Documentation fixes.
2004-10-26 16:10:52 +00:00
Matthias Clasen
034fef999e
Typo fix.
2004-10-24 01:25:42 +00:00
Matthias Clasen
481fe81c06
Rename first parameter to check_data, since apparently the system headers
...
2004-10-23 Matthias Clasen <mclasen@redhat.com>
* gtype.h (GTypeInterfaceCheckFunc): Rename first parameter to
check_data, since apparently the system headers on AIX leak a
macro named func_data. (#155178 , Andrea Campi)
2004-10-24 01:22:30 +00:00
Matthias Clasen
2118d96318
Improve the docs for g_object_get_property(). ( #153424 , Stefan Kost)
...
2004-10-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Improve the docs for
g_object_get_property(). (#153424 , Stefan Kost)
2004-10-05 19:44:33 +00:00
Matthias Clasen
0523aca07c
Improve docs for g_signal_add_emission_hook. ( #154299 , Nickolay V.
...
2004-10-03 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Improve docs for
g_signal_add_emission_hook. (#154299 , Nickolay V. Shmyrev)
2004-10-04 02:36:14 +00:00
Matthias Clasen
7f014a1ff3
2.5.2
2004-08-25 05:02:57 +00:00
Soeren Sandmann
0192c59937
=== Released 2.5.0 ===
...
Sun Jul 18 19:40:30 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === Released 2.5.0 ===
* Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
2004-07-18 17:44:23 +00:00
Mathieu Lacage
7825b925de
fill in ulinks
2004-07-16 06:56:20 +00:00
Mathieu Lacage
80b6ffc717
apply patch by stefan Kost
2004-07-16 06:37:58 +00:00
Matthias Clasen
8414d97c5b
Add g_type_module_register_enum() and g_type_module_register_flags().
...
Tue Jul 6 00:54:38 2004 Matthias Clasen <maclas@gmx.de>
* gobject/gobject-sections.txt:
* gobject/tmpl/gtypemodule.sgml: Add g_type_module_register_enum()
and g_type_module_register_flags().
2004-07-06 04:56:36 +00:00
Mathieu Lacage
47d4ea5f83
integrate the last changes by Stefan
2004-06-10 20:21:59 +00:00
Mathieu Lacage
75a9e23f18
Fix a typo reported by Laurent Lemaitre. Tweak the GType section on instiable objects and update the change list.
2004-06-10 11:00:53 +00:00
Mathieu Lacage
33129dca91
add chain up section
2004-06-10 09:41:43 +00:00
Mathieu Lacage
9af6ab55db
commit first patches from stefan, work on the chaining up section
2004-06-09 20:22:04 +00:00
Matthias Clasen
73f130eab5
Fix the docs for G_DEFINE_TYPE() and friends. ( #143800 , Crispin Flowerday)
...
Sun Jun 6 23:20:42 2004 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gtype.sgml: Fix the docs for G_DEFINE_TYPE()
and friends. (#143800 , Crispin Flowerday)
2004-06-07 03:22:17 +00:00
Matthias Clasen
16cc3960d4
Add multiple indices.
...
2004-05-05 Matthias Clasen <mclasen@redhat.com>
* gobject/gobject-docs.sgml:
* glib/glib-docs.sgml: Add multiple indices.
2004-05-05 17:32:12 +00:00
Owen Taylor
df592b6e53
SGML markup fix
2004-03-14 16:35:54 +00:00
Owen Taylor
8e4b5453a7
Document the fact that g_signal_connect_object() does *not* remove the
...
Sun Mar 14 11:00:41 2004 Owen Taylor <otaylor@redhat.com>
* gobject/tmpl/signals.sgml: Document the fact that
g_signal_connect_object() does *not* remove the signal
when the object is disconnected currently and describe
a workaround to prevent memory leaks.
2004-03-14 16:34:23 +00:00
Owen Taylor
81e39b7858
=== Released 2.3.3 ===
...
Tue Feb 24 14:09:21 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===
* configure.in: Version 2.3.3, interface age 0.
2004-02-24 19:27:19 +00:00
Tim Janik
ee4e622d37
applied patch from #131937 with slight renames. provides
...
Fri Feb 20 03:02:05 2004 Tim Janik <timj@gtk.org>
* glib/ghash.[hc]: applied patch from #131937 with slight
renames. provides g_hash_table_find().
2004-02-20 02:05:36 +00:00
Owen Taylor
e009f72e5d
=== Released 2.3.2 ===
...
Thu Jan 22 15:16:11 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.2 ===
2004-01-22 20:20:31 +00:00
Owen Taylor
7ace455394
Add g_timer_continue(). ( #98536 , Tim-Philipp Müller)
...
Thu Jan 22 13:55:44 2004 Owen Taylor <otaylor@redhat.com>
* glib/gtimer.c: Add g_timer_continue().
(#98536 , Tim-Philipp Müller)
* configure.in: Version 2.3.2, interface age 0.
* NEWS: tweak, finish.
2004-01-22 19:56:28 +00:00
Mathieu Lacage
e992ea6fb6
Initial revision
2004-01-22 18:39:45 +00:00
Matthias Clasen
af81f44e66
Improve docs for G_DEFINE_TYPE_* macros.
...
Sun Jan 11 01:25:44 2004 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gtype.sgml: Improve docs for G_DEFINE_TYPE_* macros.
Sun Jan 11 01:25:29 2004 Matthias Clasen <maclas@gmx.de>
* gobject/gobject-sections.txt: Add G_DEFINE_TYPE_EXTENDED.
2004-01-11 00:23:57 +00:00
Matthias Clasen
43da83fdae
Document the new GType boilerplate macros with an example.
...
Sat Jan 10 02:18:32 2004 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gtype.sgml: Document the new GType boilerplate macros
with an example.
2004-01-10 01:16:47 +00:00
Matthias Clasen
f05c39ab42
Document g_type_class_peek_static.
...
Sat Jan 10 01:36:01 2004 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gtype.sgml: Document g_type_class_peek_static.
Sat Jan 10 01:23:58 2004 Matthias Clasen <maclas@gmx.de>
* gobject/gobject-sections.txt: Add g_type_class_peek_static,
G_DEFINE_TYPE, G_DEFINE_TYPE_WITH_CODE, G_DEFINE_ABSTRACT_TYPE,
G_DEFINE_ABSTRACT_TYPE_WITH_CODE, G_IMPLEMENT_INTERFACE.
Sat Jan 10 01:23:01 2004 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/objects.sgml: Update docs of g_object_connect.
Fri Jan 9 23:40:23 2004 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gboxed.sgml:
* gobject/gobject-sections.txt: Add G_TYPE_STRV and GStrv.
2004-01-10 00:34:26 +00:00
Matthias Clasen
b4f769efaf
Add a boxed type for nul-terminated string arrays. ( #110528 )
...
Fri Jan 9 23:41:00 2004 Matthias Clasen <maclas@gmx.de>
* gboxed.h:
* gboxed.c (g_strv_get_type): Add a boxed type for nul-terminated
string arrays. (#110528 )
2004-01-09 22:39:55 +00:00
Tim Janik
ba482c66c3
added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plus
...
Fri Jan 9 15:34:15 2004 Tim Janik <timj@gtk.org>
* gtype.h: added convenience macros G_IMPLEMENT_INTERFACE() and
G_DEFINE_TYPE() plus variants.
2004-01-09 14:40:31 +00:00
Murray Cumming
10bacd6058
Added a lowercase_name option, to be used next to the enum declaration,
...
2003-12-30 Murray Cumming <murrayc@usa.net>
* gobject/glib-mkenums.in: Added a lowercase_name option, to be used
next to the enum declaration, where the flag option is already used,
when it is not possible to guess where to put the underscores in the
_get_type() function name, for instance for GNOMEVFSURIHide.
2003-12-30 10:42:57 +00:00
Matthias Clasen
0f563c0f26
Some rewording.
2003-12-19 20:39:37 +00:00
Owen Taylor
9feec516be
Version 2.3.1, interface age 0.
...
Wed Nov 12 15:06:27 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 2.3.1, interface age 0.
* NEWS: Update for 2.3.1.
2003-11-12 20:28:35 +00:00
Matthias Clasen
eb9b3fbdeb
100%
2003-10-24 23:10:37 +00:00
Owen Taylor
dfa8c540a1
=== Released 2.3.0 ===
...
Thu Oct 23 12:38:24 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* tests/gobject/Makefile.am (dist-hook): Remove
and extra backslash.
* tests/gobject/Makefile.am (EXTRA_DIST): Add
testmarshal.list.
* glib/Makefile.am (libglib_2_0_la_SOURCES): Add
missing gunicode-private.h.
* tests/testglib.c (main): Fix a warning.
* tests/gobject/ifaceinherit.c: Remove check that
wasn't supposed to work (adding an interface already
added to the derived class to the base class),
fix a bug.
2003-10-23 22:42:31 +00:00
Matthias Clasen
d619ee159b
Additions.
...
Tue Oct 21 23:29:54 2003 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gtypemodule.sgml:
* gobject/tmpl/enumerations_flags.sgml:
* gobject/tmpl/gtype.sgml: Additions.
2003-10-21 21:49:21 +00:00
Matthias Clasen
28f255d1d0
Add "Since 2.4" markers where appropriate.
...
Tue Oct 21 23:09:15 2003 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gparamspec.sgml:
* gobject/tmpl/param_value_types.sgml:
* gobject/tmpl/gtype.sgml:
* gobject/tmpl/signals.sgml: Add "Since 2.4" markers where
appropriate.
2003-10-21 21:10:26 +00:00
Owen Taylor
4d3e3f0bd9
Document interface properties and GParamSpecOverride.
...
Tue Oct 14 17:45:33 2003 Owen Taylor <otaylor@redhat.com>
* gobject/gobject-sections.txt gobject/tmpl/objects.sgml
gobject/tmpl/param_value_types.sgml gobject/tmpl/gparamspec.sgml:
Document interface properties and GParamSpecOverride.
2003-10-21 19:14:04 +00:00
Matthias Clasen
4a29291187
Documentation additions.
2003-10-20 20:07:45 +00:00