summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* these didn't compile for me. so let's try this.Aaron Spike2006-11-302-42/+42
| | | (bzr r2058)
* C++ find dialog: only UI issues left (i hope) Testing needed.Johan B. C. Engelen2006-11-292-6/+83
| | | (bzr r2055)
* C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen2006-11-294-18/+425
| | | (bzr r2054)
* 'backup' commit. Added widgets to C++-find dialog. Work not finished.Johan B. C. Engelen2006-11-292-18/+79
| | | (bzr r2052)
* New widget helperclass for Gtk:EntryJohan B. C. Engelen2006-11-293-0/+79
| | | (bzr r2051)
* Check if dialog is going to be displayed offscreen, if so: move it to center ↵Johan B. C. Engelen2006-11-261-5/+8
| | | | | | | off screen. [ 1596374 ] To do: copy this to non-gtkmm dialogs (bzr r2039)
* correct annotation; fixmebulia byak2006-11-201-1/+2
| | | (bzr r1996)
* ensure Enter in spinbuttons activates the Applybulia byak2006-11-201-0/+10
| | | (bzr r1995)
* patch for Preview out of the tabs and other fixesbulia byak2006-11-191-63/+58
| | | (bzr r1993)
* string fixes from bug 1516157bulia byak2006-11-191-2/+2
| | | (bzr r1991)
* change opacity display to 0..100bulia byak2006-11-191-14/+17
| | | (bzr r1988)
* separate updating window from updating layersbulia byak2006-11-181-0/+1
| | | (bzr r1984)
* enable Enter to activate filedialogsbulia byak2006-11-181-3/+3
| | | (bzr r1973)
* Remove our "fake" location field from the open dialog. Gtk's FileChooser ↵Bob Jamison2006-11-171-84/+0
| | | | | has evolved enough that we don't need it any more. (bzr r1970)
* redesign the dialog into 3 tabs, rewrite most texts, increase preview sizebulia byak2006-11-141-145/+129
| | | (bzr r1951)
* patch 1591723 for extra tracing parametersbulia byak2006-11-141-2/+87
| | | (bzr r1948)
* us spellingbulia byak2006-11-071-2/+2
| | | (bzr r1925)
* Applied patch to disable the pressure sensitivity for those people that have Jon Phillips2006-11-062-1/+5
| | | | | | | | | problems and added new author to our authors file: https://sourceforge.net/tracker/index.php?func=detail&aid=1511066&group_id=93438&atid=604308 Please test o this feature for those who have tablets, pressure sensitivity, etc...it is a workaround for gtk+ problems with some tablets, etc... (bzr r1911)
* patch 1590039, whitespacebulia byak2006-11-031-9/+8
| | | (bzr r1891)
* fixed 1582582gustav_b2006-11-021-0/+3
| | | (bzr r1885)
* workaround for crash 1580903 and several other issues caused by GTK's ↵bulia byak2006-10-261-0/+12
| | | | | braindead behavior exposed by display interruptibility (bzr r1866)
* Added "Other" radio toggle for the URI field on our license dialogJon Phillips2006-10-221-0/+8
| | | (bzr r1829)
* undo annotationsgustav_b2006-10-101-2/+1
| | | (bzr r1795)
* 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-26/+24
| | | (bzr r1768)
* 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)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-262-10/+10
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-254-8/+8
| | | | | 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-234-8/+8
| | | | | 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)
* Last tweaks for nowBob Jamison2006-08-201-4/+4
| | | (bzr r1621)
* Change layout to be more space conserving. This allows a larger paper listBob Jamison2006-08-202-72/+76
| | | (bzr r1620)
* Change to two columns. Probably do different later, but this is a startBob Jamison2006-08-192-26/+91
| | | (bzr r1616)
* Clean up paper size tableBob Jamison2006-08-161-62/+70
| | | (bzr r1606)
* Clean up a bit. Clarify several variable names. Add a lot of comments.Bob Jamison2006-08-162-105/+168
| | | (bzr r1605)
* Change deprecated OptionMenu to ComboBox. Modernize lookup a bitBob Jamison2006-08-162-93/+239
| | | (bzr r1604)
* add interface for disabling interaction during long-running operationsJohn Bintz2006-08-133-1/+39
| | | (bzr r1596)
* added functions to allow update events to process during long-running operationsJohn Bintz2006-08-133-0/+13
| | | (bzr r1595)
* added Rune and Rikumatiphas2006-07-241-0/+2
| | | (bzr r1470)
* switched to using sigc++ "modified" signalMenTaLguY2006-07-212-16/+17
| | | (bzr r1448)