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