2011-02-27 |
metan | Fixed off by one bug in GP_WritePixels24().
|
commit | commitdiff | tree |
2011-02-27 |
metan | Quick and dirty GP_Context rotation filters.
|
commit | commitdiff | tree |
2011-02-26 |
metan | Changed the misleading GP_PIXEL_ADDR(c, y, x) to GP_PIXEL_AD...
|
commit | commitdiff | tree |
2011-02-26 |
metan | Fixed the getpixel macros.
|
commit | commitdiff | tree |
2011-02-26 |
metan | Worked on putpixel and getpixel.
|
commit | commitdiff | tree |
2011-02-26 |
metan | Simplified putpixel for 1bpp.
|
commit | commitdiff | tree |
2011-02-26 |
metan | Working on documentation.
|
commit | commitdiff | tree |
2011-02-24 |
Cyril Hrubis | Fixed fix, this time right.
|
commit | commitdiff | tree |
2011-02-24 |
Cyril Hrubis | Small fix in HLine generating macro.
|
commit | commitdiff | tree |
2011-02-23 |
metan | Added context documentation.
|
commit | commitdiff | tree |
2011-02-23 |
metan | cleanup: - bits_per_pixel -> bpp
|
commit | commitdiff | tree |
2011-02-23 |
metan | Added quick and dirty bitmap load/save test.
|
commit | commitdiff | tree |
2011-02-23 |
metan | Added 2bpp drawing and PGM loader.
|
commit | commitdiff | tree |
2011-02-23 |
metan | Working on PGM loader.
|
commit | commitdiff | tree |
2011-02-23 |
metan | Finished PBM Load/Save.
|
commit | commitdiff | tree |
2011-02-23 |
metan | Get rid of void* pixels.
|
commit | commitdiff | tree |
2011-02-22 |
metan | Makefile cleanup.
|
commit | commitdiff | tree |
2011-02-22 |
metan | Playing with non byte aligned colors.
|
commit | commitdiff | tree |
2011-02-21 |
metan | Cleaup: pixel is now plain integer.
|
commit | commitdiff | tree |
2011-02-21 |
metan | Started to write bitmap loaders.
|
commit | commitdiff | tree |
2011-02-21 |
metan | Added functions for allocating contexts.
|
commit | commitdiff | tree |
2011-02-13 |
metan | Fixed do {} while (0) around macros.
|
commit | commitdiff | tree |
2011-02-13 |
metan | Added pagedown/pageup into fileview.
|
commit | commitdiff | tree |
2011-02-13 |
metan | Added scrolling to fileview.
|
commit | commitdiff | tree |
2011-02-13 |
metan | Changed colors in fileview.
|
commit | commitdiff | tree |
2011-02-13 |
metan | Slightly better character data checks.
|
commit | commitdiff | tree |
2011-02-13 |
metan | Fixed segfault on unknown character in GP_TextWidth().
|
commit | commitdiff | tree |
2011-02-10 |
metan | Changed blue rect in fonttest not to be drawn
|
commit | commitdiff | tree |
2011-02-06 |
metan | Cleaned up compiled-in fonts, more to come.
|
commit | commitdiff | tree |
2011-02-03 |
metan | Added target for pdf documentation.
|
commit | commitdiff | tree |
2011-02-03 |
metan | Checked docs with aspell.
|
commit | commitdiff | tree |
2011-02-02 |
metan | Added font loading into fonttest.
|
commit | commitdiff | tree |
2011-01-30 |
metan | Added first version of asciidoc documentation.
|
commit | commitdiff | tree |
2011-01-30 |
metan | GP_Text and GP_TText now uses default style when
|
commit | commitdiff | tree |
2011-01-30 |
metan | Added TODO.
|
commit | commitdiff | tree |
2011-01-28 |
metan | Font loader fixes from bluebear and mine.
|
commit | commitdiff | tree |
2011-01-16 |
metan | Misused kerning for tracking.
|
commit | commitdiff | tree |
2011-01-16 |
metan | Added kerning to fonttest and fixed GP_TextMaxWidth().
|
commit | commitdiff | tree |
2011-01-16 |
metan | Triangle symbols are now symetrical even for even base.
|
commit | commitdiff | tree |
2011-01-16 |
metan | Added tetragon drawing.
|
commit | commitdiff | tree |
2011-01-16 |
metan | Added transformation for rectangle.
|
commit | commitdiff | tree |
2011-01-03 |
metan | Implemented first version of GP_Symbol() more to come.
|
commit | commitdiff | tree |
2011-01-02 |
metan | Fixed two typos in GP_THLineXYW() implementation.
|
commit | commitdiff | tree |
2010-12-31 |
metan | GP_TextMaxWidth() fixed forgotten xmul and xspace.
|
commit | commitdiff | tree |
2010-12-31 |
metan | Added GP_TextMaxWidth().
|
commit | commitdiff | tree |
2010-12-31 |
metan | GP_TextWidth should add n-1 spaces not n
|
commit | commitdiff | tree |
2010-12-29 |
metan | Merge branch 'master' of git://repo.or.cz/gfxprim
|
commit | commitdiff | tree |
2010-12-29 |
metan | Test now works for transformed text (GP_TText()).
|
commit | commitdiff | tree |
2010-12-18 |
metan | Added inverse point transformation.
|
commit | commitdiff | tree |
2010-12-17 |
metan | Fixed GP_Transform.h macros.
|
commit | commitdiff | tree |
2010-12-17 |
metan | Fixed text height computation.
|
commit | commitdiff | tree |
2010-12-04 |
metan | Added text style initalizer.
|
commit | commitdiff | tree |
2010-12-04 |
metan | Added GP_TextHeight().
|
commit | commitdiff | tree |
2010-12-04 |
metan | Fixed 'make install' to work.
|
commit | commitdiff | tree |
2010-08-15 |
metan | Rewrote sierpinsky to to use framebuffer driver.
|
commit | commitdiff | tree |
2010-08-15 |
metan | Coded experimental framebuffer driver, note
|
commit | commitdiff | tree |
2010-08-15 |
metan | Hacked together GP_TText() needs cleanup.
|
commit | commitdiff | tree |
2010-08-15 |
metan | Created paraell api for rotated drawing and
|
commit | commitdiff | tree |
2010-08-15 |
metan | Fixed X and Y mirroring, rotation vs mirroring
|
commit | commitdiff | tree |
2010-08-14 |
metan | Added X and Y transformation, doesn't work for
|
commit | commitdiff | tree |
2010-08-14 |
metan | Renamed cols and rows to w and h.
|
commit | commitdiff | tree |
2010-08-13 |
metan | Small comment cleanup.
|
commit | commitdiff | tree |
2010-08-13 |
metan | All drawing functions now return GP_RetCode
|
commit | commitdiff | tree |
2010-08-13 |
metan | Renamed orientation flags in GP_Context and fixed some...
|
commit | commitdiff | tree |
2010-08-13 |
metan | Replaced context->columns with context->cols,
|
commit | commitdiff | tree |
2010-08-13 |
metan | Hacked drawing functions so that they work with
|
commit | commitdiff | tree |
2010-08-13 |
metan | Rewrote all code to use GP_Color instead of long.
|
commit | commitdiff | tree |
2010-08-07 |
metan | Color type test.
|
commit | commitdiff | tree |
2010-08-07 |
metan | Added RGB565 and RGB666.
|
commit | commitdiff | tree |
2010-08-06 |
metan | Working on GP_PixelToColor().
|
commit | commitdiff | tree |
2010-08-06 |
metan | GP_PixelType is now part of GP_Pixel.
|
commit | commitdiff | tree |
2010-08-06 |
metan | Added hardware 4bit and 8bit format.
|
commit | commitdiff | tree |
2010-08-06 |
metan | Filenames now in CamelCase too.
|
commit | commitdiff | tree |
2010-08-06 |
metan | Added pixel test, worked on GP_Color and GP_Pixel.
|
commit | commitdiff | tree |
2010-08-05 |
metan | Added common color pixels conversions.
|
commit | commitdiff | tree |
2010-08-05 |
metan | Changed pixel functions.
|
commit | commitdiff | tree |
2010-08-05 |
metan | Added pixel implementation.
|
commit | commitdiff | tree |
2010-08-05 |
metan | Added GP_PixelValue type.
|
commit | commitdiff | tree |
2010-08-05 |
metan | GP_PALETTE_PACK -> GP_PALINDEX_PACK
|
commit | commitdiff | tree |
2010-08-05 |
metan | Renamed GRAY1, GRAY2 to GRAY_DARK GRAY_LIGTH.
|
commit | commitdiff | tree |
2010-08-04 |
metan | GP_RetCode moved to header.
|
commit | commitdiff | tree |
2010-08-04 |
metan | Color pretty print && typos.
|
commit | commitdiff | tree |
2010-08-04 |
metan | Fixed typos.
|
commit | commitdiff | tree |
2010-08-04 |
metan | Pretty palette print.
|
commit | commitdiff | tree |
2010-08-04 |
metan | Palette static initalizaton.
|
commit | commitdiff | tree |
2010-08-04 |
metan | Make headers uniform.
|
commit | commitdiff | tree |
2010-08-04 |
metan | Removed useless semicolon.
|
commit | commitdiff | tree |
2010-08-04 |
metan | Added GP_color.h and GP_palette.h into GP.h.
|
commit | commitdiff | tree |
2010-08-04 |
metan | Fixed GP_CalcLinePoints().
|
commit | commitdiff | tree |
2010-08-03 |
metan | Fixed palete -> palette typo.
|
commit | commitdiff | tree |
2010-08-03 |
metan | Color palette implementation.
|
commit | commitdiff | tree |
2010-08-03 |
metan | Grayscale colors.
|
commit | commitdiff | tree |
2010-08-03 |
metan | More named colors.
|
commit | commitdiff | tree |
2010-08-03 |
metan | Fix constants in GP_color.c
|
commit | commitdiff | tree |
2010-08-03 |
metan | Created GP_Color.
|
commit | commitdiff | tree |
2010-01-02 |
metan | Fixed compiler warnings on x86.
|
commit | commitdiff | tree |
2010-01-01 |
metan | Fixed make install.
|
commit | commitdiff | tree |
2009-12-30 |
metan | Renamed header, shortened api function name.
|
commit | commitdiff | tree |
2009-12-25 |
metan | Code cleanup in tests.
|
commit | commitdiff | tree |
2009-12-25 |
metan | Starting to implement automatic benchmarks.
|
commit | commitdiff | tree |