summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Expand)AuthorAgeFilesLines
* add missing headers to glade.hVincent Geddes2007-12-101-0/+2
* Fix icon theme path for win32Vincent Geddes2007-12-101-1/+1
* added extra variable in glade_widget_embed() to avoid multiples castJuan Pablo Ugarte2007-10-221-6/+7
* fixed variable redeclaration in glade_widget_embed() bug #488977Juan Pablo Ugarte2007-10-221-6/+4
* fixed bug #480495, if the widget is realized we just callJuan Pablo Ugarte2007-10-181-10/+9
* disable GtkImage::stock when edit type is not in stock mode. This fixs aJuan Pablo Ugarte2007-10-152-13/+18
* fixed build with gcc 2.x (again) (bug 469357).Tristan Van Berkom2007-08-221-4/+7
* Marked some properties to be "themed-icon"Tristan Van Berkom2007-08-148-10/+2423
* Made toolbar-style optional & save always (plus it responds well in theTristan Van Berkom2007-08-141-1/+2
* Fixed some funcs that should be staticTristan Van Berkom2007-08-082-4/+3
* Changed "<Type the signal's handler here>" and "<Type the object's nameTristan Van Berkom2007-08-081-2/+2
* glade_editor_property_new_from_widget() added "packing" argument.Tristan Van Berkom2007-08-074-5/+15
* Fix minor typos in messages.Theppitak Karoonboonyanan2007-08-022-2/+2
* Fixed compilation with gcc 2.95 (Bug 461923, fix by Jens Granseuer)Tristan Van Berkom2007-07-311-31/+104
* removed every extra documentation, we keep them empty just becauseJuan Pablo Ugarte2007-07-3024-41/+240
* Fixed placeholder menu to also include actions of the parent widget.Tristan Van Berkom2007-07-252-9/+25
* Added GLADE_TAG_PARENTTristan Van Berkom2007-07-252-4/+48
* Loop through user defined search paths and load catalogs from there first.Tristan Van Berkom2007-07-253-44/+103
* - 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