summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Adding fit canvas verbsAaron Spike2006-04-191-2/+21
| | | | | | a few fixes in verbs.cpp and a new button (bzr r539)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-1713-86/+86
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* fix typo found by corneliusAaron Spike2006-04-101-1/+1
| | | (bzr r475)
* Fixed problem when swatches were larger than provided areaJon A. Cruz2006-04-091-2/+2
| | | (bzr r465)
* Adding in new icon sizeJon A. Cruz2006-04-095-16/+24
| | | (bzr r462)
* Purge of OptionMenuJon A. Cruz2006-04-092-18/+46
| | | (bzr r460)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-062-2/+2
| | | (bzr r439)
* Check for null pointerJon A. Cruz2006-04-021-18/+21
| | | (bzr r399)
* added fix from Dale Harvey to expand incomplete JIDs specified in user David Yip2006-04-011-0/+13
| | | | | text input box (bzr r397)
* patch #1450307 - option for select all to work in layer with it's sub-layers:Andrius Ramanauskas2006-03-312-3/+12
| | | | | | | * Replaced check-box in preferences with 3 radio buttons (in all document in current layer only, in current layer with sub-layers) * Altered "Select all" functionality to include objects in sub-layers (if preference is on) * Altered TAB functionality to include sub-layers (had to introduce "context layer" concept in Selection class - without it TAB'ing would end in deepest child, but it needs to return to parent on subsequent TAB key press) (bzr r380)
* Tweaked to build with g++4.1. Thanks, <garrett>.Bob Jamison2006-03-301-111/+113
| | | (bzr r375)
* r11257@tres: ted | 2006-03-29 21:29:33 -0800Ted Gould2006-03-302-46/+8
| | | | | | | | Removing the caching of the widgets in the extension editor. This removes a GTKmm call to unparent, which isn't supported in 2.4.x. It might have been nice, but really computers are fast enough to redraw widgets today. (bzr r371)
* r11141@tres: ted | 2006-03-27 21:51:34 -0800Ted Gould2006-03-291-9/+17
| | | | | Additional protections against not finding an extension in the database (bzr r359)
* r11026@tres: ted | 2006-03-02 00:03:49 -0800Ted Gould2006-03-291-3/+9
| | | | | | | | | Well, adding an unparent() here seems to make things much happier. I'm not sure why remove() doesn't do an unparent() also, I think this may be a bug in GTKmm where it assumes that other code won't have a reference to an object, but I'm not sure. Anyway, this should be safe even if the bug is fixed, and it works now. (bzr r353)
* r10987@tres: ted | 2006-02-28 01:06:37 -0800Ted Gould2006-03-292-11/+76
| | | | | | The leg bone is connected to the knee bone The extension bone is connected to the extension-editor bone (bzr r351)
* r10986@tres: ted | 2006-02-27 21:19:52 -0800Ted Gould2006-03-292-14/+21
| | | | | | | Converting things to be a little less like the preferences dialog. Now there are notebook pages. Things will start flipping a little more so that the notebook pages are really what is getting controlled. (bzr r350)
* r10984@tres: ted | 2006-02-19 09:59:18 -0800Ted Gould2006-03-292-6/+19
| | | | | | Allowing for a default selected extension. This will then adjust everytime a new one is selected. (bzr r348)
* r10983@tres: ted | 2006-02-19 00:12:15 -0800Ted Gould2006-03-292-0/+15
| | | | | Hard coded default selection, on the way to something better. (bzr r347)
* r10953@tres: ted | 2006-02-16 19:24:44 -0800Ted Gould2006-03-292-3/+89
| | | | | | | Making it so that the list of extensions gets into the dialog through a few functions. Now it will list them all, and handle changes. Getting there. (bzr r343)
* r10952@tres: ted | 2006-02-16 09:17:08 -0800Ted Gould2006-03-292-4/+75
| | | | | | Stole the basics from the Inkscape preferences dialog. That's kinda the style I'm looking for. Now, to embrace and extend it. (bzr r342)
* non-localizable stringAndrius Ramanauskas2006-03-291-1/+1
| | | (bzr r331)
* more g++ 4.1 fixes (by inkblotter)Ralf Stephan2006-03-281-0/+1
| | | (bzr r318)
* try to fix g++ 4.1 compile errorsRalf Stephan2006-03-282-2/+2
| | | (bzr r317)