summaryrefslogtreecommitdiffstats
path: root/src/ui/view (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-0/+3
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-9/+0
| | | (bzr r15046)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | (bzr r15025)
* Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-0/+3
| | | (bzr r14500.1.9)
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| | | (bzr r13950)
* Isolate components of libgcLiam P. White2015-02-251-1/+1
| | | (bzr r13946)
* Update to experimental r13527Liam P. White2014-08-301-28/+3
|\ | | | | (bzr r13341.5.15)
| * More GObject boilerplate reductionAlex Valavanis2014-08-241-28/+3
| | | | | | (bzr r13341.1.175)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-3/+3
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
| | | | | | (bzr r13341.5.3)
* | 1. make it compileLiam P. White2014-06-251-3/+3
|/ | | (bzr r13341.5.1)
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-111-1/+1
| | | (bzr r12915)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-273-25/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+3
| | | (bzr r11600)
* Drop GtkObject usage in view widgetsAlex Valavanis2012-05-221-6/+6
| | | (bzr r11403)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+8
| | | (bzr r11030)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-274-35/+35
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-253-16/+13
| | | (bzr r10696)
* Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.8)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-1/+1
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-14/+13
|\ | | | | (bzr r10347.1.5)
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | | | | (bzr r10407)
| * Switch to GObjectAlex Valavanis2011-06-241-13/+12
| | | | | | (bzr r10350.1.3)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-232-2/+2
|/ | | (bzr r10347.1.2)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | (bzr r10302.1.1)
* cmake:Campbell Barton2011-06-131-4/+0
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* work in progress cmake commit:Campbell Barton2011-06-121-9/+3
| | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-032-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+4
| | | (bzr r10198)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+2
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-4/+4
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-7/+7
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | fix build on windows by removing even more files.Johan B. C. Engelen2010-10-154-1980/+0
| | | | | | (bzr r9832)
* | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-4/+0
|/ | | (bzr r9828)
* Spray cleanupSteren Giannini2010-01-032-7/+0
| | | | | | | | | | | | | | | | | | | | | ------------ This line and the following will be ignored -------------- removed: src/ui/dialog/spray-option.cpp src/ui/dialog/spray-option.h modified: src/spray-context.cpp src/ui/dialog/Makefile_insert src/ui/dialog/dialog-manager.cpp src/ui/view/edit-widget.cpp src/ui/view/edit-widget.h src/widgets/toolbox.cpp unknown: backup.bzr/ description-pak doc-pak/ po/.intltool-merge-cache (bzr r8938.1.1)
* Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-302-0/+7
| | | (bzr r8851)
* remove registerEditWidget, move this to SPDesktop::init instead; a noop ↵bulia byak2009-10-251-2/+1
| | | | | change but fixes a weird crash on Windows (bzr r8805)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-1/+1
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-064-12/+12
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-052-5/+5
| | | (bzr r8408)
* SPDocument->Documentjohnce2009-08-052-7/+7
| | | (bzr r8407)
* Fix for bug LP #400985 (3 strings in UI are not translatable)Nicolas Dufour2009-07-181-3/+3
| | | (bzr r8300)
* Also store the window's geometry when saving through the data-loss warning ↵Diederik van Lierop2009-05-251-7/+8
| | | | | dialog (the one that pops up when Inkscape is being closed with unsaved data) (bzr r7934)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-1/+0
| | | (bzr r7478)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-3/+3
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)