summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add missing files for make distcheckRalf Stephan2006-05-222-0/+2
| | | (bzr r945)
* This odd change make it work for meAaron Spike2006-05-221-3/+3
| | | (bzr r944)
* * Remember default setting for alingmentMilosz Derezynski2006-05-221-0/+11
| | | (bzr r943)
* * Apply style to selection also when applying it to defaultsMilosz Derezynski2006-05-221-8/+2
| | | (bzr r942)
* omg i've added myself!!!!!!!!!!!Milosz Derezynski2006-05-221-0/+1
| | | (bzr r941)
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-224-15/+29
| | | (bzr r940)
* * Re-add pointer/keyb grabbing for font list popdown in the text toolbar ↵Milosz Derezynski2006-05-221-2/+0
| | | | | (was temporarily disabled for testing, or i just accidentally commited it that way) (bzr r939)
* * Make sure we don't read on NULL pointer instead of gobject instance in ↵Milosz Derezynski2006-05-222-0/+6
| | | | | text-edit.cpp:*_set_insensitive() (bzr r938)
* * Don't forget to acquire the row from the model in toolbox.cpp:cell_data_func()Milosz Derezynski2006-05-221-0/+2
| | | (bzr r937)
* * Revert toolboxMilosz Derezynski2006-05-221-20/+0
| | | (bzr r936)
* * Add orientation controls to text toolbarMilosz Derezynski2006-05-221-14/+133
| | | (bzr r935)
* Clean up registration. Comment out authzid from sasl, as wildfire cant ↵Bob Jamison2006-05-222-14/+36
| | | | | handle it. (bzr r934)
* * Reinstate controls for bold/italic and fill/justify lost between the ↵Milosz Derezynski2006-05-221-122/+111
| | | | | previous 2 commits (bzr r933)
* replace super-linear complexity stacked C stirng concatenations with O(1) ↵MenTaLguY2006-05-222-13/+12
| | | | | append to std::vector (bzr r932)
* * Make sure the warning image regarding a non installed font is always ↵Milosz Derezynski2006-05-221-59/+61
| | | | | | | initially hidden when the particular font _is_ installed * Add control for setting text to fill/justify (bzr r931)
* * Add setting text_align to QUERY_FONTSTYLEMilosz Derezynski2006-05-221-0/+1
| | | | | | * Add controls for 'justify' text and bold and italic to text toolbar * Make sure the warning image for a non-installed font does not show up erronously (bzr r930)
* (bzr r929)Bob Jamison2006-05-221-12/+27
|
* Unix-ify the sourcesBob Jamison2006-05-2130-33758/+33758
| | | (bzr r928)
* Check if we are already SSL before trying STARTTLSBob Jamison2006-05-211-1/+8
| | | (bzr r927)
* Added 'Show close button on dialogs' option.Marco Scholten2006-05-213-1/+10
| | | (bzr r926)
* Greatly improve SASL challenge parsingBob Jamison2006-05-212-38/+118
| | | (bzr r925)
* request collection pass after destruction of a view widgetMenTaLguY2006-05-212-0/+8
| | | (bzr r924)
* call GC::request_early_collection() after switching preview imagesMenTaLguY2006-05-214-2/+40
| | | (bzr r923)
* remove unnecessary casts which didn't compile on old versions of FreeTypeRichard Hughes2006-05-211-5/+5
| | | (bzr r922)
* added pdf metainfo authorAdib Taraben2006-05-211-1/+1
| | | (bzr r921)
* fix 1445003bulia byak2006-05-211-2/+2
| | | (bzr r920)
* eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen ↵bulia byak2006-05-217-17/+9
| | | | | with newer gtk versions (bzr r919)
* require libsigc-2.0.11 on gcc-3 and 2.0.12 on gcc-4+ systemsRalf Stephan2006-05-211-1/+5
| | | (bzr r918)
* Adding notification when managed layers change.Jon A. Cruz2006-05-215-7/+71
| | | (bzr r917)
* fix unstable behavior when ctrl+alt+dragging more than one sharp nodebulia byak2006-05-211-4/+4
| | | (bzr r916)
* guard callback, catch release event, set _rgba: fixes #1491876, #1492332Ralf Stephan2006-05-211-0/+11
| | | (bzr r915)
* deselect if not keep_selectedbulia byak2006-05-211-1/+4
| | | (bzr r914)
* handle unhandled case in sp_color_rgb_to hsv_floatv(), removes assert ↵Ralf Stephan2006-05-211-0/+2
| | | | | warnings when setting color via wheel (bzr r913)
* * src/extension/internal/pdf.cpp: Compilation fix. For versionsmjwybrow2006-05-212-0/+10
| | | | | | of glib older that 2.9.0, use g_date_set_time() instead of g_date_set_time_t(). (bzr r912)
* add %%EOF trailer for DSC-complianceMenTaLguY2006-05-212-0/+8
| | | (bzr r911)
* first hack at in-band registrationBob Jamison2006-05-214-22/+142
| | | (bzr r910)
* * Unify text-anchor and text-align for the text toolbarMilosz Derezynski2006-05-211-5/+107
| | | (bzr r909)
* completet some more metainfo (title, creator, producer, date) for pdfAdib Taraben2006-05-211-4/+17
| | | (bzr r908)
* * Implement size selection in text toolbarMilosz Derezynski2006-05-201-5/+54
| | | (bzr r907)
* Update.Colin Marquardt2006-05-202-27/+23
| | | (bzr r906)
* Rename slightly, also makes for easier translation.Colin Marquardt2006-05-204-3/+10
| | | (bzr r905)
* * Set default font widget insensitive only if existsMilosz Derezynski2006-05-201-2/+3
| | | (bzr r904)
* Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz2006-05-204-19/+126
| | | (bzr r903)
* * Don't block when setting a font trough the GtkEntryMilosz Derezynski2006-05-203-61/+52
| | | (bzr r902)
* * New font selector (using treeview)Milosz Derezynski2006-05-201-48/+188
| | | (bzr r901)
* * src/libnrtype/FontInstance.cpp: patch from David Turner of themjwybrow2006-05-202-10/+18
| | | | | | FreeType Project. Fixes a compilation problem and a possible segmentation fault. (bzr r900)
* remove inclusion of internal freetype headers (which weren't needed anyway)Richard Hughes2006-05-191-4/+0
| | | (bzr r899)
* font_sample default stringbulia byak2006-05-191-1/+2
| | | (bzr r898)
* Someone keeps committing a copy of this with '-g' removed. Stop. :)Bob Jamison2006-05-191-3/+3
| | | (bzr r897)
* make output "trying to load ..." more informativeRalf Stephan2006-05-191-1/+1
| | | (bzr r896)