summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New registered widget (text entry box).Maximilian Albert2008-07-295-0/+210
| | | (bzr r6461)
* fix tweak page idbulia byak2008-07-261-1/+1
| | | (bzr r6424)
* add style selector for tweak toolbulia byak2008-07-262-5/+7
| | | (bzr r6423)
* meaningful limitsbulia byak2008-07-261-2/+2
| | | (bzr r6422)
* Added compensation factor for time-skew with event latency.Jon A. Cruz2008-07-262-0/+6
| | | (bzr r6421)
* Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala2008-07-241-3/+9
| | | (bzr r6409)
* fix compileFelipe Corr??a da Silva Sanches2008-07-221-0/+1
| | | (bzr r6389)
* cleanup includesJohan B. C. Engelen2008-07-212-15/+1
| | | (bzr r6385)
* fix includes a bit for imagetogglerJohan B. C. Engelen2008-07-212-11/+1
| | | (bzr r6384)
* make visibility icon in LPE stack dialog clickableJohan B. C. Engelen2008-07-202-3/+21
| | | (bzr r6379)
* add visibility icon to LPE stack dialog. not clickable yetJohan B. C. Engelen2008-07-202-2/+16
| | | (bzr r6378)
* extract ImageToggler from layers dialogJohan B. C. Engelen2008-07-204-0/+226
| | | (bzr r6377)
* noop: rename function name and whitespaceJohan B. C. Engelen2008-07-202-36/+34
| | | (bzr r6376)
* remove redundant code from lpe dialogJohan B. C. Engelen2008-07-201-3/+1
| | | (bzr r6375)
* whitespace, and add virtual destructor to ModelColumns of LPE stack dialogJohan B. C. Engelen2008-07-201-7/+8
| | | (bzr r6374)
* Warning cleanupJon A. Cruz2008-07-203-21/+24
| | | (bzr r6367)
* make the resolution for create bitmap copy settable in uibulia byak2008-07-182-0/+5
| | | (bzr r6354)
* Removed the unused allowshorthands preference.Jasper van de Gronde2008-07-182-6/+0
| | | (bzr r6352)
* added SVF Fonts dialog to the list of translatablesAlexandre Prokoudine2008-07-181-7/+7
| | | | | marked its messages for translation (bzr r6350)
* * added another spinbox to the svgfonts uiFelipe Corr??a da Silva Sanches2008-07-182-1/+25
| | | | | | * this one will set the horiz_adv_x parameter of fonts (i.e. the "set width") * but it is still not working well since I need to find out how to tell cairo that the glyph cache is invalid and that glyphs should be rerendered (bzr r6347)
* fix initialization order of FilterEffectDialog fields, per bug #249514MenTaLguY2008-07-172-7/+8
| | | (bzr r6340)
* fix combo enum, to handle enums of all types (not only the ones that range ↵Johan B. C. Engelen2008-07-162-9/+9
| | | | | from 0..10) (bzr r6333)
* improving SVG Fonts UIFelipe Corr??a da Silva Sanches2008-07-161-6/+16
| | | (bzr r6331)
* Support for copy/paste with Windows clipboard. (LP 217609)Ulf Erikson2008-07-151-20/+159
| | | (bzr r6318)
* Preview emf on windowsUlf Erikson2008-07-142-1/+195
| | | (bzr r6294)
* increase font size on kerning_preview and text_preview drawing areasFelipe Corr??a da Silva Sanches2008-07-122-3/+13
| | | (bzr r6271)
* properly update kerning value in the spinbox and fix some crashesFelipe Corr??a da Silva Sanches2008-07-121-10/+19
| | | (bzr r6270)
* now one can visually adjust glyph kerning. (still doesn save that info in ↵Felipe Corr??a da Silva Sanches2008-07-122-2/+29
| | | | | the file, though) (bzr r6269)
* kerning pairs already can be selected but kerning value still cant be setFelipe Corr??a da Silva Sanches2008-07-122-2/+14
| | | (bzr r6268)
* glyph-kerning setup user interface (not functional yet, just the gtk UI sketch)Felipe Corr??a da Silva Sanches2008-07-122-4/+49
| | | (bzr r6267)
* move max-recent to ui tabbulia byak2008-07-121-7/+5
| | | (bzr r6263)
* fix crash on svnfonts dialogFelipe Corr??a da Silva Sanches2008-07-121-17/+6
| | | (bzr r6262)
* Text Preview entry box on SVGFonts dialog (unfortunately crashing sometimes, ↵Felipe Corr??a da Silva Sanches2008-07-112-5/+24
| | | | | dont know why) (bzr r6255)
* * removed the auxiliary GtkWindowFelipe Corr??a da Silva Sanches2008-07-112-7/+73
| | | | | * added font preview to the SvgFonts dialog (bzr r6254)
* remove tolerance from tool prefs now that it's on the controls barbulia byak2008-07-092-6/+0
| | | (bzr r6249)
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-5/+1
| | | (bzr r6214)
* move undo commits closer to the UIbulia byak2008-07-051-0/+3
| | | (bzr r6195)
* ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that ↵Peter Moulder2008-07-051-1/+4
| | | | | we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6189)
* Warning cleanupJon A. Cruz2008-07-041-1/+1
| | | (bzr r6156)
* missed a spotMenTaLguY2008-07-011-14/+0
| | | (bzr r6113)
* dead code removalMenTaLguY2008-07-0111-565/+0
| | | (bzr r6112)
* Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz2008-06-262-1/+3
| | | (bzr r6063)
* * remove g_warningsFelipe Corr??a da Silva Sanches2008-06-262-15/+35
| | | | | * add 2 experimental entry fields in SVGFonts dialog (bzr r6062)
* adding list of available SVGFonts to the SVGFonts dialogFelipe Corr??a da Silva Sanches2008-06-252-2/+61
| | | (bzr r6059)
* warning cleanupFelipe Corr??a da Silva Sanches2008-06-252-3/+3
| | | (bzr r6058)
* missing files from previous commitFelipe Corr??a da Silva Sanches2008-06-252-0/+77
| | | (bzr r6057)
* adding a dialog for SVG FontsFelipe Corr??a da Silva Sanches2008-06-252-0/+9
| | | (bzr r6056)
* Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver2008-06-241-22/+3
| | | (bzr r6048)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-245-99/+4
| | | (bzr r6046)
* patch from 226459, approved by joelbulia byak2008-06-201-7/+15
| | | (bzr r6006)