|
|
@4366
|
12 years |
Sam Hocevar |
Clean up source code, copyright information, author names, SVN keywords…
|
|
|
@4337
|
12 years |
Pascal Terjan |
* Depend on libcaca beta17 now that it is released
|
|
|
@4102
|
12 years |
Jean-Yves Lamoureux |
* Cube's borders are now green (Copenhague syndrome)
|
|
|
@4075
|
12 years |
Jean-Yves Lamoureux |
* Removed double includes of caca.h on most of the files
|
|
|
@4050
|
12 years |
Jean-Yves Lamoureux |
* Don't draw cube's borders if borders_size==0
|
|
|
@4049
|
12 years |
Jean-Yves Lamoureux |
* Restored bell behaviour
|
|
|
@4021
|
12 years |
Pascal Terjan |
* Use title from the right pty in wm_box
|
|
|
@4018
|
12 years |
Pascal Terjan |
* Do not redraw borders and title when nothing changed
|
|
|
@4014
|
12 years |
Jean-Yves Lamoureux |
* Moved caca_set_color(RED... to the right place
* Added configuration …
|
|
|
@4008
|
12 years |
Pascal Terjan |
* Add a FIXME explaining why we always get refresh now even when …
|
|
|
@4000
|
12 years |
Jean-Yves Lamoureux |
* Removed WM_CUBE, now handled though WM_FULL
* Added eyecandy …
|
|
|
@3992
|
12 years |
Jean-Yves Lamoureux |
* Fixed refresh in card mode, which caused selected window to be …
|
|
|
@3969
|
13 years |
Jean-Yves Lamoureux |
* Massive indentation pass, could insert odd things, blame pterjan, he …
|
|
|
@3944
|
13 years |
Jean-Yves Lamoureux |
* Explode server_main()
|
|
|
@3942
|
13 years |
Pascal Terjan |
* Drop withespaces
|
|
|
@3939
|
13 years |
Jean-Yves Lamoureux |
* Remove unused variables in screen_list, add configuration line to …
|
|
|
@3938
|
13 years |
Jean-Yves Lamoureux |
* J'ai un chien qui s'apelle Moooooose (fixed an indentation problem)
|
|
|
@3937
|
13 years |
Jean-Yves Lamoureux |
* Reindent properly
|
|
|
@3936
|
13 years |
Jean-Yves Lamoureux |
* Massive factorisation of window manager refreshes
|
|
|
@3935
|
13 years |
Jean-Yves Lamoureux |
* Compile normal computation again without D_HAVE_TEXTURED_TRIANGLE
|
|
|
@3934
|
13 years |
Jean-Yves Lamoureux |
* Factorise cube stuff, minor optimizations
|
|
|
@3932
|
13 years |
Jean-Yves Lamoureux |
* Replace ',' with ';' to avoid bad indentation
|
|
|
@3931
|
13 years |
Jean-Yves Lamoureux |
* indentation test
|
|
|
@3929
|
13 years |
Jean-Yves Lamoureux |
* Use new caca_fill_triangle_textured API, fix backface culling bug, …
|
|
|
@3927
|
13 years |
Sam Hocevar |
Things work better when "config.h" is included.
|
|
|
@3922
|
13 years |
Pascal Terjan |
* Drop duplicate code, when not in_switch, cube is same as full
|
|
|
@3921
|
13 years |
Pascal Terjan |
* Remove unused variable
|
|
|
@3920
|
13 years |
Pascal Terjan |
* Drop duplicate code, when not in_switch, cube is same as full
|
|
|
@3919
|
13 years |
Pascal Terjan |
* Drop dead code from wm_refresh_full, only current screen is visible
|
|
|
@3916
|
13 years |
Sam Hocevar |
Temporary check for triangle texturing (SVN libcaca). If not …
|
|
|
@3914
|
13 years |
Jean-Yves Lamoureux |
* Added 'cube' window manager (needs latest svn libcaca for …
|
|
|
@3551
|
13 years |
Pascal Terjan |
* Add missing svn:keywords on some source files
|
|
|
@3507
|
13 years |
Pascal Terjan |
fix screen_list->height
|
|
|
@3506
|
13 years |
Pascal Terjan |
Don't overlap screens/thumbnails/status bar
|
|
|
@3503
|
13 years |
Pascal Terjan |
Avoid screens out of the canvas in card mode, and use maximum possible …
|
|
|
@3502
|
13 years |
Pascal Terjan |
Fix width of last window in hsplit
|
|
|
@3464
|
13 years |
Pascal Terjan |
* Preserve cursor position when resizing screen
|
|
|
@3460
|
13 years |
Pascal Terjan |
* Mark screen as changed when it gets resized even if …
|
|
|
@2995
|
14 years |
Sam Hocevar |
Port neercs to the unified libcaca 0.99.beta15 API.
|
|
|
@2495
|
14 years |
Jean-Yves Lamoureux |
* Removed general local variables from main() and put it in struct …
|
|
|
@2445
|
14 years |
Jean-Yves Lamoureux |
* Added delayed (recurrent) functions, as well as a window-killing eyecandy
|
|
|
@2421
|
14 years |
Jean-Yves Lamoureux |
* Put pty and prevpty in screen_list structure
|
|
|
@2403
|
14 years |
Jean-Yves Lamoureux |
* Speed up rendering while in full-wm and thumbnails are not activated
|
|
|
@2386
|
14 years |
Pascal Terjan |
* Use remaining space for last term in [hv]split
* Don't share the …
|
|
|
@2376
|
14 years |
Pascal Terjan |
* Don't crash when the window become too small
|
|
|
@2369
|
14 years |
Jean-Yves Lamoureux |
* Changed default wm to VSPLIT and fixed wrong split size
|
|
|
@2367
|
14 years |
Jean-Yves Lamoureux |
* Added a status bar and an help screen
|
|
|
@2363
|
14 years |
Jean-Yves Lamoureux |
* Added Cards window manager
* Thumbnails are now black instead of …
|
|
|
@2362
|
14 years |
Jean-Yves Lamoureux |
* Added window management skeleton (ctrl-a-w)
|