summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-272-2/+2
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* more unreffing temporary styles properlybulia byak2007-06-271-1/+1
| | | (bzr r3114)
* initial filter UI code drop from NickMenTaLguY2007-06-246-0/+686
| | | (bzr r3095)
* remove duplicate entry in /ui/widget/Makefile_insertJohan B. C. Engelen2007-06-041-1/+0
| | | (bzr r3053)
* Gtkmm:ified Fill and Stroke dialog (disabled by default). It's stillgustav_b2007-06-022-3/+3
| | | | | using the old fill/stroke style and paint style widgets, though. (bzr r3050)
* fix range, make integer, remove unnecessary document_done, fix 1635388bulia byak2007-03-262-6/+8
| | | (bzr r2766)
* purge unused stuff, copyeditbulia byak2007-03-262-14/+6
| | | (bzr r2764)
* Monster commit. New grid infrastructure. The old gridmanagement code is ↵Johan B. C. Engelen2007-03-202-41/+70
| | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721)
* patch by cilix42 for bug 1671665bulia byak2007-03-192-14/+20
| | | (bzr r2719)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-192-79/+79
| | | (bzr r2399)
* enable click-action and general tooltip for style swatchesbulia byak2007-02-152-7/+44
| | | (bzr r2378)
* spell out Fill and Stroke labelsbulia byak2007-02-151-4/+4
| | | (bzr r2377)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* text fixesbulia byak2007-01-181-2/+2
| | | (bzr r2241)
* text markupbulia byak2007-01-181-2/+2
| | | (bzr r2240)
* text markup; use gradient preview for gradient fills or strokesbulia byak2007-01-182-6/+31
| | | (bzr r2239)
* height=12bulia byak2007-01-181-1/+1
| | | (bzr r2238)
* overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook2007-01-132-15/+16
| | | (bzr r2198)
* transientize the color picker window (it's a bare Gtk::Dialog so it requires ↵bulia byak2007-01-051-0/+4
| | | | | a special treatment) (bzr r2131)
* C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen2006-11-292-16/+18
| | | (bzr r2054)
* New widget helperclass for Gtk:EntryJohan B. C. Engelen2006-11-293-0/+79
| | | (bzr r2051)
* correct annotation; fixmebulia byak2006-11-201-1/+2
| | | (bzr r1996)
* change opacity display to 0..100bulia byak2006-11-191-14/+17
| | | (bzr r1988)
* 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)