summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/clonetiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-2/+2
| | | | | members, simplify signals (bzr r13341.5.6)
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-5/+1
| | | (bzr r13341.5.3)
* 2. connect signalsLiam P. White2014-06-251-18/+22
| | | (bzr r13341.5.2)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-5/+5
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Switched to global UnitTable.Matthew Petroff2013-08-041-5/+1
| | | (bzr r12380.1.62)
* Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-11/+6
| | | (bzr r12380.1.28)
* Ported "ui/dialog/clonetiler.*".Matthew Petroff2013-07-181-32/+54
| | | (bzr r12380.1.23)
* Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-1/+1
| | | (bzr r12380.1.8)
* Header cleanupAlex Valavanis2013-03-291-1/+0
| | | (bzr r12258)
* Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis2012-12-091-4/+43
| | | (bzr r11939)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-10/+10
| | | (bzr r11874)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-4/+53
| | | (bzr r11308)
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+15
| | | (bzr r11213)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+60
| | | (bzr r11204)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-241-0/+2833
(bzr r11125)