summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* undo annotationsbulia byak2006-10-051-25/+23
| | | (bzr r1768)
* 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-252-5/+5
| | | | | 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-232-5/+5
| | | | | one major janitorial task we identified.... (bzr r1633)
* 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)
* give _anchor initial value before comparing itRalf Stephan2006-07-131-0/+1
| | | (bzr r1401)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-298-35/+73
| | | (bzr r1315)
* do some include changes more correctlyRalf Stephan2006-06-281-3/+3
| | | (bzr r1311)
* fix 4.2 xcompilation: remove array assignment hackRalf Stephan2006-06-271-3/+4
| | | (bzr r1309)
* more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.hRalf Stephan2006-06-241-0/+4
| | | (bzr r1276)
* remove setDoc(), part of fix for #1509854Ralf Stephan2006-06-221-2/+1
| | | (bzr r1261)
* reorganize flow, prevent infinite loop, fixes #1509854Ralf Stephan2006-06-221-23/+36
| | | (bzr r1260)
* Applied patch #1501709Jon A. Cruz2006-06-071-3/+1
| | | (bzr r1176)
* 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)
* Correct my translation call. I shouldn't call gettext directly.Kees Cook2006-05-251-1/+1
| | | (bzr r1010)
* Panel refactoringJon A. Cruz2006-05-232-34/+100
| | | (bzr r976)
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-222-14/+22
| | | (bzr r940)
* guard callback, catch release event, set _rgba: fixes #1491876, #1492332Ralf Stephan2006-05-211-0/+11
| | | (bzr r915)
* Fixed localization for metadata license selector.Kees Cook2006-05-181-1/+1
| | | (bzr r870)
* fix 1480934bulia byak2006-05-051-1/+1
| | | (bzr r730)
* fixed broken page unit changing in Document PropertiesAndrius Ramanauskas2006-05-041-3/+2
| | | (bzr r723)
* 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 showing style when last-set style is empty (on a new installation of ↵bulia byak2006-05-012-7/+19
| | | | | inkscape) (bzr r647)
* 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)
* Move fit canvas button into PageSizerAaron Spike2006-04-252-1/+29
| | | (bzr r585)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-176-41/+41
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Adding in new icon sizeJon A. Cruz2006-04-091-5/+12
| | | (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-061-1/+1
| | | (bzr r439)
* Check for null pointerJon A. Cruz2006-04-021-18/+21
| | | (bzr r399)
* more g++ 4.1 fixes (by inkblotter)Ralf Stephan2006-03-281-0/+1
| | | (bzr r318)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-132-2/+2
| | | (bzr r232)
* Make color drag to minibar only work when a styled item is selected.Jon A. Cruz2006-03-042-33/+35
| | | (bzr r201)
* Fix bug with invalid singleton pointer. If we want a single dialog ↵Bob Jamison2006-03-032-88/+86
| | | | | displayed, we can do it a safer way. (Callbacks in document-properties.cpp) (bzr r198)
* Made style minibar take color drag-n-dropJon A. Cruz2006-03-012-1/+105
| | | (bzr r193)