Timeline
06/09/09:
- 14:03 Changeset [3541] by
- * Export full canvas when we don't have dirty rectangles support
05/30/09:
- 19:02 img2twit edited by
- new lena & mona lisa images (diff)
- 18:01 Changeset [3540] by
- img2twit: reinstate old interpolation tuning for final picture quality.
- 18:01 Changeset [3539] by
- img2twit: remove contrast enhancement.
- 18:01 Changeset [3538] by
- Make img2twit's points-per-cell value changeable at runtime.
- 18:01 Changeset [3537] by
- img2twit: prevent two points from having the same coordinates, since this …
05/28/09:
- 03:54 Changeset [3536] by
- Optimise img2twit's cell packing even more, gaining around 60 bits.
- 03:54 Changeset [3535] by
- Beginning of the optim…
- 03:54 Changeset [3534] by
- Add -Wextra to the list of compilation warnings. We're no longer …
- 03:54 Changeset [3533] by
- img2twit: change the position of the S component to help decompose points …
05/27/09:
- 21:53 img2twit edited by
- (diff)
- 07:04 Changeset [3532] by
- Another img2twit space optimisation: if we have remaining bits at the end …
- 07:04 Changeset [3531] by
- img2twit: store w+1,h+1 instead of w,h since neither width nor height can …
- 07:04 Changeset [3530] by
- Minor cleanup in img2twit.
- 07:04 Changeset [3529] by
- Fix img2twit's rendering. Apparently CGAL's Delaunay triangulation module …
- 07:04 Changeset [3528] by
- Increase img2twit's output contrast when rendering the final image.
- 07:04 Changeset [3527] by
- Autodetect message size in img2twit.
- 07:04 Changeset [3526] by
- Add multiple charsets support to img2twit, and autodetect charset when …
05/26/09:
05/25/09:
- 23:29 img2twit edited by
- put examples before the "how it works" (diff)
- 23:27 img2twit edited by
- new versions of the encoded images (diff)
- 23:14 img2twit edited by
- (diff)
- 23:11 img2twit edited by
- (diff)
- 16:00 img2twit edited by
- (diff)
- 15:59 img2twit edited by
- (diff)
- 15:51 img2twit edited by
- (diff)
- 15:43 img2twit edited by
- minor fixes (diff)
- 15:40 img2twit edited by
- (diff)
- 12:35 img2twit edited by
- (diff)
- 09:05 Changeset [3525] by
- Allow for non-integer quality values in img2twit.
- 08:50 Changeset [3524] by
- Fix a bug in img2twit's cell allocation.
- 08:36 img2twit edited by
- new results (diff)
- 08:30 img2twit edited by
- (diff)
- 02:17 Changeset [3523] by
- Make img2twit message length configurable at runtime, improve the initial …
- 02:16 Changeset [3522] by
- Make img2twit more configurable: iterations per second and debug mode can …
- 02:16 Changeset [3521] by
- Add proper Unicode handling to img2twit. This includes an UTF-8 …
- 02:16 Changeset [3520] by
- Tremendously improve img2twit.cpp: only compute the new error around the …
- 02:16 Changeset [3519] by
- Add C++ warnings to the build process.
- 02:16 Changeset [3518] by
- First attempt at a super-compressor for the purpose of sending images to …
- 02:16 Changeset [3517] by
- pipi_measure_msd(): fix this function so that it works with colour images, …
- 02:16 Changeset [3516] by
- Fix the FFmpeg headers location in example programs.
- 02:16 Changeset [3515] by
- Look for the awesome CGAL library at configure stage.
- 02:13 img2twit edited by
- (diff)
- 02:07 img2twit edited by
- added example images (diff)
05/22/09:
- 15:51 Changeset [3514] by
- Add unit test for memory export/import with caca format
- 15:23 Changeset [3513] by
- Add more unit tests for the dirty rectangles.
- 15:23 Changeset [3512] by
- Add C++ warnings to the build process.
- 15:22 Changeset [3511] by
- Fix import/export related stuff I forgot to update in the Ruby and PHP …
- 15:06 Changeset [3510] by
- Don't redraw background for more than the dirty rectangle in x11 driver, …
- 13:43 Changeset [3509] by
- Don't uselessly change content of status bar
- 13:23 Changeset [3508] by
- Don't do twice width/height/window props/canvas initialization
- 13:13 Changeset [3507] by
- fix screen_list->height
- 12:47 Changeset [3506] by
- Don't overlap screens/thumbnails/status bar
- 12:18 Changeset [3505] by
- caca_put_char(): only add a dirty rectangle if the paster character is …
- 12:07 Changeset [3504] by
- Log dirty rectangles used when refreshing
- 11:47 Changeset [3503] by
- Avoid screens out of the canvas in card mode, and use maximum possible …
- 11:31 Changeset [3502] by
- Fix width of last window in hsplit
- 11:19 Changeset [3501] by
- Add svn:keywords to various .c files
- 11:03 Changeset [3500] by
- Send cursor position, now that we no longer export full canvas
- 10:14 Changeset [3499] by
- Don't get limited by current refresh rate when collapsing window
- 09:56 Changeset [3498] by
- Only send the dirty rectangles to the client
- 09:51 Changeset [3497] by
- Fix limits settings in area export
- 01:50 img2twit edited by
- (diff)
- 01:43 img2twit edited by
- (diff)
- 01:01 img2twit edited by
- bit allocation (diff)
- 00:46 img2twit edited by
- more tuning (diff)
- 00:45 img2twit edited by
- tuning (diff)
- 00:43 img2twit created by
- bit allocation discussion
05/21/09:
- 23:05 Changeset [3496] by
- Minor updates for recent libcaca unreleased API changes.
- 22:55 Changeset [3495] by
- Add caca_export_area_to_memory() to export only a selected part of the …
- 22:55 Changeset [3494] by
- Change the dirty rectangle API once again so that calling applications get …
- 22:55 Changeset [3493] by
- Fix the old demo examples so that they don't refresh the screen twice …
- 22:54 Changeset [3492] by
- Split import.c and export.c to create a new text.c codec file in order to …
05/20/09:
- 16:44 Changeset [3491] by
- Revert r3478
- 16:20 Changeset [3490] by
- Manually fix Visual Studio files so that builds do not spew their crap all …
- 00:48 Changeset [3489] by
- Add dirty rectangle support to the ncurses and VGA drivers.
- 00:14 Changeset [3488] by
- Add a configure test for dirty rectangle support in libcaca until we make …
- 00:14 Changeset [3487] by
- Add ideas to TODO.
05/19/09:
- 23:41 Changeset [3486] by
- Increased the autorepeat delay in the ncurses and SLang drivers. Now that …
- 23:41 Changeset [3485] by
- Improve dirty rectangle handling in examples/input.c.
- 22:42 Changeset [3484] by
- Fix a few DOS compilation warnings.
- 22:42 Changeset [3483] by
- Fix a ruby unit test that made wrong use of Caca::Display.driver_list.
- 22:42 Changeset [3482] by
- Update the migration documentation to reflect old box drawing API changes.
- 22:42 Changeset [3481] by
- Fix the text input example now that the box drawing functions take a size …
- 22:42 Changeset [3480] by
- Fix dirty rectangle handling in the X11 and SLang drivers.
- 18:09 Changeset [3479] by
- Upload a more recent screenshot of neercs
- 18:02 neercs edited by
- (diff)
- 14:46 Changeset [3478] by
- Import/export dirty rectangles
- 14:42 Changeset [3477] by
- * Use new dirty rectangles API
- 13:40 Changeset [3476] by
- * Reset dirty rectangle after asking client to refresh (sorry non libcaca …
- 03:04 Changeset [3475] by
- Minor optimisation in configure.ac.
- 03:03 Changeset [3474] by
- cacaplay: rename "eof" to "has_eof" to prevent shadowing a mingw32 …
- 02:52 Changeset [3473] by
- A lot of documentation updates here and there, including bugfixes dating …
- 02:52 Changeset [3472] by
- Update the Doxygen configuration file to version 1.5.9.
- 02:51 Changeset [3471] by
- Optimise the dirty rectangle handling by keeping track of the number of …
- 02:51 Changeset [3470] by
- Change the dirty rectangle API so that it can handle several rectangles. …
- 02:09 Ticket #56 (write correct figfont implementation) created by
- The figfont support functions are a total mess. They must be properly …
- 02:09 Ticket #55 (document caca_file_* functions) created by
- The file handling functions must be documented.
05/18/09:
- 15:02 Changeset [3469] by
- Only redraw empty rectangles in slang driver
- 14:54 Changeset [3468] by
- Fix empty dirty rectangles detection
05/16/09:
- 22:14 Changeset [3467] by
- * Only redraw dirty rectangle in x11 driver
05/15/09:
- 16:42 Changeset [3466] by
- Add a few svn:ignore properties for Visual Studio cruft.
- 16:38 Changeset [3465] by
- Added MSVC project files for most example programs.
- 13:59 Changeset [3464] by
- * Preserve cursor position when resizing screen
- 13:28 Changeset [3463] by
- * Skip useless some blits
- 13:27 Changeset [3462] by
- * Only refresh canvas when we'll send refresh, and don't forget that we …
- 12:07 Changeset [3461] by
- * Fix a in_bell unbalanced increment when activating visual bell before …
- 11:49 Changeset [3460] by
- * Mark screen as changed when it gets resized even if resize/add/remove …
- 11:48 Changeset [3459] by
- * Do not lower refresh rate under 5 times per second
05/14/09:
- 18:27 Changeset [3458] by
- * First try at limiting refresh rate on server side, should rather be done …
- 18:16 Changeset [3457] by
- * Adapt refresh rate dynamically and inform the server about it
- 17:42 Changeset [3456] by
- * Allow configuring max refresh rate
- 17:27 Changeset [3455] by
- * Don't refresh more than 60 times per second
- 17:21 Changeset [3454] by
- * Add 2 things to fix
- 17:20 Changeset [3453] by
- * First incomplete reduction of useless blits
- 12:04 Changeset [3452] by
- Fixed libcaca and the Visual Studio solution so that it works on Win64, …
- 10:43 Changeset [3451] by
- Fix a few implicit cast related warnings on VC++.
- 02:18 Changeset [3450] by
- Fix a few dirty rectangle bugs found with the unit tests. Let that be a …
- 02:18 Changeset [3449] by
- Start writing unit tests for the dirty rectangle handling.
- 02:18 Changeset [3448] by
- Finish the dirty rectangle architecture. They are now reliable in the …
- 02:18 Changeset [3447] by
- Factor code from caca_draw_cp437_box() and caca_draw_thinbox_box().
Note: See TracTimeline
for information about the timeline view.
