summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-2/+2
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-0311-12/+12
* GTK+ cleanup: gtk_object_setAlex Valavanis2011-07-021-1/+1
* GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-021-6/+3
|\
| * GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-6/+3
* | Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...Jon A. Cruz2011-07-024-8/+0
* | Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-021-4/+4
* | Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-301-2/+5
|/
* - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-263-8/+2
* Switch to GObjectAlex Valavanis2011-06-2415-61/+71
* Warning cleanup.Jon A. Cruz2011-06-2210-34/+37
* oops! I forgot to put "break;"s in my switch statement :-PFelipe Corr??a da Silva Sanches2011-06-221-0/+6
* get cmake working again.Campbell Barton2011-06-221-13/+6
* * Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2011-06-212-15/+43
* fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches2011-06-212-12/+37
* Fix outline viewKrzysztof Kosi??ski2011-06-192-9/+8
* Merge from trunkKrzysztof Kosi??ski2011-06-1931-177/+344
|\
| * Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-7/+7
| * Remove deprecated glib macro wrappersAlex Valavanis2011-06-1414-41/+41
| * Replace deprecated GtkSignalAlex Valavanis2011-06-132-5/+6
| * cmake:Campbell Barton2011-06-131-1/+68
| * Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-7/+5
| |\
| | * Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-7/+5
| * | cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-5/+2
| |/
| * cmake:Campbell Barton2011-06-131-2/+2
| * cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton2011-06-121-2/+2
| * cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton2011-06-121-1/+1
| * work in progress cmake commit:Campbell Barton2011-06-121-58/+65
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-0411-17/+13
| |\
| | * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-0310-16/+12
| |/
| * fix rendering of angled guidelinesFelipe Corr??a da Silva Sanches2011-06-011-6/+7
| * Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-284-2/+5
| * add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-262-4/+9
| * actually fontforge flipping of y-axis for svgfont glyphs is compliant with th...Felipe Corr??a da Silva Sanches2011-05-222-0/+32
| * Reinstating version bump.Jon A. Cruz2011-05-201-6/+1
| * fix rendering of SVG Fonts. Apparently the glyphs were wrongly rendered upsid...Felipe Corr??a da Silva Sanches2011-05-192-18/+57
| * Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-1/+6
| * Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches2011-05-182-10/+52
| * Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-6/+1
| * Adding initial cut of resource manager.Jon A. Cruz2011-05-061-1/+1
* | Fix rendering of control pointsKrzysztof Kosi??ski2011-06-194-225/+273
* | Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski2011-04-107-30/+47
* | Initialize cached patterns to NULL in NRStyle, should fix crashesKrzysztof Kosi??ski2011-04-092-3/+6
* | Slightly improve EXTRACT_ARGB32 macroKrzysztof Kosi??ski2011-04-091-4/+4
* | nr-filter-skeleton is compiled on windows (good to keep it up-to-date I think...Johan B. C. Engelen2011-04-082-9/+10
* | 2geom has "multiplatform" sincos functionJohan B. C. Engelen2011-04-081-1/+2
* | Add missing flush() / mark_dirty() calls around CMS transformKrzysztof Kosi??ski2011-04-081-0/+2
* | Fix color-managed viewKrzysztof Kosi??ski2011-04-081-86/+21
* | Merge from trunkKrzysztof Kosi??ski2011-04-0795-394/+823
|\|
| * Faster rounding for Gaussian blurJasper van de Gronde2011-04-021-6/+37