summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* patch 1590039, whitespacebulia byak2006-11-031-9/+8
| | | (bzr r1891)
* Don't mark "gridtype" as translatable.Colin Marquardt2006-10-091-1/+1
| | | (bzr r1786)
* add blur speed/quality optionsbulia byak2006-10-092-1/+36
| | | (bzr r1782)
* Implement singleton behaviour for undo history dialog. Make sure eventgustav_b2006-10-062-8/+77
| | | | | log gets created on SPDesktop::change_document. (bzr r1772)
* undo annotationsbulia byak2006-10-052-15/+20
| | | (bzr r1767)
* Added preferences.xml option to show the widgets to get the axonometric ↵Johan B. C. Engelen2006-10-031-0/+7
| | | | | grid. Add <group id="documentoptions" axonomgrid_enabled="1" /> to preferences.xml to enable it. (bzr r1762)
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-012-1/+4
| | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749)
* Fixes path memory issues with the save dialog. (Closes: #1089414)Kees Cook2006-10-012-5/+25
| | | (bzr r1747)
* better (white)spacingJohan B. C. Engelen2006-09-291-1/+1
| | | (bzr r1726)
* FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment:Johan B. C. Engelen2006-09-291-1/+1
| | | | | assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties." (bzr r1725)
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵Johan B. C. Engelen2006-09-212-1/+22
| | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716)
* Updated authors and translators in About box + sorted author names.Johan B. C. Engelen2006-09-121-0/+12
| | | (bzr r1698)
* Added some set_size_requests to ishmal's cool work so dialogs look nice from theJon Phillips2006-08-284-1/+12
| | | | | beginning... (bzr r1648)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-222-0/+15
| | | | | Now it all works quite well! Great! (bzr r1630)
* added Rune and Rikumatiphas2006-07-241-0/+2
| | | (bzr r1470)
* Add property getters to FileExportDialogBob Jamison2006-07-192-48/+222
| | | (bzr r1438)
* Create first mockup for export dialog panelBob Jamison2006-07-171-13/+146
| | | (bzr r1432)
* more string cleanupBob Jamison2006-07-162-26/+41
| | | (bzr r1422)
* Base all 3 dialogs from a common FileDialogBase to share behavioursBob Jamison2006-07-131-16/+56
| | | (bzr r1400)
* clean up redundancies. add a placeholder for Export dialogBob Jamison2006-07-122-92/+590
| | | (bzr r1399)
* move filedialog to its new homeBob Jamison2006-07-123-0/+1622
| | | (bzr r1398)
* - added toggle buttons for directed layout (doesn't do anything yet) and ↵Tim Dwyer2006-07-121-1/+1
| | | | | | | | overlap avoiding layout to connector toolbar - added icon for directed layout toggle button - removed old ref to remove_rectangle_overlaps-test from src/Makefile.am (bzr r1396)
* Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer2006-07-121-1/+1
| | | (bzr r1395)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-1/+3
| | | (bzr r1379)
* refactoring, add background removalBob Jamison2006-07-051-2/+12
| | | (bzr r1360)
* Add Wolfram Strempfer.Colin Marquardt2006-07-051-1/+2
| | | (bzr r1356)
* Oops, was missing Dale.Colin Marquardt2006-07-021-0/+1
| | | (bzr r1341)
* Add Niko, Hugo, Dale and Gustav.Colin Marquardt2006-07-021-0/+3
| | | (bzr r1340)
* added files from Gustav Broberg's patchbulia byak2006-06-292-0/+497
| | | (bzr r1318)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-295-14/+31
| | | (bzr r1315)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-232-26/+0
| | | (bzr r1268)
* add translator name [ 1511010 ] a double patch to add another translator to ↵Aaron Spike2006-06-231-0/+1
| | | | | the list (bzr r1264)
* Correctly write Aleksandar Urosevic's name. Closes 1353260.Colin Marquardt2006-06-201-1/+1
| | | (bzr r1238)
* Applied patch #1505715Jon A. Cruz2006-06-141-19/+36
| | | (bzr r1218)
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-131-6/+5
| | | (bzr r1208)
* * 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)
* Option to keep selection when changing layersJon A. Cruz2006-05-282-0/+5
| | | (bzr r1037)
* 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)