summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/zoom-toolbar.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-11Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio241-0/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-17ZoomToolbar: C++ify and GtkAction migrationAlexander Valavanis1-6/+42
2018-06-17Move toolbars to ui/toolbarAlexander Valavanis1-0/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
(bzr r15025)
2014-03-02Fixed includes for tools.Markus Engel1-30/+0
(bzr r13097)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
(bzr r12785)
2013-07-17Removed unused unit includes.Matthew Petroff1-4/+0
(bzr r12380.1.10)
2012-05-28Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431)
2012-05-08Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith1-0/+85
(bzr r11346)