summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wrap Gio::InetAddressJonathon Jongsma2009-06-177-2/+160
|
* Gio::File::load_contents() override to allow ignoring the etag contents. ↵Hubert Figuiere2009-06-174-1/+144
| | | | (Bug #581349)
* Modify extra defs generation utility to accept a custom is_a_pointer() function.José Alburquerque2009-06-163-16/+53
|
* Build static libraries correctly under Windows/MinGWAlexander Shaduri2009-05-314-1/+30
| | | | | | | | | | | * configure.ac: Define GLIBMM_STATIC_LIB and GIOMM_STATIC_LIB when --enable-static is specified. * gio/giommconfig.h.in: Add GIOMM_STATIC_LIB and don't define GIOMM_DLL when using MinGW unless GIOMM_STATIC_LIB is defined. * glib/glibmmconfig.h.in: Add GLIBMM_STATIC_LIB and don't define GLIBMM_DLL when using MinGW unless GLIBMM_STATIC_LIB is defined. Signed-off-by: Armin Burgmeier <armin@arbur.net>
* Made gmmproc work on WindowsArmin Burgmeier2009-05-312-3/+13
| | | | | * tools/pm/Output.pm: Made gmmproc work on Windows, so that it is possible to build glibmm and friends directly from git.
* Corrected stray semicolons to fix the build with exceptions disabled.José Alburquerque2009-05-263-2/+8
|
* Fix --module option in enum.pl to workSiavash Safi2009-05-192-1/+5
|
* update .gitignoreJonathon Jongsma2009-05-181-0/+10
|
* wrap Gio::FileIOStreamJonathon Jongsma2009-05-184-1/+222
|
* wrap Gio::IOStreamJonathon Jongsma2009-05-184-1/+147
|
* Fix build breakage due to comments in documentationJonathon Jongsma2009-05-182-0/+52
|
* add Gio::Cancellable::connect() and disconnect()Jonathon Jongsma2009-05-173-0/+39
|
* update gio_methods.defs and gio_docs.xmlJonathon Jongsma2009-05-173-1994/+9057
|
* Fix non-sourcedir build failureTheppitak Karoonboonyanan2009-05-161-1/+1
| | | | | | | Reference to generated beautify_docs.py in builddir, not srcdir. Bug #581319 Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net>
* Make .doap file valid with mailto:Jonathon Jongsma2009-05-162-3/+8
|
* Add small Glib::Property exampleJonathon Jongsma2009-05-166-1/+99
| | | | | | | | | * examples/properties/Makefile.am * examples/properties/properties_example.cc * .gitignore * configure.ac * examples/Makefile.am: add a brief example of using properties with a Glib::Object-derived class
* Type registration: Ignore NULL GTypes, preventing crashes.Murray Cumming2009-05-143-3/+30
| | | | | | | | * glib/glibmm/wrap.cc: wrap_register(): Silently ignore NULL GTypes. * glib/glibmm/class.cc: register_derived_type(): Silently ignore NULL GTypes. Use g_strconcat() instead of ustring+= to maybe make it more efficient. This helps gstreamermm, which may try to use type names of plugins that are not actually available on the system.
* Allow comparison of const and non-const ustring iteratorsChris Vine2009-05-062-12/+19
| | | | | | | * glib/glibmm/ustring.h (ustring_Iterator<>): Turn the relational operators into non-templated functions, and rely on the implicit conversion of ustring::iterator to ustring::const_iterator. This makes the operators work with mixed argument types. (bgo #580773)
* add .gitignore fileJonathon Jongsma2009-04-271-0/+204
|
* Remove gtk_text_iter docs translation as murrayc suggested.Johannes Schmid2009-04-251-1/+0
|
* Fixed the regular expressions in the doc generation as Daniel suggestedJohannes Schmid2009-04-251-3/+3
| | | | Use ^prefix instead of just prefix.
* Fix #568490 – gmmproc: gtk_accel_map_*() not substituted in documentationJohannes Schmid2009-04-252-4/+44
| | | | | Fixed by adding some more special cases to the doc generation. Also fixes the same issue for most methods where the .defs file do not mention an object.
* Remove dot in DOAP descriptionOlav Vitters2009-04-231-1/+1
|
* add category to doap fileJonathon Jongsma2009-04-221-4/+1
|
* fix shortdescHubert Figuiere2009-04-211-3/+1
|
* fix XML (was causing the git post hook to barf)Hubert Figuiere2009-04-211-1/+1
|
* added doap fileHubert Figuiere2009-04-211-0/+35
|
* Rename configure.in to configure.acDaniel Elstner2009-03-267-5/+14
| | | | | | | | | | | * configure.ac: Rename from configure.in. * autogen.sh: Fix reference to configure.in. * MSVC_Net2005/glibmm/Makefile.am: ditto, * MSVC_Net2005/giomm/Makefile.am: ditto, * MSVC_Net2008/glibmm/Makefile.am: ditto, * MSVC_Net2008/giomm/Makefile.am: ditto. svn path=/trunk/; revision=810
* Use DK_ARG_ENABLE_WARNINGS() to replace custom M4 macroDaniel Elstner2009-03-268-73/+143
| | | | | | | | | | | | | | * scripts/dk-warn.m4: New file defining DK_ARG_ENABLE_WARNINGS(). * scripts/macros.m4: Remove the old GTKMM_ARG_ENABLE_WARNINGS(). * configure.in: Use new macro DK_ARG_ENABLE_WARNINGS() to set the Makefile variable $(GLIBMM_WXXFLAGS). * build_shared/Makefile_build.am_fragment (all_includes): Prepend $(GLIBMM_WXXFLAGS). * tools/extra_defs_gen/Makefile.am (INCLUDES): ditto, * examples/Makefile.am_fragment (all_includes): ditto, * tests/Makefile.am_fragment (INCLUDES): ditto. svn path=/trunk/; revision=809
* Remove stray semicolons to get rid of compiler warningsDaniel Elstner2009-03-262-5/+10
| | | | svn path=/trunk/; revision=808
* Fix generated code to not trigger warningsDaniel Elstner2009-03-262-3/+10
| | | | | | | * tools/m4/list.m4 (GP_LIST_FIND): Rewrite the two find() loops to avoid a GCC warning about a lone semicolon as a loop body. svn path=/trunk/; revision=806
* Remove broken definitions - mostly functions that take function pointers.Murray Cumming2009-03-254-92/+10
| | | | | | | | | | | 2009-03-25 Murray Cumming <murrayc@murrayc.com> * glib/src/glib_enums.defs: * glib/src/glib_functions.defs: Remove broken definitions - mostly functions that take function pointers. I wonder why I did not notice this before. svn path=/trunk/; revision=805
* Fix --disable-api-exceptions buildDaniel Elstner2009-03-2311-135/+300
| | | | | | | | | | | | | | | * glib/src/keyfile.{ccg,hg}: Conditionalize all exception-handling code in order to fix the build with --disable-api-exceptions. * glib/src/regex.hg: ditto, * gio/src/appinfo.ccg: ditto, * gio/src/file.{ccg,hg}: ditto, * gio/src/outputstream.ccg: ditto, * examples/keyfile/main.cc: ditto, * examples/regex/main.cc: ditto, * tests/giomm_ioerror/main.cc: ditto, * tests/giomm_simple/main.cc: ditto. svn path=/trunk/; revision=803
* Remove generated file from repositoryDaniel Elstner2009-03-231-81/+0
| | | | svn path=/trunk/; revision=802
* Forgot bug numbers to recent ChangeLog entries.José Alburquerque2009-03-221-0/+2
| | | | svn path=/trunk/; revision=799
* Added _CUSTOM_CTOR_CAST to _CLASS_GOBJECT for classes that need to includeJosé Alburquerque2009-03-202-0/+19
| | | | | | | | | | 2009-03-19 José Alburquerque <jaalburqu@svn.gnome.org> * tools/m4/class_gobject.m4: Added _CUSTOM_CTOR_CAST to _CLASS_GOBJECT for classes that need to include custom code in their cast and construct_params constructors as is done with _CLASS_GTKOBJECT. svn path=/trunk/; revision=798
* Modified _GET_TYPE_FUNC() to properly work with types like GtkFOOBarJosé Alburquerque2009-03-192-2/+14
| | | | | | | | | | 2009-03-18 José Alburquerque <jaalburqu@svn.gnome.org> * tools/m4/base.m4: Modified _GET_TYPE_FUNC() to properly work with types like GtkFOOBar producing, for example, gtk_foo_bar_get_type() instead of gtk_fo_obar_get_type(). svn path=/trunk/; revision=797
* Added emblem.[h|cc], emblemedicon.[h|cc] and memoryoutputstream.[h|cc] toArmin Burgmeier2009-03-164-2/+64
| | | | | | | | | | | | | 2009-03-16 Armin Burgmeier <armin@openismus.com> * MSVC_Net2005/giomm/giomm.vcproj: * MSVC_Net2008/giomm/giomm.vcproj: Added emblem.[h|cc], emblemedicon.[h|cc] and memoryoutputstream.[h|cc] to the project. * tools/extra_defs_gen/generate_defs_gio.cc: #ifdef-out the unix types on Windows. svn path=/trunk/; revision=796
* bump version update for releaseglibmm-2.20.0Jonathon Jongsma2009-03-163-2/+13
| | | | svn path=/trunk/; revision=794
* Replace nested double quotes in the docs string by single quotes to easeDaniel Elstner2009-03-092-4/+13
| | | | | | | | * tools/extra_defs_gen/generate_extra_defs.cc (get_properties): Replace nested double quotes in the docs string by single quotes to ease the parsing pain of gmmproc. svn path=/trunk/; revision=792
* Increased version.Murray Cumming2009-03-033-2/+12
| | | | svn path=/trunk/; revision=791
* Regenerated, adding FILE_CREATE_REPLACE_DESTINATION andMurray Cumming2009-02-234-13/+31
| | | | | | | | | | | 2009-02-23 Murray Cumming <murrayc@murrayc.com> * gio/src/gio_enums.defs: Regenerated, adding FILE_CREATE_REPLACE_DESTINATION and Error::TOO_MANY_OPEN_FILES. * gio/src/gio_signals.defs: Regenerated. * go/src/mountoperation: Added the aborted signal. svn path=/trunk/; revision=790
* Remove extra ;s on the new signalsl, to avoid compiler warnings.Murray Cumming2009-02-222-3/+10
| | | | | | | | | 2009-02-22 Murray Cumming <murrayc@murrayc.com> * gio/src/drive.hg: Remove extra ;s on the new signalsl, to avoid compiler warnings. svn path=/trunk/; revision=789
* fix distcheckglibmm-2.19.3Jonathon Jongsma2009-02-212-3/+11
| | | | svn path=/trunk/; revision=787
* update for 2.19.3 releaseJonathon Jongsma2009-02-203-1/+24
| | | | svn path=/trunk/; revision=786
* Remove mention of G_GNUC_PRETTY_FUNCTION in comment because a codeDaniel Elstner2009-02-173-3/+8
| | | | | | | | | * glib/glibmm/debug.h: Remove mention of G_GNUC_PRETTY_FUNCTION in comment because a code maintenance tool of André Klapper complained about it. * glib/glibmm/objectbase.cc: Likewise. svn path=/trunk/; revision=785
* Regenerated.Murray Cumming2009-02-069-300/+751
| | | | | | | | | | | | | | | | | 2009-02-06 Murray Cumming <murrayc@murrayc.com> * gio/src/gio_methods.defs: Regenerated. * gio/src/filterinputstream.hg: Added get/set_close_base_stream(). * gio/src/filteroutputstream.hg: Added get/set_close_base_stream(). * gio/src/unixinputstream.hg: Added get_fd() and get/set_close_fd(). * gio/src/unixoutputstream.hg: Added get_fd() and get/set_close_fd(). * gio/src/datainputstream.[hg|ccg]: Added read_until_async(), read_until_finish(), read_line_async() and read_line_finish(). Added documentation for read_until() and read_line(). svn path=/trunk/; revision=784
* Corrected the ChangeLogMurray Cumming2009-02-061-1/+1
| | | | svn path=/trunk/; revision=783
* Added unix types. Regenerated. Added buffer_size property. AddedMurray Cumming2009-02-0611-1/+131
| | | | | | | | | | | | | | | | | | | 2009-02-06 Murray Cumming <murrayc@murrayc.com> * tools/extra_defs_gen/generate_defs_gio.cc: Added unix types. * gio/src/gio_signals.defs: Regenerated. * gio/src/bufferedinputstream.hg: Added buffer_size property. * gio/src/bufferedoutputstream.hg: Added buffer_size and auto_grow properties. * gio/src/datainputstream.hg: Added byte_order and newline_type properties. * gio/src/dataoutputstream.hg: Added byte_order property. * gio/src/filterinputstream.hg: Added close_base_ stream property. * gio/src/filteroutputstream.hg: * gio/src/unixinputstream.hg: Added fd and close_fd properties. * gio/src/unixoutputstream.hg: Added fd and close_fd properties. svn path=/trunk/; revision=782
* Allow pangomm to build outside the source tree. Bug #570216Theppitak Karoonboonyanan2009-02-053-4/+10
| | | | | | | | | | 2009-02-05 Theppitak Karoonboonyanan <thep@linux.thai.net> * docs/reference/Doxyfile.in: * docs/reference/Makefile.am: Allow pangomm to build outside the source tree. Bug #570216 svn path=/trunk/; revision=781