summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* RenamingBryce Harrington2006-12-061-711/+0
| | | (bzr r2074)
* translation of french stringsC??dric Gemy2006-12-031-6/+7
| | | (bzr r2073)
* added inkscape translation to commandline parameterstheAdib2006-12-031-0/+16
| | | (bzr r2072)
* added inkscape translations eu and kmtheAdib2006-12-0312-1/+44
| | | (bzr r2071)
* Need to use bash, Ubuntu's /bin/sh is dash, which is unsafe for some of the ↵Kees Cook2006-12-031-1/+1
| | | | | bashisms in this script now. (bzr r2070)
* Protect arguments with quotesKees Cook2006-12-031-4/+4
| | | (bzr r2069)
* Drop debian tree from tarball, as recommended by debian packaging.Kees Cook2006-12-031-16/+0
| | | (bzr r2068)
* improve streamingBob Jamison2006-12-024-512/+439
| | | (bzr r2067)
* Fixing typoLuca Bruno2006-12-021-1/+1
| | | (bzr r2066)
* Fixing typoLuca Bruno2006-12-021-6/+6
| | | (bzr r2065)
* parse bind result from server to get resource. gtalk mangeles your ↵Bob Jamison2006-12-022-23/+38
| | | | | proffered resource, and wants the mangled value back (bzr r2064)
* better version comparisonLuca Bruno2006-12-021-1/+7
| | | (bzr r2063)
* allow 0-length propertiesBob Jamison2006-12-022-12/+13
| | | (bzr r2062)
* fix minutes/seconds calc. oops.Bob Jamison2006-12-021-1/+1
| | | (bzr r2061)
* fix for bug #1600900, freetype internals must not be used.St??phane Gimenez2006-12-021-3/+3
| | | | | | | | but, the replacement "FT_Get_X11_Font_Format" is still a hack, headers says: "It should only be used by the FreeType 2 font backend of the XFree86 font server." (bzr r2060)
* open window ON-screenUlf Erikson2006-11-301-4/+14
| | | (bzr r2059)
* these didn't compile for me. so let's try this.Aaron Spike2006-11-302-42/+42
| | | (bzr r2058)
* get gettimeofday() out of buildtool:: namespaceBob Jamison2006-11-301-11/+13
| | | (bzr r2057)
* C++ find dialog calling code.Johan B. C. Engelen2006-11-291-0/+2
| | | (bzr r2056)
* C++ find dialog: only UI issues left (i hope) Testing needed.Johan B. C. Engelen2006-11-292-6/+83
| | | (bzr r2055)
* C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen2006-11-294-18/+425
| | | (bzr r2054)
* prevent compiling error on gettimeofday on mingw compilertheAdib2006-11-292-4/+4
| | | (bzr r2053)
* 'backup' commit. Added widgets to C++-find dialog. Work not finished.Johan B. C. Engelen2006-11-292-18/+79
| | | (bzr r2052)
* New widget helperclass for Gtk:EntryJohan B. C. Engelen2006-11-293-0/+79
| | | (bzr r2051)
* make the architecture settableBob Jamison2006-11-281-7/+8
| | | (bzr r2050)
* fix timeBob Jamison2006-11-281-2/+2
| | | (bzr r2049)
* remove tabs, add timeBob Jamison2006-11-281-854/+920
| | | (bzr r2048)
* get it to work on linuxBob Jamison2006-11-282-35/+91
| | | (bzr r2047)
* fix 'strip'Bob Jamison2006-11-271-1/+4
| | | (bzr r2046)
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-277-60/+77
| | | (bzr r2045)
* fixed temporary files management in eqtexsvg extensionSt??phane Gimenez2006-11-271-20/+31
| | | (bzr r2044)
* Documenting all routines in stroke-style.cppBryce Harrington2006-11-271-8/+111
| | | (bzr r2043)
* bug 1598337 / patch 1603279 by atwupack: crash deleting invisible layersRichard Hughes2006-11-272-4/+4
| | | (bzr r2042)
* bug 1602461: never use font-stretch on win32 because Pango/GDI don't support ↵Richard Hughes2006-11-261-1/+5
| | | | | it so will end up falling back to Arial always (bzr r2041)
* make update-po works againAlexandre Prokoudine2006-11-261-3/+6
| | | (bzr r2040)
* Check if dialog is going to be displayed offscreen, if so: move it to center ↵Johan B. C. Engelen2006-11-261-5/+8
| | | | | | | off screen. [ 1596374 ] To do: copy this to non-gtkmm dialogs (bzr r2039)
* rename INX name for radiobuttons: <item> => <option>Johan B. C. Engelen2006-11-252-8/+7
| | | | | removed debug message (bzr r2038)
* added user unit conversion to eqtexsvg extensionSt??phane Gimenez2006-11-252-3/+3
| | | (bzr r2037)
* upgrade apspec file to autopackage 1.2Aaron Spike2006-11-251-8/+5
| | | (bzr r2036)
* adding stroke-dasyarrayAaron Spike2006-11-251-8/+42
| | | (bzr r2035)
* please don't forget to update Makefile.ambulia byak2006-11-241-2/+0
| | | (bzr r2034)
* Added "multiply x-range with 2*pi" option to function plotter for easier useJohan B. C. Engelen2006-11-242-3/+13
| | | (bzr r2033)
* Deleted the Wavy extension, because functionplotter provides the same ↵Johan B. C. Engelen2006-11-242-153/+0
| | | | | functionality. (bzr r2032)
* NEW: radiobuttons for extensions. See radiobutton_example.inx how to use ↵Johan B. C. Engelen2006-11-246-12/+319
| | | | | them (they are very similar to enums) (bzr r2031)
* Add "strip" to <link> so you can do it if linking is successfulBob Jamison2006-11-242-12/+70
| | | (bzr r2030)
* forgot reAaron Spike2006-11-241-1/+1
| | | (bzr r2029)
* move user unit conversion into inkex.pyAaron Spike2006-11-244-60/+27
| | | (bzr r2028)
* fixes related to bugs (#1495693,#1500967,#1555211)St??phane Gimenez2006-11-242-69/+54
| | | | | | | | | | | with the eqtexsvg plugin (ie LaTeX Formula): - uses better svg parsing technique - does better tmp file creation - uses plot-svg pstoedit driver to produce svgs - does not use -output-dir with latex - other minor fixes and improvements thanks to Roman S Dubtsov (bzr r2027)
* grow/shrink node selection by scrollwheelbulia byak2006-11-241-4/+31
| | | (bzr r2026)
* rename the effectbulia byak2006-11-241-3/+3
| | | (bzr r2025)