summaryrefslogtreecommitdiff
path: root/gladeui/glade-signal-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2020-03-221-2/+2
* gladeui: Modernize GladeSignalEditor codebaseCorentin Noël2019-09-161-70/+79
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-4/+4
* Rename GladeSignalClass to GladeSignalDef and declare it as boxedCorentin Noël2019-06-141-12/+12
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-6/+10
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-322/+321
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-021-1/+1
* signal editor: Avoid GTK+ warningsMatthias Clasen2015-11-251-12/+25
* Replaced deprecated functionsJuan Pablo Ugarte2014-05-071-3/+3
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-9/+4
* Fixed indentation styleJuan Pablo Ugarte2013-08-311-12/+11
* Bug 703621 - Signals treeview: click on user data moves the selected row belowMiguel Azevedo2013-08-311-1/+75
* Bug 697926: Signal Editor now initially expands rows which contain handlersTristan Van Berkom2013-04-161-0/+48
* GladeSignalEditor: Derive from GtkBoxTristan Van Berkom2013-04-121-1/+1
* GladeSignalEditor: Only show the warning icon for the row which displays the ...Tristan Van Berkom2013-04-101-1/+4
* Removed shadow from GladeSignalEditorJuan Pablo Ugarte2013-03-121-3/+0
* Fixed runtime warning on GladeBaseEditor and GladeSignalEditor dispose methodsJuan Pablo Ugarte2012-09-061-2/+2
* gladeui/glade-signal-editor.[ch]:Juan Pablo Ugarte2012-03-311-48/+173
* Added support for signal detail. Fixes bug #670792 "Unable to connect to spec...Juan Pablo Ugarte2012-03-231-25/+139
* Implemented GladeSignalEditor::callback-suggestions signalJuan Pablo Ugarte2012-03-191-81/+222
* Fixed bug 669272 "Emit a signal to notify signal activation"Marco Diego Aurélio Mesquita2012-02-171-0/+65
* * gladeui/glade-command.[ch]: Removed glade_command_set_naming_policy().Tristan Van Berkom2011-01-221-2/+1
* gladeui: Finish up anjuta/glade dnd integrationJohannes Schmid2011-01-211-11/+37
* * gladeui/glade-signal-model.c: Watch the "support-changed" signal on GladeW...Tristan Van Berkom2011-01-131-1/+12
* Cell alignments in signal editorTristan Van Berkom2011-01-121-8/+14
* * gladeui/glade-signal-editor.c:Tristan Van Berkom2011-01-101-602/+620
* gladeui: Reduce signal-model columns, add cell_data_funcs insteadJohannes Schmid2011-01-091-34/+260
* gladeui: Implemented devhelp column in signal-editor, fixed some bugs.Johannes Schmid2011-01-091-30/+98
* gladeui: Adapt signal-editor to tristan's wishesJohannes Schmid2011-01-091-82/+116
* glade-signal-editor: Adapt to GladeSignal changesJohannes Schmid2011-01-071-6/+5
* glade-signal-editor: Adapt to tristan's UI wishesJohannes Schmid2011-01-071-7/+9
* gladeui: Adapter to GladeSignal GObjectificationJohannes Schmid2011-01-061-5/+5
* gladeui: Implement version warning and tooltips in signal-modelJohannes Schmid2011-01-051-4/+25
* gladeui: Fix changes due to member sealingJohannes Schmid2011-01-051-9/+8
* Merge branch 'master' into signal-tree-modelJohannes Schmid2011-01-051-1/+0
|\
| * * gladeui/glade-signal.[ch], gladeui/glade-project.c, gladeui/glade-widget.c,Tristan Van Berkom2011-01-051-43/+46
| * * gladeui/Makefile.am, gladeui/glade-signal-class.[ch], gladeui/glade-widget...Tristan Van Berkom2011-01-051-14/+16
| * * gladeui/glade-app.[ch], gladeui/glade-command.c, gladeui/glade-editor.[ch],Tristan Van Berkom2011-01-041-4/+1
| * * Made GladeWidgetAdaptor internalize *everything* into a private data struc...Tristan Van Berkom2011-01-031-3/+5
| * * gladeui/glade-project.c: Export glade_project_verify_property() to allow v...Tristan Van Berkom2011-01-021-2/+2
| * * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-7/+10
* | gladeui: Fix state of checkitems in signal-editorJohannes Schmid2010-12-311-5/+1
* | gladeui: Initially port of signal-editor drag & drop to new drawing APIJohannes Schmid2010-12-301-36/+16
* | Merge branch 'master' into signal-tree-modelJohannes Schmid2010-12-301-0/+1
|\ \ | |/
| * * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-1401/+1393
| * * Whole tree updated to remove all notion of project conversions and dual pr...Tristan Van Berkom2010-12-301-9/+0
* | Make GladeSignalModel a deligate of GladeWidgetJohannes Schmid2010-12-161-8/+2
* | signal-editor: Add drag and drop animationJohannes Schmid2010-08-011-7/+90
* | signal-editor: Implement basic drag and drop supportJohannes Schmid2010-07-251-0/+33
* | signal-editor: Update model correctly when adding/changing/removingJohannes Schmid2010-07-091-21/+69