summaryrefslogtreecommitdiff
path: root/gladeui/glade-id-allocator.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed C89 compile (bug 444045, fix by Jens Granseuer)Tristan Van Berkom2007-06-061-2/+2
| | | | | | | * gladeui/glade-id-allocator.c: Fixed C89 compile (bug 444045, fix by Jens Granseuer) svn path=/trunk/; revision=1337
* Performed house cleaning. - Use g_slice_new where appropriate. - HideVincent Geddes2007-04-211-11/+27
| | | | | | | | | | | * glade-id-allocator.c, glade-id-allocator.h: Performed house cleaning. - Use g_slice_new where appropriate. - Hide private implementation details. - Added g_return_if_fail guards. * gladeui/glade-project.c: Use GladeIDAllocator for allocating unsaved numbers. svn path=/trunk/; revision=1264
* Reorganised package structure, moved a lot of files and directories.Tristan Van Berkom2007-01-231-0/+174
* Reorganised package structure, moved a lot of files and directories. Modified the Makefile.am in most directories. * po/POTFILES.in, po/POTFILES.skip: Update for reorganisation. * configure.ac: Add files to AC_CONFIG_FILES. Change AC_CONFIG_SRCDIR. svn path=/trunk/; revision=1050