summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove error message from groupChatCreate(). Gtalk should be ok with groups ...Bob Jamison2006-11-241-2/+2
* remove 'from=' from messages, to work better with googletalk. It mangles the...Bob Jamison2006-11-241-32/+56
* trying to nail the elusive disabled-mouse bug: if you're going to grab someth...bulia byak2006-11-221-0/+8
* rearrange code to make rubberband a bit more interruptibility-proofbulia byak2006-11-221-3/+4
* rearrange code to make button actions a bit more interruptibility-proofbulia byak2006-11-221-4/+4
* button-down event may have been missed (e.g. when you do button-1 down while ...bulia byak2006-11-221-2/+4
* should fix compilation issues on 64bit archesSt??phane Gimenez2006-11-211-3/+3
* improve performanceBob Jamison2006-11-211-5/+12
* bug 1500287: Arabic and other RTL text not being shaped correctlyRichard Hughes2006-11-201-5/+26
* yet another crash/freeze in ungrab. IMPORTANT: the document_done calls and ot...bulia byak2006-11-201-8/+6
* correct annotation; fixmebulia byak2006-11-201-1/+2
* ensure Enter in spinbuttons activates the Applybulia byak2006-11-201-0/+10
* patch 1598684: better trace quantizationbulia byak2006-11-207-569/+756
* patch for Preview out of the tabs and other fixesbulia byak2006-11-191-63/+58
* string fixes from bug 1516157bulia byak2006-11-195-6/+5
* add % to the blur/opacity labelsbulia byak2006-11-191-2/+2
* change opacity display to 0..100bulia byak2006-11-192-15/+18
* Cleanup work for markers - adding some documentation to areas of codeBryce Harrington2006-11-184-12/+30
* Adding some documentation for things related to markersBryce Harrington2006-11-181-4/+15
* separate updating window from updating layersbulia byak2006-11-186-2/+10
* update layers after effectbulia byak2006-11-181-0/+1
* remove g++ 4.1.1 compiler errorsBob Jamison2006-11-182-5/+5
* extend the range of cap rounding, rename it to make more sensebulia byak2006-11-181-2/+2
* correct the cap rounding in the temporary (red) shapebulia byak2006-11-181-4/+8
* patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak2006-11-1810-38/+594
* enable Enter to activate filedialogsbulia byak2006-11-181-3/+3
* Remove our "fake" location field from the open dialog. Gtk's FileChooser has...Bob Jamison2006-11-171-84/+0
* Slight include tweakBob Jamison2006-11-161-1/+1
* change include to not interfere with other instances of uri.hBob Jamison2006-11-161-1/+1
* cleanup filter handling, fix hreffing, implement release and modified signal ...bulia byak2006-11-162-40/+90
* Fix non-basenamesBob Jamison2006-11-151-1/+3
* More compile error cleanupBob Jamison2006-11-155-27/+30
* Make C++ - compilable. Mostly remove pointer casting problems. Fix a few pla...Bob Jamison2006-11-1527-340/+259
* removed obsolete -G option from main.cpp and therefore from '--help' outputAlexandre Prokoudine2006-11-141-9/+0
* redesign the dialog into 3 tabs, rewrite most texts, increase preview sizebulia byak2006-11-141-145/+129
* no need to list win32 stuff here?bulia byak2006-11-141-12/+1
* remove debug outputbulia byak2006-11-141-2/+0
* patch 1591723 for extra tracing parametersbulia byak2006-11-143-18/+143
* patch for emf export on win32bulia byak2006-11-136-2/+2242
* fix another crash on exit caused by trying to do stuff when canvas is no morebulia byak2006-11-131-0/+3
* fix bug which caused erroneous zoom-in after shift-middle-clicking to zoom ou...bulia byak2006-11-131-0/+1
* remove default minsize for creating bitmapbulia byak2006-11-131-1/+1
* factor out retrieving export hints from selection and document; use that for ...bulia byak2006-11-133-65/+120
* remove warning - it's normalbulia byak2006-11-121-1/+0
* ok, fix another crash caused by GTK's broken spinbuttonsbulia byak2006-11-121-1/+8
* allow union on a single object for the purpose of removing self overlapsAaron Spike2006-11-101-1/+1
* disable "experimental" Cairo PDF output for nowMenTaLguY2006-11-101-0/+2
* "fix" gradients; things need to be resolved on the Cairo side, of courseMenTaLguY2006-11-101-4/+4
* fix alpha compositing in PDF exportMenTaLguY2006-11-101-13/+17
* jettison old PDF exportMenTaLguY2006-11-107-2250/+0