summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drag&Drop clean up.dnd-cleanupJuan Pablo Ugarte2013-08-0618-542/+1058
| | | | | | | | | | | Added GladeDrag interface. (currently only used internaly un gladeui) Implemented GladeDrag in GladePlaceholder GladeWidget and GladeDesignLayout Added drag-dest property to GladeWidget to enable/disable drag support (used in GtkFixed GtkLayout and GtkOverlay containers) Made GladeInspector a drag source by implementing GtkTreeDragSource interface in GladeProject
* Fixed rendering issues now that we support GtkOverlay and overlay children ↵Juan Pablo Ugarte2013-08-061-26/+75
| | | | can be outside of its parent allocation.
* Added GtkOverlay supportJuan Pablo Ugarte2013-08-063-1/+315
|
* GladeWidgetAdaptor: added new function ↵Juan Pablo Ugarte2013-08-066-86/+247
| | | | glade_widget_adaptor_get_child_at_position() GladeWidget: added convenience function glade_widget_get_child_at_position() GladeDesignLayout: replaced glade_design_layout_find_inside_container() with new API
* Finished support for GtkRevealer.Juan Pablo Ugarte2013-08-067-6/+69
| | | | | | reveal-child property gets ignored. Added face property to test reveal-child Added icons.
* Add GtkRevealer to the Gtk+ catalogTimm Bäder2013-08-051-0/+16
|
* Replaced g_type_class_add_private() with G_ADD_PRIVATE ()Juan Pablo Ugarte2013-07-2935-268/+72
| | | | | because the new template api no longer works with g_type_class_add_private() This fixes crashes in every template object
* Fix up previous patch to buildColin Walters2013-07-2730-150/+150
| | | | It wasn't complete.
* Adapt to recent GTK+ api changesMatthias Clasen2013-07-275-118/+118
| | | | | | The template binding macros got renamed around a few times. https://bugzilla.gnome.org/show_bug.cgi?id=704965
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-07-252-3116/+5540
|
* Updated German translationBenjamin Steinwender2013-07-221-1558/+2859
|
* Made GladeProject load and save document level comments present before the ↵Juan Pablo Ugarte2013-07-191-64/+76
| | | | | | root element. Save in a comment the glade version used to create the file.
* Added new funtions to handle document level commentsJuan Pablo Ugarte2013-07-192-1/+29
| | | | | glade_xml_doc_new_comment(), glade_xml_node_prev_with_comments (), glade_xml_node_add_prev_sibling () and glade_xml_node_add_next_sibling ()
* Updated Czech translationMarek Černocký2013-07-191-321/+646
|
* Updated Czech translationMarek Černocký2013-07-121-11/+11
|
* Fixed leak in glade_design_layout_drag_begin()Juan Pablo Ugarte2013-07-111-0/+1
|
* Removed use of deprecated gtk_widget_get_style() functionJuan Pablo Ugarte2013-07-101-15/+15
| | | | and hardcoded dark and light colors since we are already using a pixmap for the background
* Updated Indonesian translationAndika Triwidada2013-07-071-1623/+2678
|
* Updated Czech translationMarek Černocký2013-07-061-1634/+2701
|
* Made double click on the toplevel border select the widget even if there is ↵Juan Pablo Ugarte2013-07-011-4/+5
| | | | a child selected.
* Updated Brazilian Portuguese translationEdson Silva2013-06-301-1609/+3038
|
* 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() ↵Juan Pablo Ugarte2013-06-261-21/+21
| | | | | | cairo_move_to() combination to avoid a selection drawing bug on overlay children.
* Remove shadow from GladeEditor internal scrolled window since its packed ↵Juan Pablo Ugarte2013-06-261-4/+4
| | | | inside a notebook page.
* bgo #700730 - Weird windows showing up when a dock is moved while editing a ↵Sébastien Granjoux2013-06-261-2/+15
| | | | GtkBuilder file
* Add man pagesMatthias Clasen2013-06-265-1/+264
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703013
* Updated Spanish translationDaniel Mustieles2013-06-181-20/+20
|
* Revert "glade-inspector: Use a GtkSearchEntry"Tristan Van Berkom2013-06-181-2/+2
| | | | | | | | This reverts commit 9d462d504e3f82df7524c68f13bc98863272919c. The search entry dominates the entry icons, which are used by Glade (Glade uses the secondary icon to 'expand-all' the treeview in a single click).
* Rolling 3.15.2 Development SnapshotTristan Van Berkom2013-06-182-1/+21
|
* Only update project if the project has indeed changed.Marco Diego Aurélio Mesquita2013-06-181-0/+3
|
* Fix bug 588844 - query dialog cancels if deletedTristan Van Berkom2013-06-181-0/+12
| | | | Cancel the operation if the window close button is clicked or Escape is pressed.
* Updated Spanish translationDaniel Mustieles2013-06-171-24/+22
|
* glade-inspector: Use a GtkSearchEntryJasper St. Pierre2013-06-141-2/+2
|
* Fixed drag icon rendering bug. for some reason we need a cairo save/restoreJuan Pablo Ugarte2013-06-061-1/+13
| | | | | around our custom draw methods otherwise the children rendering get affected by our modifications to the cairo matrix.
* Fixed drag&drop bug. A bogus drag was being triggered when resizing a widget ↵Juan Pablo Ugarte2013-06-061-5/+10
| | | | in the workspace.
* Set GladeEditor:show-class-field runtime default to be the same as the ↵Juan Pablo Ugarte2013-06-061-0/+2
| | | | | | proeprty default Fixes bug that made glade_editor_hide_class_field() do not work the first time it was called.
* Updated Galician translationsFran Diéguez2013-06-061-1571/+779
|
* Updated Spanish translationDaniel Mustieles2013-06-051-122/+101
|
* Updated Greek translationDimitris Spingos2013-06-051-632/+757
|
* Fixed typoMarek Černocký2013-06-041-1/+1
|
* l10n: Update Japanese translationJiro Matsuzawa2013-06-011-1/+1
|
* l10n: Update Japanese translationJiro Matsuzawa2013-05-311-2/+2
|
* Made GladeWindow a composite template.Juan Pablo Ugarte2013-05-224-957/+915
| | | | NOTE: most of the changes in glade.glade are because widgets are moved one level in the hierarchy
* Ignore auto generaded filesJuan Pablo Ugarte2013-05-221-0/+11
|
* Fixed bug in optional object properties loadingJuan Pablo Ugarte2013-05-221-5/+5
|
* Patch up bug 589337 - Fix by Michal 'hramrach' Suchanek <hramrach@gmail.com>Tristan Van Berkom2013-05-201-0/+1
| | | | | | | | | This is a bandaid which fixes anoyance in dialogs which appear when creating variable widgets like HBox. The spin editor is used in multiple places but only htese dialogs have a default button so it is safe to set the spinbutton to activate default unconditionally. Does not seem to break anything.
* Updated Spanish translationDaniel Mustieles2013-05-201-529/+686
|
* GtkStatusbar: Allow editing "size" and don't query for "size"Tristan Van Berkom2013-05-201-1/+2
|
* Updated Lithuanian translationAurimas Černius2013-05-191-898/+1149
|
* Disable GtkTreeViewColumn:cell-areaTristan Van Berkom2013-05-191-0/+2
| | | | CellAreas are still not configurable in Glade.