aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-category-symbol-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-251-3/+3
|
* Update a comment about widget stylingPřemysl Eric Janouch2021-10-171-1/+4
|
* LdCategorySymbolView: work around a mysterious bugPřemysl Eric Janouch2021-07-241-4/+14
| | | | | We sometimes get a deselecting event when toying around with menus and then dragging. There might be a simpler reproducer.
* Name changePřemysl Eric Janouch2020-09-281-1/+1
| | | | Also some copyright years fix-ups/updates.
* Workaround an issue with getting theme coloursPřemysl Janouch2018-06-251-0/+3
| | | | I see that GTK+ 3 is no longer something to be used.
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+1
|
* Fix additional deprecation warningsPřemysl Janouch2015-01-201-6/+15
| | | | Again with more code.
* Fix drag and dropPřemysl Janouch2015-01-201-1/+9
| | | | GTK+ 3 started sending leave notifications upon starting a DND operation.
* Fix LdCategorySymbolView size negotiationPřemysl Janouch2015-01-191-43/+65
| | | | In GTK+ 3 I don't need the negotiation hack anymore.
* GTK+ 3: Fix compilation, scrolling, drawingPřemysl Janouch2015-01-191-10/+8
|
* Win32 bugfixes.Přemysl Janouch2012-10-101-0/+3
| | | | | * Force redraw on LdCategorySymbolView size allocation. * Fix an infinite loop sometimes caused by update_adjustments().
* Code reordering.Přemysl Janouch2012-10-081-210/+202
|
* Renaming.Přemysl Janouch2012-10-081-11/+11
| | | | LdCategoryViewIf -> LdCategoryView -> LdCategoryTreeView
* Add LdCategoryViewIf.Přemysl Janouch2012-10-081-74/+32
| | | | Deduplicates parts of LdCategory{,Symbol}View.
* Show symbol names in the statusbar again..Přemysl Janouch2012-10-081-2/+43
| | | | Not very clean but serves its purpose.
* Add drag and drop support for symbols.Přemysl Janouch2012-10-081-13/+138
|
* Make LdCategorySymbolView show symbols.Přemysl Janouch2012-10-081-20/+210
|
* Add ld_category_get_path() and use it.Přemysl Janouch2012-10-081-0/+11
|
* Add an LdCategory * argument to new() functions.Přemysl Janouch2012-10-081-2/+7
|
* Stub LdCategorySymbolView.Přemysl Janouch2012-10-081-0/+252