summaryrefslogtreecommitdiff
path: root/gladeui/glade-name-context.c
Commit message (Collapse)AuthorAgeFilesLines
* Headers cleanupJuan Pablo Ugarte2020-09-211-0/+1
| | | | Add missing copyright notes
* Fix misc gir scanner warningsJuan Pablo Ugarte2020-06-191-0/+7
|
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-1/+1
|
* glade-name-context.[ch]: Removing glade_name_context_dual_new_name()Tristan Van Berkom2016-01-271-61/+0
| | | | | This is an artifact from older glades which supported name collisions in separate toplevel windows within the same glade file.
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-12/+10
| | | | Fixed function prototype identation and spacing.
* * 41 files: Fixed typo in LGPL License file headers.Tristan Van Berkom2011-01-241-1/+1
|
* * gladeui/glade-project.c, gladeui/glade-id-allocator.c: Dont index unallocatedTristan Van Berkom2011-01-031-11/+24
| | | | | | memory when releasing a widget name that was never allocated (this can happen for loaded widgets with a number), fixes crash when setting naming policy for glom_developer.glade.
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-154/+152
| | | | | | | | | | | | | indent \ --braces-after-if-line \ --case-brace-indentation0 \ --case-indentation2 \ --braces-after-struct-decl-line \ --line-length80 --no-tabs \ --dont-line-up-parentheses \ --continuation-indentation4 \ --continue-at-parentheses \ --honour-newlines --tab-size8 --indent-level2 -nbbo
* Relicensed LGPL.Tristan Van Berkom2008-12-111-13/+13
| | | | | | | | | | | | | | | | | * gladeui/glade-name-context.[ch], gladeui/glade-editable.[ch]: Relicensed LGPL. * plugins/gtk+/glade-image-editor.c, plugins/gtk+/glade-image-item-editor.c, plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-label-editor.c, plugins/gtk+/glade-cell-renderer-editor.c, plugins/gtk+/glade-tool-button-editor.c, gladeui/glade-editor-table.c, gladeui/glade-base-editor.c: Now editable portions of properties dont expand in tables, leaving more freedom for labels to expand in tight spots, no more item_labels in radio buttons (they dont expand). * gladeui/glade-widget-adaptor.c: Fixed regression, now disabled classes are not reinstalled in subclasses. svn path=/trunk/; revision=2065
* Encapsulated name tracking mechanismTristan Van Berkom2008-10-161-0/+241
* gladeui/Makefile.am, gladeui/glade-name-context.[ch]: Encapsulated name tracking mechanism * gladeui/glade-project.c, gladeui/glade-command.c: Now added a naming policy to the project with prefs and load/save support + a glade command to set it - also revamped the prefs dialog, it also pops up automatically for new projects. * gladeui/glade-editor.c, gladeui/glade-editor-property.c, gladeui/glade-property-class.c, gladeui/glade-property.c, gladeui/glade-widget.c: All effected since now glade_property_class_make_gvalue_from_string () needs a GladeWidget argument to do hierachic context sensitive searches... that and naming is much cleaner now. * src/glade-window.c: remember to pass ownership of the project to the app. * plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-column-types.c, plugins/gtk+/glade-model-data.c: BEWARE: Dangerous and still a work in progress. svn path=/trunk/; revision=1972