summaryrefslogtreecommitdiffstats
path: root/src/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak3-3/+3
2007-06-27more unreffing temporary styles properlybulia byak2-2/+2
2007-06-24initial filter UI code drop from NickMenTaLguY14-2/+1526
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2-1/+5
2007-06-21Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...Peter Moulder1-9/+21
2007-06-18patch 1734633: option to save window geometry in prefsbulia byak5-15/+46
2007-06-04remove duplicate entry in /ui/widget/Makefile_insertJohan B. C. Engelen1-1/+0
2007-06-02Gtkmm:ified Fill and Stroke dialog (disabled by default). It's stillgustav_b4-16/+302
2007-05-17Avoid a gtk g_critical message when building Document Properties dialog.Peter Moulder1-3/+3
2007-05-17noop: Use G_N_ELEMENTS in attach_all callers instead of passing sizeof.Peter Moulder1-7/+7
2007-05-17noop: Fix const usage/confusion.Peter Moulder1-9/+9
2007-05-17Fix a couple of unannotated transactions causing g_warning from finish_incomp...Peter Moulder1-0/+1
2007-05-08Added preference to allow for system toolbox sizeJon A. Cruz2-0/+4
2007-04-25patch 1705533gustav_b1-2/+2
2007-04-20grid: make grid names translatable. use different gridtype names in SVG that ...Johan B. C. Engelen1-4/+5
2007-04-19Improve readability and remove some unused codeDiederik van Lierop2-33/+3
2007-04-17typo patch by maximilian albertbulia byak1-2/+2
2007-04-17Rearrange tabs for document-properties dialogDiederik van Lierop1-2/+2
2007-04-15Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen3-80/+24
2007-04-15change description of select-new option in calligraphybulia byak1-2/+2
2007-04-15Tweak capture of error messagesBob Jamison1-8/+14
2007-04-14Fix typoDiederik van Lierop1-1/+1
2007-04-13New Grids are now ready to go. bug testing can start i think.Johan B. C. Engelen1-1/+1
2007-04-13Add global preference for selector tool, chosing between GEOMETRIC_BBOX or VI...Diederik van Lierop2-2/+10
2007-04-13New grids are almost ready to fly!Johan B. C. Engelen1-1/+1
2007-04-12Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ...Diederik van Lierop2-21/+21
2007-04-09Remove 'default scale origin' from selector tool's preferencesDiederik van Lierop2-8/+2
2007-04-06Corrected case where extension would not be added for opened filetypes not in...Jon A. Cruz1-6/+5
2007-04-01fix 1516323bulia byak1-4/+0
2007-04-01removed leftover debug messages. Toggling new grids now works. Almost ready t...Johan B. C. Engelen1-5/+1
2007-04-01patch 1690246 from Max + read_geometry fixes for consistent placementbulia byak1-0/+1
2007-03-27make horizontal scrollbar automaticbulia byak1-2/+2
2007-03-26fix range, make integer, remove unnecessary document_done, fix 1635388bulia byak2-6/+8
2007-03-26purge unused stuff, copyeditbulia byak3-30/+15
2007-03-25Fix compile warning about construction order.Johan B. C. Engelen1-2/+2
2007-03-25Purging old axonometric grid code: reworked it into the new grid class struct...Johan B. C. Engelen2-28/+12
2007-03-25comment out debugbulia byak1-1/+1
2007-03-23allow multiple (balanced) calls to add and remove documentMenTaLguY1-0/+7
2007-03-22More progress with preview and opening of files with non-ascii filenames. St...Bob Jamison1-1/+5
2007-03-22use <errno.h> instead of assuming extern intBob Jamison1-1/+1
2007-03-21Make sure there is a decl for "errno"Bob Jamison1-5/+5
2007-03-21Do some cleanupBob Jamison1-35/+48
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
2007-03-20Monster commit. New grid infrastructure. The old gridmanagement code is still...Johan B. C. Engelen4-104/+297
2007-03-19patch by cilix42 for bug 1671665bulia byak2-14/+20
2007-03-18fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY1-1/+1
2007-03-18move masks to their own page, move tablet checkbox to mouse, copyeditbulia byak2-15/+24
2007-03-17re-introduce isEmpty testsMenTaLguY1-1/+1
2007-03-11Eliminate remaining sources of empty NR::RectsMenTaLguY2-13/+9
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2-73/+99