summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/ruler.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-17Removed outdated classes.Jon A. Cruz1-237/+0
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
(bzr r11469.1.1)
2012-05-28Replace deprecated pointer grabbing in rulerAlex Valavanis1-0/+19
(bzr r11432)
2012-05-06Merge more ruler codeAlex Valavanis1-6/+6
(bzr r11329)
2012-03-05Clean up our fork of Gtk::Ruler a bitAlex Valavanis1-0/+15
(bzr r11049)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-2/+2
(bzr r11030)
2012-02-26Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis1-5/+4
Fixed bugs: - https://launchpad.net/bugs/802125 (bzr r11023)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2011-05-18Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches1-1/+1
display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-2/+2
(bzr r10067)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-0/+1
header. (bzr r9978.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-1/+1
SPDocument based methods (bzr r9546.1.3)
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen1-7/+7
(bzr r6561)
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-2/+2
(bzr r6513)
2007-12-19guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen1-4/+2
(bzr r4258)
2007-12-16start of getting angled guidelines.Johan B. C. Engelen1-1/+1
define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-1/+2
create methods to match DOM (bzr r2253)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+3
(bzr r1315)
2006-06-28do some include changes more correctlyRalf Stephan1-3/+3
(bzr r1311)
2006-06-24more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.hRalf Stephan1-0/+4
(bzr r1276)
2006-06-07Applied patch #1501709Jon A. Cruz1-3/+1
(bzr r1176)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-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)