summaryrefslogtreecommitdiff
path: root/gladeui/glade-signal-model.c
Commit message (Expand)AuthorAgeFilesLines
* Headers cleanupJuan Pablo Ugarte2020-09-211-0/+2
* Rename GladeSignalClass to GladeSignalDef and declare it as boxedCorentin Noël2019-06-141-27/+27
* GladeSignalClass: rename glade_signal_class_get_typeCorentin Noël2019-06-091-6/+6
* Couple of fixes for memory leaks found with valgrindCorentin Noël2019-05-211-4/+8
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-3/+5
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-209/+210
* Use g_ptr_array_find() from GLibJonh Wendell2017-05-041-20/+10
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-3/+2
* Removed glade3 stringJuan Pablo Ugarte2012-05-171-1/+1
* gladeui/glade-signal-editor.[ch]:Juan Pablo Ugarte2012-03-311-29/+30
* Added support for signal detail. Fixes bug #670792 "Unable to connect to spec...Juan Pablo Ugarte2012-03-231-170/+170
* Fixed bogus runtime warning in glade_signal_model_iter_n_children() when it i...Juan Pablo Ugarte2012-03-191-161/+147
* * 41 files: Fixed typo in LGPL License file headers.Tristan Van Berkom2011-01-241-1/+1
* gladeui: Finish up anjuta/glade dnd integrationJohannes Schmid2011-01-211-3/+9
* * gladeui/glade-signal-model.c: Watch the "support-changed" signal on GladeW...Tristan Van Berkom2011-01-131-9/+46
* * gladeui/glade-signal-model.[ch]:Tristan Van Berkom2011-01-101-676/+671
* gladeui: Reduce signal-model columns, add cell_data_funcs insteadJohannes Schmid2011-01-091-61/+16
* gladeui: Implemented devhelp column in signal-editor, fixed some bugs.Johannes Schmid2011-01-091-37/+60
* gladeui: Reflect in tree model that GladeSignal is an object and use proper r...Johannes Schmid2011-01-091-3/+3
* glade_signal_model: Simplify model with new GladeSignal featuresJohannes Schmid2011-01-071-179/+74
* glade-signal-editor: Adapt to GladeSignal changesJohannes Schmid2011-01-071-1/+1
* glade-signal-editor: Adapt to tristan's UI wishesJohannes Schmid2011-01-071-384/+395
* gladeui: Adapter to GladeSignal GObjectificationJohannes Schmid2011-01-061-1/+1
* gladeui: Fixed coding styleJohannes Schmid2011-01-051-52/+100
* gladeui: Implement version warning and tooltips in signal-modelJohannes Schmid2011-01-051-9/+28
* gladeui: Fix changes due to member sealingJohannes Schmid2011-01-051-41/+69
* gladeui: Fix state of checkitems in signal-editorJohannes Schmid2010-12-311-2/+2
* signal-editor: Add drag and drop animationJohannes Schmid2010-08-011-4/+14
* signal-editor: Implement basic drag and drop supportJohannes Schmid2010-07-251-1/+60
* signal-editor: Update model correctly when adding/changing/removingJohannes Schmid2010-07-091-4/+70
* signal-editor, signal-model: Added adding and changing of signal handlersJohannes Schmid2010-07-081-17/+130
* signal-model: Implemented signal model inside GladeSignalEditorJohannes Schmid2010-06-291-50/+149
* signal-model: Initial implementationJohannes Schmid2010-06-061-0/+660