summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-272-2/+2
* more unreffing temporary styles properlybulia byak2007-06-271-1/+1
* initial filter UI code drop from NickMenTaLguY2007-06-246-0/+686
* remove duplicate entry in /ui/widget/Makefile_insertJohan B. C. Engelen2007-06-041-1/+0
* Gtkmm:ified Fill and Stroke dialog (disabled by default). It's stillgustav_b2007-06-022-3/+3
* fix range, make integer, remove unnecessary document_done, fix 1635388bulia byak2007-03-262-6/+8
* purge unused stuff, copyeditbulia byak2007-03-262-14/+6
* Monster commit. New grid infrastructure. The old gridmanagement code is still...Johan B. C. Engelen2007-03-202-41/+70
* patch by cilix42 for bug 1671665bulia byak2007-03-192-14/+20
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-192-79/+79
* enable click-action and general tooltip for style swatchesbulia byak2007-02-152-7/+44
* spell out Fill and Stroke labelsbulia byak2007-02-151-4/+4
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-211-1/+2
* text fixesbulia byak2007-01-181-2/+2
* text markupbulia byak2007-01-181-2/+2
* text markup; use gradient preview for gradient fills or strokesbulia byak2007-01-182-6/+31
* height=12bulia byak2007-01-181-1/+1
* overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook2007-01-132-15/+16
* transientize the color picker window (it's a bare Gtk::Dialog so it requires ...bulia byak2007-01-051-0/+4
* C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen2006-11-292-16/+18
* New widget helperclass for Gtk:EntryJohan B. C. Engelen2006-11-293-0/+79
* correct annotation; fixmebulia byak2006-11-201-1/+2
* change opacity display to 0..100bulia byak2006-11-191-14/+17
* 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