summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Expand)AuthorAgeFilesLines
* - Now child menu items are selectable (fixed event handling for widgets th...Tristan Van Berkom2007-07-241-1/+8
* Dont add objects to a project that already contains the said object.Tristan Van Berkom2007-07-242-1/+6
* Made glade_util_queue_draw_nodes --> glade_util_draw_selection_nodes()Tristan Van Berkom2007-07-245-51/+20
* Set custom label on the property editor sensitive/insensitive according toTristan Van Berkom2007-07-241-2/+9
* Rolling 3.3.2GLADE_3_3_2Tristan Van Berkom2007-07-231-2/+0
* - Fixed order in which we setup packing actions when adding/replacingTristan Van Berkom2007-07-231-5/+27
* Added parent options in placeholder context menus.Tristan Van Berkom2007-07-231-30/+25
* Adding convenience funcs that help with debugging property values inTristan Van Berkom2007-07-232-0/+82
* remove shadow effectVincent Geddes2007-07-211-1/+3
* - Use cairo instead of GdkGC to draw frame. - Draw slightly darker borderVincent Geddes2007-07-201-28/+34
* fixed memory leaks of description strings in usage ofTristan Van Berkom2007-07-188-29/+112
* translate action name in gwa_action_update_from_node()Juan Pablo Ugarte2007-07-181-14/+26
* Do not override GtkWidget::event(). Ensures that child widgets onlyVincent Geddes2007-07-181-86/+59
* Make header file look pretty.Vincent Geddes2007-07-181-5/+5
* Dont connect event handlers to child objects of fixed containers that aregdl-integration-branchpointTristan Van Berkom2007-07-171-1/+5
* simplified displayable value message inJuan Pablo Ugarte2007-07-171-39/+3
* Removed glade_app_widget_event() and the "widget-event" signalTristan Van Berkom2007-07-175-84/+37
* untranslate the "half translated" warning message inTristan Van Berkom2007-07-171-1/+1
* Update to use G_DEFINE_TYPE macros. Removed the manual peeks to get theBINDINGS_BRANCHPOINTVincent Geddes2007-07-124-106/+66
* added gwa_displayable_values_check() and use it to check for displayableJuan Pablo Ugarte2007-07-122-20/+30
* s/GLADE_CREATE_REASON/GLADE_TYPE_CREATE_REASON/.Vincent Geddes2007-07-111-1/+1
* Ref project when adding it to the app.Vincent Geddes2007-07-111-0/+2
* Removed bindings framework since now all binding work will be doneJuan Pablo Ugarte2007-07-118-359/+9
* fix bug with regards to setting the project as unmodified when undoing theVincent Geddes2007-07-101-16/+32
* Initialize threading system (#406039).Vincent Geddes2007-07-091-2/+2
* skip properties that are not readable in glade_property_load_impl() (fixesJuan Pablo Ugarte2007-07-061-1/+2
* Fix some mishandled dgettext operations (#453105).Vincent Geddes2007-07-041-29/+69
* New method glade_app_new().Vincent Geddes2007-07-042-0/+9
* set glade_widget_adaptor_child_verify_property() value parameter asJuan Pablo Ugarte2007-07-033-9/+28
* Upgrade to g_slice_new().Vincent Geddes2007-07-031-5/+7
* Properly handle dgettext() operations (#453105, Christian Persch).Vincent Geddes2007-07-022-11/+25
* Properly handle dgettext() operations (#453105, Christian Persch).Vincent Geddes2007-07-022-8/+17
* Revert last change. Do not free catalogs in finalize as a result ofVincent Geddes2007-07-021-1/+2
* Add glade_catalog_destroy_all(). Use g_slice_new() for mem allocation.Vincent Geddes2007-07-014-143/+173
* s/has-unsaved-changes/modified/Vincent Geddes2007-06-291-2/+2
* Rename glade_project_get_has_unsaved_changes() toVincent Geddes2007-06-292-59/+102
* Moved gladeui/fixed_bg.xpm to plugins/gtk+/fixed-bg.xpm. The graphic isVincent Geddes2007-06-292-19/+1
* HIGify query dialog.Vincent Geddes2007-06-281-4/+23
* Set log domains "GladeUI-GTK" and "GladeUI-GNOME" respectively.Vincent Geddes2007-06-282-13/+15
* Simplify GladeItemAppearance enumVincent Geddes2007-06-281-1/+1
* Move GladeItemAppearance enum from glade-palette-item.h to glade-palette.hVincent Geddes2007-06-284-12/+7
* gladeui/glade-popup.[ch] - added packing actions to placeholdersJuan Pablo Ugarte2007-06-279-27/+56
* print a message for missing displayable values inJuan Pablo Ugarte2007-06-261-28/+82
* Cygwin build fixes. Only apply "-mwindows" ld flag if we are in unstableVincent Geddes2007-06-261-2/+6
* Set log domain for libgladeui to "GladeUI".Vincent Geddes2007-06-241-0/+1
* Fix "missing prototype" errors reported by gcc due to increased warningVincent Geddes2007-06-2114-30/+39
* Use gnome-common macro for WARN_CFLAGS. Bug #399134.Christian Persch2007-06-211-3/+3
* Misc cleanups.Vincent Geddes2007-06-213-19/+10
* Remember notebook page when reconstructing (Fixes bug 394382)Tristan Van Berkom2007-06-212-0/+3
* Set up documentation for GladeInspector.Vincent Geddes2007-06-202-7/+27