summaryrefslogtreecommitdiff
path: root/gladeui/glade-design-layout.c
Commit message (Expand)AuthorAgeFilesLines
* GladeDesignLayout: Avoid GTK+ warningsMatthias Clasen2015-11-251-5/+9
* GladeDesignLayout: cursor and button event cleanup.Juan Pablo Ugarte2014-05-201-44/+56
* Sealed deprecated functions gtk_widget_get_margin_left() andJuan Pablo Ugarte2014-05-071-52/+72
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-9/+4
* Drag&Drop clean up.Juan Pablo Ugarte2013-08-191-127/+60
* Fixed rendering issues now that we support GtkOverlay and overlay children ca...Juan Pablo Ugarte2013-08-191-26/+75
* Replaced glade_design_layout_find_inside_container() with new private APIJuan Pablo Ugarte2013-08-191-84/+235
* Fixed leak in glade_design_layout_drag_begin()Juan Pablo Ugarte2013-07-111-0/+1
* Made double click on the toplevel border select the widget even if there is a...Juan Pablo Ugarte2013-07-011-4/+5
* Update widget name when realizing layout to prevent lossing it after a reparent.Juan Pablo Ugarte2013-06-271-8/+23
* Replaced use of cairo_device_to_user() with cairo_translate() cairo_move_to()...Juan Pablo Ugarte2013-06-261-21/+21
* bgo #700730 - Weird windows showing up when a dock is moved while editing a G...Sébastien Granjoux2013-06-261-2/+15
* Fixed drag icon rendering bug. for some reason we need a cairo save/restoreJuan Pablo Ugarte2013-06-061-1/+13
* Fixed drag&drop bug. A bogus drag was being triggered when resizing a widget ...Juan Pablo Ugarte2013-06-061-5/+10
* GladeDesignLayout: added GTK_STYLE_CLASS_BACKGROUND class to default_context,...Juan Pablo Ugarte2013-04-191-0/+1
* GladeDesignLayout, GladePalette: Use class icon and name + widget name as dra...Juan Pablo Ugarte2013-04-191-21/+82
* GladeDesignLayout:Juan Pablo Ugarte2013-04-021-38/+34
* Fixed drag icon creation. Re implemented using gtk_widget_draw() on a transpa...Juan Pablo Ugarte2013-04-011-31/+25
* Cleanup deprecations all around.Tristan Van Berkom2013-04-011-1/+1
* Fixed crasher on exit removing project hierarchy from GladeDesignLayoutJuan Pablo Ugarte2013-03-291-0/+16
* 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-181-59/+203
* 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
* Render bg in GladeDesignLayout and GladeDesignViewJuan Pablo Ugarte2012-10-081-14/+41
* Removed use of custon style providers. Fixes color problems in adwaita themesJuan Pablo Ugarte2012-10-071-15/+11
* Do not explicit set window bg as it should be handled by gtk.Juan Pablo Ugarte2012-09-061-10/+0
* Made unselected border color darkerJuan Pablo Ugarte2012-05-031-2/+11
* Removed use of deprecated GtkHBox, GtkVBox and othersJuan Pablo Ugarte2012-04-281-3/+2
* Removed old theme hack widget_reset_bg_color()Juan Pablo Ugarte2012-04-271-33/+4
* Draw bg for windowless widgets used as toplevels.Juan Pablo Ugarte2012-04-271-34/+32
* Fixed bug detecting widget including marginsJuan Pablo Ugarte2011-11-031-12/+7
* Added workaround for child bg bug on Adwaita theme on the workspace.Juan Pablo Ugarte2011-11-031-0/+23
* Make GladeDesignLayout use only button 1 press to select widgets.Juan Pablo Ugarte2011-10-311-16/+25
* gladeui/glade-design-layout.c unref GtkStyleContext object used in glade_desi...Juan Pablo Ugarte2011-10-061-0/+2
* Moved glade_design_layout_pointer_mode_image_new() to glade_project_pointer_m...Juan Pablo Ugarte2011-10-061-229/+79
* Added MARGIN_EDIT and ALIGN_EDIT pointer modes including new palette buttons ...Juan Pablo Ugarte2011-10-061-203/+528
* Replaced drag&drop alignment editing by making each node activatable.Juan Pablo Ugarte2011-10-061-281/+157
* Revert "Draw animated dash line in round nodes too."Juan Pablo Ugarte2011-10-061-43/+16
* Revert "Added the avility to choose fill/center alignment using the scrollweel"Juan Pablo Ugarte2011-10-061-160/+74
* Added the avility to choose fill/center alignment using the scrollweelJuan Pablo Ugarte2011-10-061-74/+160
* Draw animated dash line in round nodes too.Juan Pablo Ugarte2011-10-061-16/+43
* Added alignment edit mode to the workspace.Juan Pablo Ugarte2011-10-061-62/+355
* Do not draw dimension lines if there is no margin setJuan Pablo Ugarte2011-10-061-47/+57
* Use style colors instead of hard coded values to draw dimensionsJuan Pablo Ugarte2011-10-061-21/+36
* Added dimesions drawing when editing marginsJuan Pablo Ugarte2011-10-061-7/+184
* Changed margin step to 6 pixelsJuan Pablo Ugarte2011-10-061-8/+5
* Let margin edit mode resize toplevel until the size of the view if smaller.Juan Pablo Ugarte2011-10-061-4/+21
* Made margins edit mode restrict margins size to avoid resizing the toplevelJuan Pablo Ugarte2011-10-061-5/+44
* Made margins edit mode snap bu 8px while holding ALTJuan Pablo Ugarte2011-10-061-0/+7