summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/ruler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed outdated classes.Jon A. Cruz2012-06-171-237/+0
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-1/+1
| | | (bzr r11469.1.1)
* Replace deprecated pointer grabbing in rulerAlex Valavanis2012-05-281-0/+19
| | | (bzr r11432)
* Merge more ruler codeAlex Valavanis2012-05-061-6/+6
| | | (bzr r11329)
* Clean up our fork of Gtk::Ruler a bitAlex Valavanis2012-03-051-0/+15
| | | (bzr r11049)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+2
| | | (bzr r11030)
* Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis2012-02-261-5/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/802125 (bzr r11023)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches2011-05-181-1/+1
| | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-2/+2
| | | (bzr r10067)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-0/+1
| | | | | header. (bzr r9978.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+5
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | 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)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-7/+7
| | | (bzr r6561)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-2/+2
| | | (bzr r6513)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-4/+2
| | | (bzr r4258)
* start of getting angled guidelines.Johan B. C. Engelen2007-12-161-1/+1
| | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+3
| | | (bzr r1315)
* do some include changes more correctlyRalf Stephan2006-06-281-3/+3
| | | (bzr r1311)
* more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.hRalf Stephan2006-06-241-0/+4
| | | (bzr r1276)
* Applied patch #1501709Jon A. Cruz2006-06-071-3/+1
| | | (bzr r1176)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-1/+1
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+197
(bzr r1)