summaryrefslogtreecommitdiffstats
path: root/src/ui/view (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-32/+23
| | | (bzr r7332)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-091-1/+3
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* removing void filesFelipe Corr??a da Silva Sanches2009-01-2511-11/+2
| | | | | duh! (bzr r7171)
* remove old icon code that seems unusedJohan B. C. Engelen2009-01-011-2/+0
| | | (bzr r7054)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-0/+1
| | | (bzr r7032)
* convert NR to GeomJohan B. C. Engelen2008-12-281-4/+4
| | | (bzr r7031)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-9/+11
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-6/+8
| | | (bzr r6884)
* on closing and document change, if this was the last view on this document, ↵bulia byak2008-09-211-5/+9
| | | | | delete document to free up memory (bzr r6866)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-5/+5
| | | (bzr r6839)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-045-56/+53
| | | (bzr r6561)
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-5/+1
| | | (bzr r6214)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-11/+1
| | | (bzr r6046)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-20/+20
| | | (bzr r5379)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-3/+0
| | | (bzr r5299)
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-301-0/+21
| | | (bzr r5240)
* Patch from Marcin Floryan to get rid of one string in the pot fileBryce Harrington2008-02-101-1/+1
| | | (bzr r4698)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-1/+1
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-2/+1
| | | (bzr r4490)
* Adds 'Save as SVG' button / dialog to clarify when saving file, that itBryce Harrington2008-01-061-2/+4
| | | | | will be saved as SVG. Patch from Gringer. (Closes LP: #169995) (bzr r4401)
* Menu item to toggle CMS adjustment on and offJon A. Cruz2007-11-263-43/+52
| | | (bzr r4138)
* Minor cleanupJon A. Cruz2007-11-111-14/+14
| | | (bzr r4056)
* warning cleanupJon A. Cruz2007-11-021-3/+3
| | | (bzr r4012)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Dockable dialogs patch applied gustav_b2007-08-293-2/+16
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* add a way to set a radio toggle in aux toolbar via desktop, by the toggles idbulia byak2007-08-073-0/+10
| | | (bzr r3408)
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth2007-07-283-7/+8
| | | | | they are correctly parented (bzr r3328)
* initial filter UI code drop from NickMenTaLguY2007-06-241-0/+3
| | | (bzr r3095)
* patch 1734633: option to save window geometry in prefsbulia byak2007-06-183-4/+24
| | | (bzr r3075)