summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up registration. Comment out authzid from sasl, as wildfire cant handl...Bob Jamison2006-05-222-14/+36
* * Reinstate controls for bold/italic and fill/justify lost between the previo...Milosz Derezynski2006-05-221-122/+111
* replace super-linear complexity stacked C stirng concatenations with O(1) app...MenTaLguY2006-05-222-13/+12
* * Make sure the warning image regarding a non installed font is always initia...Milosz Derezynski2006-05-221-59/+61
* * Add setting text_align to QUERY_FONTSTYLEMilosz Derezynski2006-05-221-0/+1
* (bzr r929)Bob Jamison2006-05-221-12/+27
* Unix-ify the sourcesBob Jamison2006-05-2130-33758/+33758
* Check if we are already SSL before trying STARTTLSBob Jamison2006-05-211-1/+8
* Added 'Show close button on dialogs' option.Marco Scholten2006-05-213-1/+10
* Greatly improve SASL challenge parsingBob Jamison2006-05-212-38/+118
* request collection pass after destruction of a view widgetMenTaLguY2006-05-212-0/+8
* call GC::request_early_collection() after switching preview imagesMenTaLguY2006-05-214-2/+40
* remove unnecessary casts which didn't compile on old versions of FreeTypeRichard Hughes2006-05-211-5/+5
* added pdf metainfo authorAdib Taraben2006-05-211-1/+1
* fix 1445003bulia byak2006-05-211-2/+2
* eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen wi...bulia byak2006-05-217-17/+9
* require libsigc-2.0.11 on gcc-3 and 2.0.12 on gcc-4+ systemsRalf Stephan2006-05-211-1/+5
* Adding notification when managed layers change.Jon A. Cruz2006-05-215-7/+71
* fix unstable behavior when ctrl+alt+dragging more than one sharp nodebulia byak2006-05-211-4/+4
* guard callback, catch release event, set _rgba: fixes #1491876, #1492332Ralf Stephan2006-05-211-0/+11
* deselect if not keep_selectedbulia byak2006-05-211-1/+4
* handle unhandled case in sp_color_rgb_to hsv_floatv(), removes assert warning...Ralf Stephan2006-05-211-0/+2
* * src/extension/internal/pdf.cpp: Compilation fix. For versionsmjwybrow2006-05-212-0/+10
* add %%EOF trailer for DSC-complianceMenTaLguY2006-05-212-0/+8
* first hack at in-band registrationBob Jamison2006-05-214-22/+142
* * Unify text-anchor and text-align for the text toolbarMilosz Derezynski2006-05-211-5/+107
* completet some more metainfo (title, creator, producer, date) for pdfAdib Taraben2006-05-211-4/+17
* * Implement size selection in text toolbarMilosz Derezynski2006-05-201-5/+54
* Update.Colin Marquardt2006-05-202-27/+23
* Rename slightly, also makes for easier translation.Colin Marquardt2006-05-204-3/+10
* * Set default font widget insensitive only if existsMilosz Derezynski2006-05-201-2/+3
* Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz2006-05-204-19/+126
* * Don't block when setting a font trough the GtkEntryMilosz Derezynski2006-05-203-61/+52
* * New font selector (using treeview)Milosz Derezynski2006-05-201-48/+188
* * src/libnrtype/FontInstance.cpp: patch from David Turner of themjwybrow2006-05-202-10/+18
* remove inclusion of internal freetype headers (which weren't needed anyway)Richard Hughes2006-05-191-4/+0
* font_sample default stringbulia byak2006-05-191-1/+2
* Someone keeps committing a copy of this with '-g' removed. Stop. :)Bob Jamison2006-05-191-3/+3
* make output "trying to load ..." more informativeRalf Stephan2006-05-191-1/+1
* remove debug output, fixes part of #1412779Ralf Stephan2006-05-191-1/+1
* replace Gtk::Stock::DIRECTORY with Gtk::Stock::INDEX to support gtkmm-2.4, fi...Ralf Stephan2006-05-191-1/+1
* init matrix variable, removes compiler warningsRalf Stephan2006-05-191-2/+3
* Selection and event handling cleanup. Added deeper display.Jon A. Cruz2006-05-193-93/+140
* * Query default text attributes if selection query returns nothingMilosz Derezynski2006-05-191-2/+11
* * Implement completion for font selection as well as a warning symbol in case...Milosz Derezynski2006-05-191-1/+42
* Minor parameter type and snprintf safety tweakJon A. Cruz2006-05-191-2/+4
* fix compile warningbulia byak2006-05-191-0/+2
* * Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to man...Milosz Derezynski2006-05-193-80/+241
* fixed crash when starting up without Inkscape GUI: Inkscape messages were bei...David Yip2006-05-191-3/+5
* PDF export patch by Ulf Eriksonbulia byak2006-05-1910-2/+2222