summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Expand)AuthorAgeFilesLines
* Added GladeEditor:class-field read only property.Juan Pablo Ugarte2013-03-061-0/+13
* Fix prototype warning issuesJasper St. Pierre2013-02-254-6/+6
* Update .gitignoreJasper St. Pierre2013-02-251-0/+1
* Fixed typo in stringDaniel Mustieles2013-02-211-1/+1
* Replaced GtkButtonBox with a regular GtkBox to pack clear and info buttonsJuan Pablo Ugarte2013-02-191-5/+2
* Cleaned up code replacing editor->priv with a temp priv variable.Juan Pablo Ugarte2013-02-191-115/+150
* Added GLADE_PAGE_SIGNAL to GladeEditorPageType enumeration.Juan Pablo Ugarte2013-02-192-11/+15
* Added glade_editor_show/hide_class_field()Juan Pablo Ugarte2013-02-192-14/+61
* Moved clear and info buttom to the action widget of the notebook.Juan Pablo Ugarte2013-02-191-14/+45
* Reverting all composite templates support until it lands on GTKJuan Pablo Ugarte2013-01-3115-926/+104
* Removed project parameter check in glade_design_view_set_project()Juan Pablo Ugarte2013-01-221-4/+5
* glade_design_view_set_project(): keep a reference to projectJuan Pablo Ugarte2013-01-221-7/+33
* Use a window style context to render background in the offscreen window.Juan Pablo Ugarte2013-01-221-30/+14
* Implemented inline Drag and DropJuan Pablo Ugarte2013-01-183-227/+627
* Made glade_command_dnd() accept parent and placeholer NULL parameter to paste...Juan Pablo Ugarte2013-01-181-6/+10
* Added Drag&Drop support from the palette.Juan Pablo Ugarte2013-01-184-6/+222
* Replaced buttons with 3 dots [...] for a secondary edit icon in the entry its...Juan Pablo Ugarte2013-01-181-95/+73
* Removed treeview from flags editor.Juan Pablo Ugarte2013-01-181-14/+10
* Do not let every propery input expand if not nescesaryJuan Pablo Ugarte2013-01-181-9/+31
* GladeEditorPropertyBoolClass replaced toggle button with a switch.Juan Pablo Ugarte2013-01-181-25/+15
* Limit the size of the spin button in GladeEPropNumeric when the max value is ...Juan Pablo Ugarte2013-01-181-0/+4
* Fixed bug #688326 "pointer tracking is off" by using every coordinateJuan Pablo Ugarte2013-01-171-18/+34
* Set a background to the offscreen window, so that widgets without a window ad...Juan Pablo Ugarte2013-01-171-17/+29
* Updated to new GtkContainer template API changesJuan Pablo Ugarte2012-11-261-1/+1
* Fixed bug #678922 "When editing a label, the cursor is moved to the end after...Juan Pablo Ugarte2012-11-011-70/+71
* Added missing prototypeJuan Pablo Ugarte2012-10-311-0/+4
* Added a composite templates widget group in palette.Juan Pablo Ugarte2012-10-314-6/+116
* Added GladeApp::widget-adaptor-registered signalJuan Pablo Ugarte2012-10-311-0/+16
* Update GladeEditorProperty label sensitivity on GladeProperty sensitivity not...Juan Pablo Ugarte2012-10-311-6/+12
* Render bg in GladeDesignLayout and GladeDesignViewJuan Pablo Ugarte2012-10-083-23/+56
* Removed use of custon style providers. Fixes color problems in adwaita themesJuan Pablo Ugarte2012-10-073-32/+20
* Fix compilation by checking for gtk_container_class_set_template_from_string()Juan Pablo Ugarte2012-10-071-0/+2
* Fix build errorJuan Pablo Ugarte2012-10-061-1/+1
* Added intitial support for runtime creation and loading of composite templates.Juan Pablo Ugarte2012-10-029-56/+577
* Removed deprecated GDK_THREADS_ENTER/LEAVE() macrosJuan Pablo Ugarte2012-10-021-8/+0
* Do not abort if a project has a uninstantiable or abstract class objectJuan Pablo Ugarte2012-09-062-4/+12
* Fixed runtime warning on GladeBaseEditor and GladeSignalEditor dispose methodsJuan Pablo Ugarte2012-09-062-4/+4
* Do not explicit set window bg as it should be handled by gtk.Juan Pablo Ugarte2012-09-061-10/+0
* Let glade_property_write() save properties to <template> tagsJuan Pablo Ugarte2012-07-181-2/+3
* Implemented template loading and savingJuan Pablo Ugarte2012-07-185-44/+233
* Fixed bug #679487 "Huge memory leaks"Juan Pablo Ugarte2012-07-112-26/+22
* Added glade_displayable_value_is_disabled/set_disabled() functions to disable...Juan Pablo Ugarte2012-06-054-80/+118
* Fixed warning on WIN32 (GPid on windows is not an integer)Juan Pablo Ugarte2012-06-051-3/+13
* Export symbols in glade executable for windows buildJuan Pablo Ugarte2012-05-231-2/+2
* Replaced use of -export-symbols with -export-symbols-regexJuan Pablo Ugarte2012-05-224-27/+6
* Improved error messages on modules loading failure.Juan Pablo Ugarte2012-05-181-3/+10
* try_load_library () only check for file if library_path is not nullJuan Pablo Ugarte2012-05-181-12/+11
* Let g_module_open() be called with NULL so that it looks libraries in default...Juan Pablo Ugarte2012-05-174-27/+30
* Removed glade3 stringJuan Pablo Ugarte2012-05-173-3/+3
* Added glade_init()Juan Pablo Ugarte2012-05-042-73/+84