Timeline
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().
05/13/09:
- 15:23 Changeset [3446] by
- * Move failure to connect to socket into debug, it can be normal
- 14:42 Changeset [3445] by
- * Do not crash on unknown long option
- 10:56 Changeset [3444] by
- * Remove a memcpy
- 08:40 Changeset [3443] by
- Set up the architecture for dirty rectangles. Dirty rectangles are an …
05/12/09:
- 21:53 Changeset [3442] by
- * Don't refresh when only hidden term changed and we have no thumbnails
- 14:31 Changeset [3441] by
- * Empty debug file when starting, and give it a better name
- 13:09 Changeset [3440] by
- * Fix a huge leak I had just introduced
- 13:04 Changeset [3439] by
- * Add mygetopt.h to sources list
- 12:55 Changeset [3438] by
- * Avoid a memcpy and allocating 128K on the stack
- 11:38 Changeset [3437] by
- * Add keybindings to the manpage
- 11:17 Changeset [3436] by
- * Add command line options and config file syntax to the manpage
05/08/09:
- 18:01 Changeset [3435] by
- * Enforce somme default colors (else negative can't be achieved when the …
- 02:15 Changeset [3434] by
- * Redraw once when getting in visual bell and once after, only
- 01:45 Changeset [3433] by
- * Fix ansi values for F5-F12 keys
- 01:13 Changeset [3432] by
- * Reduce useless refresh
05/05/09:
- 18:42 Changeset [3431] by
- * Handle large screens
- 00:26 Changeset [3430] by
- * Simplify a call to snprintf
04/29/09:
- 15:37 Changeset [3429] by
- Spawn fewer bonus items, try to center sprites despite no longer having …
- 14:22 Changeset [3428] by
- Update msdev files to 9.0 (Visual Studio 2008). If anyone wants to play …
- 14:13 Changeset [3427] by
- import.c: when importing ANSI or UTF-8 files, treat L as a canvas frame …
- 14:10 Changeset [3426] by
- Add missing L separators in a few alien sprites.
04/28/09:
- 23:01 Changeset [3425] by
- Convert all data files to ANSI-like files. Additional control characters …
- 23:01 Changeset [3424] by
- ttyvaders: go back to the old vertical scrolling
- 18:55 Changeset [3423] by
- * Toying around with the old ttyvaders version.
Note: See TracTimeline
for information about the timeline view.
