summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed 1582582gustav_b2006-11-021-0/+3
* workaround for crash 1580903 and several other issues caused by GTK's brainde...bulia byak2006-10-261-0/+12
* Added "Other" radio toggle for the URI field on our license dialogJon Phillips2006-10-221-0/+8
* undo annotationsgustav_b2006-10-101-2/+1
* undo annotationsbulia byak2006-10-051-25/+23
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-262-10/+10
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-5/+5
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-232-5/+5
* Last tweaks for nowBob Jamison2006-08-201-4/+4
* Change layout to be more space conserving. This allows a larger paper listBob Jamison2006-08-202-72/+76
* Change to two columns. Probably do different later, but this is a startBob Jamison2006-08-192-26/+91
* Clean up paper size tableBob Jamison2006-08-161-62/+70
* Clean up a bit. Clarify several variable names. Add a lot of comments.Bob Jamison2006-08-162-105/+168
* Change deprecated OptionMenu to ComboBox. Modernize lookup a bitBob Jamison2006-08-162-93/+239
* give _anchor initial value before comparing itRalf Stephan2006-07-131-0/+1
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-298-35/+73
* do some include changes more correctlyRalf Stephan2006-06-281-3/+3
* fix 4.2 xcompilation: remove array assignment hackRalf Stephan2006-06-271-3/+4
* more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.hRalf Stephan2006-06-241-0/+4
* remove setDoc(), part of fix for #1509854Ralf Stephan2006-06-221-2/+1
* reorganize flow, prevent infinite loop, fixes #1509854Ralf Stephan2006-06-221-23/+36
* Applied patch #1501709Jon A. Cruz2006-06-071-3/+1
* typos, mnemonicsbulia byak2006-05-281-2/+2
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-281-1/+2
* Correct my translation call. I shouldn't call gettext directly.Kees Cook2006-05-251-1/+1
* Panel refactoringJon A. Cruz2006-05-232-34/+100
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-222-14/+22
* guard callback, catch release event, set _rgba: fixes #1491876, #1492332Ralf Stephan2006-05-211-0/+11
* Fixed localization for metadata license selector.Kees Cook2006-05-181-1/+1
* fix 1480934bulia byak2006-05-051-1/+1
* fixed broken page unit changing in Document PropertiesAndrius Ramanauskas2006-05-041-3/+2
* small update for 1480247 fix (cleaned up the redundant code)Andrius Ramanauskas2006-05-031-4/+2
* Fix for Bug-1480247 (wrong page size when switching portrait-landscape)Andrius Ramanauskas2006-05-031-6/+13
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-023-7/+18
* (bzr r690)Ted Gould2006-05-023-18/+7
* add mnemonic for "Fit page to selection"Ralf Stephan2006-05-011-1/+1
* fix showing style when last-set style is empty (on a new installation of inks...bulia byak2006-05-012-7/+19
* enable the widget to listen to a repr to reflect its stylebulia byak2006-04-292-2/+132
* write no/unset fill/stroke to current stylebulia byak2006-04-261-4/+4
* Move fit canvas button into PageSizerAaron Spike2006-04-252-1/+29
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY2006-04-176-41/+41
* Adding in new icon sizeJon A. Cruz2006-04-091-5/+12
* Purge of OptionMenuJon A. Cruz2006-04-092-18/+46
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-1/+1
* Check for null pointerJon A. Cruz2006-04-021-18/+21
* more g++ 4.1 fixes (by inkblotter)Ralf Stephan2006-03-281-0/+1
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-132-2/+2
* Make color drag to minibar only work when a styled item is selected.Jon A. Cruz2006-03-042-33/+35
* Fix bug with invalid singleton pointer. If we want a single dialog displayed...Bob Jamison2006-03-032-88/+86
* Made style minibar take color drag-n-dropJon A. Cruz2006-03-012-1/+105