|
|
@4770
|
10 years |
Alex Foulon |
* Bind font functions.
* Bind caca_render_canvas function.
* Add …
|
|
|
@4769
|
10 years |
Alex Foulon |
* Fix get_key_utf8 method, return python string with utf8 char now.
|
|
|
@4768
|
10 years |
Jean-Yves Lamoureux |
* Reworked table handling
|
|
|
@4767
|
10 years |
Sam Hocevar |
Fix a bug in our Xutf8LookupString() usage.
|
|
|
@4766
|
10 years |
Sam Hocevar |
Rename figfont into charfont. We will support far more than figfonts …
|
|
|
@4765
|
10 years |
Sam Hocevar |
Allow to choose between RGB and YUV in pipi_open_sequence().
|
|
|
@4764
|
10 years |
Jean-Yves Lamoureux |
* Fixed indentation (nia nia nia)
|
|
|
@4763
|
10 years |
Jean-Yves Lamoureux |
* add_node_x()
|
|
|
@4762
|
10 years |
Jean-Yves Lamoureux |
* Almost correct td width handling
|
|
|
@4761
|
10 years |
Jean-Yves Lamoureux |
* Moved table's stuff to render/table.c
|
|
|
@4760
|
10 years |
Jean-Yves Lamoureux |
* TD's are now aligned to the widest one
-- This line, and those …
|
|
|
@4759
|
10 years |
Jean-Yves Lamoureux |
* Added fix_table and fix_tr
|
|
|
@4758
|
10 years |
Jean-Yves Lamoureux |
* Preliminary support of <hr>
* Minor cleaning
|
|
|
@4757
|
10 years |
Jean-Yves Lamoureux |
* And the last ones …
|
|
|
@4756
|
10 years |
Jean-Yves Lamoureux |
* Removed useless xcode project files, at last
|
|
|
@4755
|
10 years |
Jean-Yves Lamoureux |
* Display rendering in caca window
|
|
|
@4754
|
10 years |
Jean-Yves Lamoureux |
* Copyright notice
|
|
|
@4753
|
10 years |
Jean-Yves Lamoureux |
* Assign DOM to Window, paves the way to tabs
|
|
|
@4752
|
10 years |
Jean-Yves Lamoureux |
* Simple table/tr/td/br/text rendering
|
|
|
@4751
|
10 years |
Jean-Yves Lamoureux |
* Ignore mode xcode project files
|
|
|
@4750
|
10 years |
Jean-Yves Lamoureux |
* Initial general node and table width computation
|
|
|
@4749
|
10 years |
Jean-Yves Lamoureux |
* libcaca test
|
|
|
@4748
|
10 years |
Jean-Yves Lamoureux |
* Added copyright notices
|
|
|
@4747
|
10 years |
Jean-Yves Lamoureux |
* Added window/*
* Updated XCode project accordingly
|
|
|
@4746
|
10 years |
Jean-Yves Lamoureux |
* Call dummy renderer in main()
|
|
|
@4745
|
10 years |
Jean-Yves Lamoureux |
* Added render/* to Xcode project
|
|
|
@4744
|
10 years |
Jean-Yves Lamoureux |
* Changed gElement to gNode, elementType to nodeType
|
|
|
@4743
|
10 years |
Jean-Yves Lamoureux |
* Set unused text ptr to NULL
|
|
|
@4742
|
10 years |
Jean-Yves Lamoureux |
* Realloc attributes properly
|
|
|
@4741
|
10 years |
Jean-Yves Lamoureux |
* Added render/ and associated dummy files
|
|
|
@4740
|
10 years |
Jean-Yves Lamoureux |
* Use GNU_SOURCE to ensure availability of strdup&co
* Fix signedness …
|
|
|
@4739
|
10 years |
Jean-Yves Lamoureux |
* Added table / tr / td
|
|
|
@4738
|
10 years |
Jean-Yves Lamoureux |
* Fixed attribute_count
* Added attributes in pretty_print()
|
|
|
@4737
|
10 years |
Sam Hocevar |
Reactivate pipi_dither_24to16, it's wrong but useful.
|
|
|
@4736
|
10 years |
Sam Hocevar |
Only use first stream in the storyboard code.
|
|
|
@4735
|
10 years |
Jean-Yves Lamoureux |
* Added table test file
|
|
|
@4734
|
10 years |
Jean-Yves Lamoureux |
* Fallback on http IO if URI is not an existing file
|
|
|
@4733
|
10 years |
Jean-Yves Lamoureux |
|
|
|
@4732
|
10 years |
Jean-Yves Lamoureux |
* Fixed compilation under linux and osx
|
|
|
@4731
|
10 years |
Jean-Yves Lamoureux |
* Added XCode project
|
|
|
@4730
|
10 years |
Jean-Yves Lamoureux |
* Don't crash on unknow/weird/hippy tags
|
|
|
@4729
|
10 years |
Sam Hocevar |
Win64 support in the VS solution.
|
|
|
@4728
|
10 years |
Jean-Yves Lamoureux |
* HELLO LIBCACA \o/
|
|
|
@4727
|
10 years |
Jean-Yves Lamoureux |
* Added V8 test
* command line test and usage display
|
|
|
@4726
|
10 years |
Jean-Yves Lamoureux |
* gaycko.c is now gaycko.cpp
|
|
|
@4725
|
10 years |
Jean-Yves Lamoureux |
* Added C++ stuff on top of gaycko.cpp (which must be compiled with g++)
|
|
|
@4724
|
10 years |
Jean-Yves Lamoureux |
* Fixed V8 search paths
* added dumb V8 test
|
|
|
@4723
|
10 years |
Jean-Yves Lamoureux |
* Indentation
* Free libxml2's tree after use
|
|
|
@4722
|
10 years |
Jean-Yves Lamoureux |
* Added dummy glue files for V8
|
|
|
@4721
|
10 years |
Jean-Yves Lamoureux |
* Added V8 compilation flags (--with-v8-path=PATH)
|
|
|
@4720
|
10 years |
Jean-Yves Lamoureux |
* parsing returns gDOM
|
|
|
@4719
|
10 years |
Jean-Yves Lamoureux |
* http fetch now works
|
|
|
@4718
|
10 years |
Jean-Yves Lamoureux |
* Moved everythink to trunk
|
|
|
@4717
|
10 years |
Jean-Yves Lamoureux |
* Temporary type fix
|
|
|
@4716
|
10 years |
Jean-Yves Lamoureux |
* Initial commit
-This line, and those below, will be ignored--
A …
|
|
|
@4715
|
10 years |
Jean-Yves Lamoureux |
* Add gaycko directory
|
|
|
@4714
|
10 years |
Pascal Terjan |
* Handle EAGAIN in send_event
|
|
|
@4713
|
10 years |
Sam Hocevar |
Party logo.
|
|
|
@4712
|
10 years |
Alex Foulon |
* Add examples: colors, driver and event.
|
|
|
@4711
|
10 years |
Alex Foulon |
* Add examples: blit, frames and text.
|
|
|
@4710
|
10 years |
Alex Foulon |
* Bind figfont functions
* Add example figfont
|
|
|
@4709
|
10 years |
Sam Hocevar |
Allow larger image previews on the website.
|
|
|
@4708
|
10 years |
Alex Foulon |
* Convert RGB image to RGBA.
|
|
|
@4707
|
10 years |
Alex Foulon |
* Fix color mask order in Dither class.
|
|
|
@4706
|
10 years |
Alex Foulon |
* Add example: port of img2txt with python bindings.
|
|
|
@4705
|
10 years |
Alex Foulon |
* Bind dither functions
|
|
|
@4704
|
10 years |
Sam Hocevar |
YUV support in dumpmovie and makemovie.
|
|
|
@4703
|
10 years |
Sam Hocevar |
Ensure dumpmovie outputs YUVA pictures.
|
|
|
@4702
|
10 years |
Jean-Yves Lamoureux |
* Fixed typo in img2txt doc (patch courtesy of Julien Danjou)
* Fixes #85
|
|
|
@4701
|
10 years |
carmie |
|
|
|
@4700
|
10 years |
Sam Hocevar |
Import x264 presets into sequence.c. Doesn't work properly yet.
|
|
|
@4699
|
10 years |
Sam Hocevar |
Clamp Y to 16 - 235, as the MPEG standard uses.
|
|
|
@4698
|
10 years |
Sam Hocevar |
Add a simple dumpmovie program to extract YUV images from a movie.
|
|
|
@4697
|
10 years |
Sam Hocevar |
Add functions to convert from RGB to YUV and back.
|
|
|
@4696
|
10 years |
Sam Hocevar |
Implement bicubic resampling. Lacks some blurring in the pre-pass, maybe.
|
|
|
@4695
|
10 years |
Sam Hocevar |
Minor compilation warning fix.
|
|
|
@4694
|
10 years |
Sam Hocevar |
Make the movie generation methods and program more versatile.
|
|
|
@4693
|
10 years |
Sam Hocevar |
Update opencv codec to more recent cvSaveImage prototype.
|
|
|
@4692
|
10 years |
Sam Hocevar |
Look for highgui.h in addition to the opencv package.
|
|
|
@4691
|
10 years |
Sam Hocevar |
Avoid floating-point divisions in the Bresenham resize.
|
|
|
@4690
|
10 years |
Sam Hocevar |
Move resize.c to an algorithm-specific file so that we can implement …
|
|
|
@4689
|
11 years |
Sam Hocevar |
Fix the Win32 build: ssize_t was no longer defined.
|
|
|
@4688
|
11 years |
Sam Hocevar |
Convert stuff to Visual Studio 2010. It has <stdint.h>!
|
|
|
@4687
|
11 years |
Sam Hocevar |
Minor tuning to caca_types.h.
|
|
|
@4686
|
11 years |
Sam Hocevar |
Get rid of the build time generated caca_types.h. It sucked.
|
|
|
@4685
|
11 years |
Sam Hocevar |
Fix wrong pointer types in the network range structures.
|
|
|
@4684
|
11 years |
Sam Hocevar |
Fix line endings.
|
|
|
@4683
|
11 years |
Sam Hocevar |
Get rid of the getopt reimplementation and depend on libcaca instead.
|
|
|
@4682
|
11 years |
Sam Hocevar |
Remove useless reference to deprecated libcucul.
|
|
|
@4681
|
11 years |
Sam Hocevar |
Remove the build dependency on the getopt implementation and use …
|
|
|
@4680
|
11 years |
Sam Hocevar |
Link libcaca with -lgnugetopt if necessary.
|
|
|
@4679
|
11 years |
Sam Hocevar |
Set version to 0.99beta18.
|
|
|
@4678
|
11 years |
Sam Hocevar |
Remove spurious tabs from source.
|
|
|
@4677
|
11 years |
Sam Hocevar |
Move mygetopt() directly into libcaca, for use by other programs.
|
|
|
@4676
|
11 years |
Sam Hocevar |
Implement ReOpenFile? and fix a few Win32 compilation warnings.
|
|
|
@4675
|
11 years |
Sam Hocevar |
Fix Win32 intermediate build directories.
|
|
|
@4674
|
11 years |
Sam Hocevar |
Fix missing ZZUF_DEBUGFD passing and debug function availability.
|
|
|
@4673
|
11 years |
Sam Hocevar |
Fix a bug in the %i formatting and implement %S.
|
|
|
@4672
|
11 years |
Sam Hocevar |
Get the debug channel to work on Win32.
|
|
|
@4671
|
11 years |
Sam Hocevar |
Treat %x arguments as unsigned in the printf reimplementation.
|
|
|