summaryrefslogtreecommitdiff
path: root/gladeui/glade-design-view.c
Commit message (Expand)AuthorAgeFilesLines
* GladeProject: cleanup disposeJuan Pablo Ugarte2020-08-051-1/+5
* gladeui: Fix wrong pointer convertion in GladeDesignViewCorentin Noël2019-09-131-29/+56
* gladeui: Fix crash on drag-n-dropCorentin Noël2019-09-041-7/+4
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeDesignViewCorentin Noël2019-08-201-36/+40
* Prevent dragging an ancestor inside a childCorentin Noël2019-08-041-12/+21
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-0/+18
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-1/+1
* GladeDesignView: set selected layout stateJuan Pablo Ugarte2018-01-301-46/+36
* GladeDesignView,GladePlaceholder: use gtk_popover_popup() instead of gtk_widg...Juan Pablo Ugarte2017-12-301-1/+1
* Rename GladeAdaptorChooser to GladeAdaptorChooserWidgetJuan Pablo Ugarte2017-12-301-8/+10
* GladeDesignView: include all widget in widget chooserJuan Pablo Ugarte2017-12-301-1/+2
* GladeDesignView: get color properly for context style to draw glade logoJuan Pablo Ugarte2016-03-141-15/+6
* GladeDesignView: on_chooser_adaptor_selected() destroy popup instead of widge...Juan Pablo Ugarte2016-03-141-2/+1
* GladeDesignView: always render glade log as background using transprent fg colorJuan Pablo Ugarte2016-01-281-48/+50
* Fix use of GTK+ style context APIsMatthias Clasen2015-12-111-3/+7
* GladeAdaptorChooser: created new widget to choose an adaptor.Juan Pablo Ugarte2014-05-131-0/+45
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-6/+3
* Correct bounds checking for design view highlightChris Johns2014-03-141-1/+1
* Drag&Drop clean up.Juan Pablo Ugarte2013-08-191-299/+223
* Converted GladeBaseEditor, GladeDesignView and GladePalette to be GtkBox subc...Tristan Van Berkom2013-05-071-1/+3
* GladeDesignView: Remove some of the hacks in Drag and DropTristan Van Berkom2013-04-041-47/+5
* HACK: Allow GtkLayout to have children dragged into it at mouse position.Tristan Van Berkom2013-04-031-4/+4
* Removed GladeDesignView shadow since it is ussually packed in a notebookJuan Pablo Ugarte2013-03-121-3/+0
* 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
* Implemented inline Drag and DropJuan Pablo Ugarte2013-01-181-168/+412
* Added Drag&Drop support from the palette.Juan Pablo Ugarte2013-01-181-0/+196
* Render bg in GladeDesignLayout and GladeDesignViewJuan Pablo Ugarte2012-10-081-4/+14
* Removed use of custon style providers. Fixes color problems in adwaita themesJuan Pablo Ugarte2012-10-071-10/+2
* Removed use of deprecated GtkHBox, GtkVBox and othersJuan Pablo Ugarte2012-04-281-1/+1
* Added custom style provider to setup viewport background color to @base_colorJuan Pablo Ugarte2012-04-271-23/+13
* Added workaround for child bg bug on Adwaita theme on the workspace.Juan Pablo Ugarte2011-11-031-5/+9
* Optimized project loading time by not updating progrebars on each object loaded.Juan Pablo Ugarte2011-04-131-88/+64
* * gladeui/glade-design-layout.c:Juan Pablo Ugarte2011-03-021-0/+1
* * gladeui/glade-project.[ch]: added accessor for toplevel listJuan Pablo Ugarte2011-02-021-0/+5
* * gladeui/glade-design-layout.c:Juan Pablo Ugarte2011-02-021-18/+19
* * gladuei/glade-design-private.h, gladeui/glade-design-layout.[ch],Tristan Van Berkom2011-02-011-10/+10
* * gladeui/glade-design-view.c: unified if statements in glade_design_view_s...Juan Pablo Ugarte2011-01-311-15/+13
* * gladeui/glade-design-layout.c:Juan Pablo Ugarte2011-01-311-44/+67
* * gladeui/glade-design-view.[ch]:Juan Pablo Ugarte2011-01-311-22/+68
* * gladeui/glade-app.c: replaced GladeDesignLayout API with the new private oneJuan Pablo Ugarte2011-01-291-64/+54
* * gladeui/glade-design-view.c: added a label at the end of the layout box t...Juan Pablo Ugarte2011-01-291-3/+4
* * gladeui/glade-design-view.c:Juan Pablo Ugarte2011-01-261-3/+17
* * gladeui/glade-design-view.c:Juan Pablo Ugarte2011-01-251-7/+91
* 2011-01-22 Juan Pablo Ugarte <juanpablougarte@gmail.com>Juan Pablo Ugarte2011-01-231-0/+9
* * gladeui/glade-design-view.c: Made it a no-show-all widget.Tristan Van Berkom2011-01-051-3/+6
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-157/+168
* * gladeui/glade-design-view.c: Made loading progress bar nicer looking and e...Tristan Van Berkom2010-12-291-2/+9
* Set progress bar to show text.Tristan Van Berkom2010-12-221-0/+1
* * gladeui/glade-project.c: Added "parse-began" signalTristan Van Berkom2010-12-221-10/+67