aboutsummaryrefslogtreecommitdiff
path: root/share/gui/window-main.ui
Commit message (Collapse)AuthorAgeFilesLines
* Use GResources for the UI file and the LICENSEPřemysl Eric Janouch2021-11-011-50/+0
| | | | | | | - The About dialog now displays the licence. - The main UI file is now integrated into the binary. The project needed some of its ugly CMake code back.
* Add basic print functionalityPřemysl Eric Janouch2021-10-281-3/+1
| | | | | | | | | | | | | | | | Sadly, the line width depends on the widget's DPI, which seems to even cause uneven lines on Windows, where virtual printers claim high DPI. It might also be an unrelated problem. Similarly, selected objects are exported highlighted. Other than that, it works quite well. Add a manifest to make the print dialog look nice with the older GTK+ bundle we depend upon. The RC file could theoretically be scanned for /\s+"([^"]+)"\s*$/, unescaped, and the results configure_file()-stamped.
* Clean upPřemysl Eric Janouch2021-10-281-4/+4
| | | | | | | It turns out the RC detection snippet is no longer necessary after the recent CMake version bump. The "name" argument in the UI file is redundant, implied by "action".
* Add the user guide to the Help menuPřemysl Eric Janouch2021-10-251-0/+1
| | | | | The old GLib put up a good fight, it says "URIs not supported" even for the file:// scheme.
* Replace LdLibraryToolbar with LdLibraryPane.Přemysl Janouch2012-10-081-1/+1
|
* Add toggle actions to the View menu.Přemysl Janouch2011-03-071-0/+5
| | | | So far these settings are not saved anywhere.
* Offer the undo functionality in LdWindowMain.Přemysl Janouch2011-02-011-0/+7
| | | | Kill the "Export" action for now.
* Add a View menu to LdWindowMain, disabled so far.Přemysl Janouch2011-01-091-0/+5
|
* LdWindowMain cleanup.Přemysl Janouch2010-12-121-1/+1
| | | | | | | | | | * Restructure the initialization code. * Move LdCanvas event mask setting to ld-canvas.c. * Remove some redundant code. * Use consistent naming. * Update comments. Practically no functional change.
* Add a main toolbar.Přemysl Janouch2010-12-111-0/+6
| | | | So far it has no special powers. This should change in the future.
* Little improvements, overall cleanup.Přemysl Janouch2010-09-191-0/+2
|
* Initial commitPřemysl Janouch2010-09-131-0/+26