summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added 'Show close button on dialogs' option.Marco Scholten2006-05-212-1/+4
| | | (bzr r926)
* added functionality to for users to register jabber accounts within the ↵daleharvey2006-05-182-36/+160
| | | | | whiteboard->connect dialog (bzr r884)
* 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)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-8/+8
| | | | | snapping settings. (bzr r701)
* fix 1479197bulia byak2006-05-011-1/+2
| | | (bzr r649)
* 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)
* add listener to root for fit canvas changesAaron Spike2006-04-251-0/+10
| | | (bzr r586)
* Move fit canvas button into PageSizerAaron Spike2006-04-251-26/+0
| | | (bzr r585)
* 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-177-45/+45
| | | | | 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)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-1/+1
| | | (bzr r439)
* 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)
* 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)
* try to fix g++ 4.1 compile errorsRalf Stephan2006-03-281-1/+1
| | | (bzr r317)
* change radio button to check box. oopsBob Jamison2006-03-251-5/+5
| | | (bzr r292)
* new button for sioxBob Jamison2006-03-251-2/+26
| | | (bzr r290)
* remove confusing decimal digits in the number of scansbulia byak2006-03-231-1/+1
| | | (bzr r275)
* use rotation center in keyboard rotation and transform dialogbulia byak2006-03-221-5/+3
| | | (bzr r273)
* patch by Andrius R. for (un)clip and (un)mask commandsbulia byak2006-03-192-0/+10
| | | (bzr r263)
* amend workaround for #1432690MenTaLguY2006-02-241-7/+2
| | | (bzr r181)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+3
| | | | | #1290647 (bzr r180)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
| | | | | part of fix for #1290647 (bzr r178)
* including typecheck trying to prevent #1432680Ralf Stephan2006-02-241-0/+9
| | | (bzr r177)
* rename present()->presdentPage(), removes compiler warningsRalf Stephan2006-02-212-7/+7
| | | (bzr r171)
* Added connector graph layout functionalityTim Dwyer2006-02-132-2/+54
| | | (bzr r122)
* fix wrong labelsbulia byak2006-02-071-2/+2
| | | (bzr r101)