summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Applied patch #1505715Jon A. Cruz2006-06-141-19/+36
| | | (bzr r1218)
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-131-6/+5
| | | (bzr r1208)
* Applied patch #1501709Jon A. Cruz2006-06-071-3/+1
| | | (bzr r1176)
* * I've added myself to the authors list..Milosz Derezynski2006-06-061-1/+2
| | | (bzr r1166)
* Applied patch #1501375Jon A. Cruz2006-06-061-1/+1
| | | (bzr r1164)
* Applied patch 1500171Jon A. Cruz2006-06-041-3/+4
| | | (bzr r1149)
* handle request for not-compiled-in internal scripting; execute didn't check ↵Ralf Stephan2006-05-291-6/+2
| | | | | return value; fixes #1495283 (bzr r1062)
* typos, mnemonicsbulia byak2006-05-281-2/+2
| | | (bzr r1049)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-1/+2
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* Option to keep selection when changing layersJon A. Cruz2006-05-282-0/+5
| | | (bzr r1037)
* Correct my translation call. I shouldn't call gettext directly.Kees Cook2006-05-251-1/+1
| | | (bzr r1010)
* Panel refactoringJon A. Cruz2006-05-235-36/+130
| | | (bzr r976)
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-222-14/+22
| | | (bzr r940)
* Added 'Show close button on dialogs' option.Marco Scholten2006-05-212-1/+4
| | | (bzr r926)
* request collection pass after destruction of a view widgetMenTaLguY2006-05-211-0/+2
| | | (bzr r924)
* guard callback, catch release event, set _rgba: fixes #1491876, #1492332Ralf Stephan2006-05-211-0/+11
| | | (bzr r915)
* added functionality to for users to register jabber accounts within the ↵daleharvey2006-05-182-36/+160
| | | | | whiteboard->connect dialog (bzr r884)
* Fixed localization for metadata license selector.Kees Cook2006-05-181-1/+1
| | | (bzr r870)
* menus, keys, prefs changes for Layersbulia byak2006-05-151-1/+1
| | | (bzr r847)
* Typofix (conector)Colin Marquardt2006-05-141-1/+1
| | | (bzr r837)
* keep selected option for calligraphicbulia byak2006-05-142-0/+4
| | | (bzr r830)
* r11887@tres: ted | 2006-05-13 01:09:41 -0700Ted Gould2006-05-131-3/+0
| | | | | Removing option to enable the effects menu. (bzr r820)
* * src/ui/dialog/inkscape-preferences.cpp,mjwybrow2006-05-122-0/+5
| | | | | | | | | src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp: Add a preferences setting to the connector tool for setting whether or not connectors attach to text objects. This addresses feature request #1434292. (bzr r810)
* Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey2006-05-101-1/+1
| | | | | lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
* remove flicker when creating dialogRalf Stephan2006-05-091-1/+0
| | | (bzr r797)
* Persist User / Server / ChatServer name across succesful sessions (Given By ↵daleharvey2006-05-082-1/+11
| | | | | Botty) (bzr r773)
* fix 1482463bulia byak2006-05-051-0/+1
| | | (bzr r740)
* fix 1480934bulia byak2006-05-051-1/+1
| | | (bzr r730)
* fixed broken page unit changing in Document PropertiesAndrius Ramanauskas2006-05-041-3/+2
| | | (bzr r723)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-8/+8
| | | | | snapping settings. (bzr r701)
* small update for 1480247 fix (cleaned up the redundant code)Andrius Ramanauskas2006-05-031-4/+2
| | | (bzr r700)
* Fix for Bug-1480247 (wrong page size when switching portrait-landscape)Andrius Ramanauskas2006-05-031-6/+13
| | | (bzr r699)
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-023-7/+18
| | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697)
* (bzr r690)Ted Gould2006-05-023-18/+7
|
* add mnemonic for "Fit page to selection"Ralf Stephan2006-05-011-1/+1
| | | (bzr r653)
* fix 1479197bulia byak2006-05-011-1/+2
| | | (bzr r649)
* fix showing style when last-set style is empty (on a new installation of ↵bulia byak2006-05-012-7/+19
| | | | | inkscape) (bzr r647)
* Moved compass like display of angles from windows to steps in preferencesMarco Scholten2006-04-301-2/+7
| | | (bzr r642)
* updated cc licenses to 2.5Jon Phillips2006-04-301-1/+1
| | | (bzr r637)
* since the view and document are both managed by the collector, reffing the ↵MenTaLguY2006-04-291-3/+1
| | | | | document from the view is totally unnecessary (bzr r617)
* add missing unref, which should hopefully address the document leakMenTaLguY2006-04-291-0/+1
| | | (bzr r615)
* enable the widget to listen to a repr to reflect its stylebulia byak2006-04-292-2/+132
| | | (bzr r611)
* write no/unset fill/stroke to current stylebulia byak2006-04-261-4/+4
| | | (bzr r591)
* add listener to root for fit canvas changesAaron Spike2006-04-251-0/+10
| | | (bzr r586)
* Move fit canvas button into PageSizerAaron Spike2006-04-253-27/+29
| | | (bzr r585)
* moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵Joshua L. Blocher2006-04-242-0/+383
| | | | | context-menu.h, also updated make_insert with change (bzr r579)
* add abs_width switch for calligraphy pen width; switch it to 1..100 ↵bulia byak2006-04-202-0/+6
| | | | | displayed range (bzr r548)
* prevent fit canvas button from expandingAaron Spike2006-04-191-1/+8
| | | (bzr r547)
* copyeditbulia byak2006-04-191-1/+1
| | | (bzr r545)
* tweaking for bbyakAaron Spike2006-04-191-1/+3
| | | (bzr r544)