index
:
delta/glade.git
283-packaging-add-snap-packaging
BINDINGS
BINDINGS_MERGE
LIBGLADE_INTEGRATION
actionbar
baserock/xfce-build
box-center
builder
command-set-sensitive
composite-templates
csd
css
dnd-cleanup
evaluate-sensitivity
flowbox
gbinding
gbinding-transform
gdl-integration
generic-names
glade-3-10
glade-3-12
glade-3-14
glade-3-16
glade-3-18
glade-3-20
glade-3-22
glade-3-36
glade-3-36.msvc
glade-3-38
glade-3-6
glade-3-8
glade3-3-0-branch
gladegjs
gladewebkit2gtk
gnome-2-18
gnome-2-20
gnome-2-22
gnome-2-28
headerbar
imendio-0501-branch
internal-child-support
margins
master
modern-ui
notebook-actions
popover
project-tree-model
searchbar
signal-tree-model
stack
tintou/gtk-fixes
tintou/gtk4
tintou/gtkshortcuts
tintou/modernize-gobject
tintou/more-gautoptr
tintou/no-gtk-missing-image
ui-incubator
wip/alban/rework-survey-3-36
wip/albfan/danish-help
wip/beniofel/popover
wip/csoriano/gtk4
wip/dboles/template-version-warning
wip/inigomartinez/improve-install
wip/inigomartinez/meson-i18n-catalog
wip/matthiasc/shortcuts
wip/nielsdg/intltool2gettext
wip/sthursfield/bst
wip/support-no-ids
wip/tintou/glib-min
wip/xjuan/action-cleanup
wip/xjuan/dbus
gitlab.gnome.org: GNOME/glade.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gladeui
/
glade-editor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minor typos
Yuri Chornoivan
2020-03-22
1
-5
/
+5
*
gladeui: Replace the last occurences of GladeWidgetClass with GladeWidgetAdap...
Corentin Noël
2019-08-20
1
-1
/
+1
*
gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditor
Corentin Noël
2019-08-20
1
-30
/
+30
*
Respect the Glade namespace for macros and defines
Corentin Noël
2019-06-21
1
-2
/
+2
*
Rename GladePropertyClass to GladePropertyDef and declare it as boxed
Corentin Noël
2019-06-18
1
-10
/
+10
*
introspection: Add many annotations to sources
Corentin Noël
2019-04-01
1
-1
/
+1
*
GladeEditor: expose signal editor widget as a property
Juan Pablo Ugarte
2018-10-16
1
-0
/
+12
*
Fix tab/space identation
Juan Pablo Ugarte
2018-08-02
1
-60
/
+60
*
GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()
Juan Pablo Ugarte
2018-08-02
1
-3
/
+3
*
GladeEditor: add show-border property
Juan Pablo Ugarte
2017-12-30
1
-1
/
+15
*
GladeEditor: use new api to check if a widget has a name
Juan Pablo Ugarte
2016-01-28
1
-15
/
+12
*
GladeEditor: Update the widget name in a property editor dialog
Tristan Van Berkom
2016-01-28
1
-8
/
+20
*
GladeEditor: do not show unnamed widgets in header
wip/support-no-ids
Juan Pablo Ugarte
2016-01-27
1
-6
/
+24
*
Bug 732575 - Changed the type hint on the "Edit Separately" window to 'utility'
Tristan Van Berkom
2014-10-12
1
-1
/
+1
*
Replaced deprecated stock items with its corresponding label strings.
Juan Pablo Ugarte
2014-05-15
1
-3
/
+3
*
Removed use of deprecated GtkMisc API
Juan Pablo Ugarte
2014-05-15
1
-2
/
+2
*
Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macros
Juan Pablo Ugarte
2014-04-17
1
-24
/
+24
*
Replaced g_type_class_add_private() with G_ADD_PRIVATE ()
Juan Pablo Ugarte
2013-07-29
1
-8
/
+2
*
Adapt to recent GTK+ api changes
Matthias Clasen
2013-07-27
1
-12
/
+12
*
Fix bug 588844 - query dialog cancels if deleted
Tristan Van Berkom
2013-06-18
1
-0
/
+12
*
Set GladeEditor:show-class-field runtime default to be the same as the proepr...
Juan Pablo Ugarte
2013-06-06
1
-0
/
+2
*
GladeEditor: Show newly created editors for the query dialog
Tristan Van Berkom
2013-04-14
1
-0
/
+1
*
GladeEditor: Ported to define the UI in templates.
Tristan Van Berkom
2013-04-12
1
-145
/
+26
*
GladeEditor rework: Make atk.png loaded as a GResource.
Tristan Van Berkom
2013-04-12
1
-4
/
+4
*
GladeEditor: Pack the warning icon before the class icon.
Tristan Van Berkom
2013-04-12
1
-1
/
+1
*
GladeEditor: Avoid crash when draging and dropping a widget with packing prop...
Tristan Van Berkom
2013-04-06
1
-4
/
+9
*
Cleanup deprecations all around.
Tristan Van Berkom
2013-04-01
1
-5
/
+2
*
Removed clear and info buttons from GladeEditor.
Juan Pablo Ugarte
2013-03-12
1
-169
/
+15
*
Removed GladeEditor notebook children borders and replaced with internal padd...
Juan Pablo Ugarte
2013-03-12
1
-23
/
+16
*
Added GladeEditor:class-field read only property.
Juan Pablo Ugarte
2013-03-06
1
-0
/
+13
*
Fix prototype warning issues
Jasper St. Pierre
2013-02-25
1
-2
/
+2
*
Fixed typo in string
Daniel Mustieles
2013-02-21
1
-1
/
+1
*
Replaced GtkButtonBox with a regular GtkBox to pack clear and info buttons
Juan Pablo Ugarte
2013-02-19
1
-5
/
+2
*
Cleaned up code replacing editor->priv with a temp priv variable.
Juan Pablo Ugarte
2013-02-19
1
-115
/
+150
*
Added GLADE_PAGE_SIGNAL to GladeEditorPageType enumeration.
Juan Pablo Ugarte
2013-02-19
1
-10
/
+13
*
Added glade_editor_show/hide_class_field()
Juan Pablo Ugarte
2013-02-19
1
-14
/
+59
*
Moved clear and info buttom to the action widget of the notebook.
Juan Pablo Ugarte
2013-02-19
1
-14
/
+45
*
Removed use of deprecated GtkHBox, GtkVBox and others
Juan Pablo Ugarte
2012-04-28
1
-5
/
+5
*
Migrated hand coded _get_type() function to G_DEFINE_TYPE() macro plus identa...
Juan Pablo Ugarte
2012-03-24
1
-90
/
+74
*
* gladeui/glade-base-editor.c,
Juan Pablo Ugarte
2011-03-31
1
-19
/
+24
*
* gladeui/glade-editor.c: Optimize window resizing by hiding inner notebook ...
Tristan Van Berkom
2011-02-24
1
-0
/
+32
*
* gladeui/glade-editor.c: Make reset/docs buttons insensitive by default.
Tristan Van Berkom
2011-02-03
1
-0
/
+4
*
2011-01-15 Johannes Schmid <jhs@gnome.org>
Johannes Schmid
2011-01-15
1
-14
/
+0
*
Revert "* gladeui/glade-app.c: glade_app_get() should always return"
Johannes Schmid
2011-01-15
1
-12
/
+0
*
* gladeui/glade-app.c: glade_app_get() should always return
Johannes Schmid
2011-01-15
1
-0
/
+12
*
Merge branch 'master' into signal-tree-model
Johannes Schmid
2011-01-09
1
-1
/
+7
|
\
|
*
* gladeui/glade-editor.c: Make query dialog come with a "Create" button instead
Tristan Van Berkom
2011-01-09
1
-1
/
+7
*
|
Merge branch 'master' into signal-tree-model
Johannes Schmid
2011-01-06
1
-64
/
+105
|
\
\
|
|
/
|
*
* gladeui/glade-editor.c: Optimized GladeEditor
Tristan Van Berkom
2011-01-06
1
-64
/
+103
|
*
* gladeui/glade-editor.c: Make the editor notebook scrollable.
Tristan Van Berkom
2011-01-05
1
-0
/
+2
[next]