New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ff032a831e7863286d9c9eea14db74c1a8253315
commit ff032a831e7863286d9c9eea14db74c1a8253315
Author: Andreas Shimokawa <[email protected]>
Date: Tue Mar 20 15:20:10 2012 +0100
core: do not set CSTF_EXTERNAL for the system memory pool
src/core/local_surface_pool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8459647b7c1b8771a81e5dd40e404459292323cb
commit 8459647b7c1b8771a81e5dd40e404459292323cb
Author: Niels Roest <[email protected]>
Date: Tue Jun 16 18:08:12 2009 +0200
lighten SaWMan requirements: also use DirectFB 1.2.x
The upcoming 1.4.0 release of SaWMan can be used with both
DirectFB 1.2.x and DirectFB 1.4.x branches. A rebuild will do.
src/sawman.c | 73 ++++++++++++++++++++++++-------------------------
src/sawman_internal.h | 26 +++++++++++++++++
tools/swmdump.c | 2 +
wm/sawman/sawman_wm.c | 31 +++++++++++++++------
4 files changed, 86 insertions(+), 46 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=49d53b679310b22c1d253f9a50507282f76befeb
commit 49d53b679310b22c1d253f9a50507282f76befeb
Author: Niels Roest <[email protected]>
Date: Thu Feb 12 19:10:25 2009 +0100
Some Key DWKS_LIST implementation + cleanup fix.
include/sawman.h | 6 +++-
src/sawman.c | 16 +++++----
wm/sawman/sawman_wm.c | 90 ++++++++++++++++++++++++++++++------------------
3 files changed, 70 insertions(+), 42 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=96fc08a830943728156df5100ea0702ec4fcfb7c
commit 96fc08a830943728156df5100ea0702ec4fcfb7c
Author: Niels Roest <[email protected]>
Date: Mon Apr 27 20:27:59 2009 +0200
Big interface clean-up. - interface functions have external types - no need
to traverse internal SaWMan or DirectFB structures - not backwards compatible!
[key handling] Key routing fixes.
- up and down keys are now routed.
- Unselected keys are now routed.
- double routing (recursion) is fixed: prohibited.
(small fix in autogen script)
(fix for skirmish assert in swmdump)
include/sawman.h | 221 ++++++++++++++++++++++--
include/sawman_types.h | 8 -
samples/sample1.c | 4 -
samples/testman.c | 201 ++++++++++------------
samples/testrun.c | 4 -
src/isawman.c | 19 ++-
src/isawmanmanager.c | 115 +++++++++----
src/sawman.c | 20 ++-
src/sawman_draw.c | 2 +-
src/sawman_internal.h | 448 ++++++++++++++++++++++++++++++++++++++++++++++++
tools/swmdump.c | 4 +-
wm/sawman/sawman_wm.c | 241 ++++++++++++++++----------
12 files changed, 1003 insertions(+), 284 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9ed602511cb90783c16f1b7207253aee21fd0ea9
commit 9ed602511cb90783c16f1b7207253aee21fd0ea9
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Thu Sep 18 23:41:46 2008 +0200
Fixed locking.
samples/testman.c | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=777867a78bf22eb3d438262f7988b3207e77b90e
commit 777867a78bf22eb3d438262f7988b3207e77b90e
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Tue Aug 19 11:22:26 2008 +0200
Implemented sub window focus handling.
- subwindows can have focus within toplevel windows (by app)
- focus on subwindows restored when toplevel gets focus
src/sawman.c | 60 +++++++++++++++++++++++++++++++++++++++------------------
1 files changed, 41 insertions(+), 19 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=cde69a97ae80609c1ae9e61ddd2b62898b994cf6
commit cde69a97ae80609c1ae9e61ddd2b62898b994cf6
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Sat Aug 16 02:11:22 2008 +0200
Prevent window association if top level windows differ.
wm/sawman/sawman_wm.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b86e406dc4f52726c37ca5197757f24c55af342b
commit b86e406dc4f52726c37ca5197757f24c55af342b
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Sat Aug 16 02:10:11 2008 +0200
Implemented new option DWOP_FOLLOW_BOUNDS (window association).
src/sawman.c | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=755380ee779e32ce5c7f585042dc0d66cc034b51
commit 755380ee779e32ce5c7f585042dc0d66cc034b51
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Sat Aug 16 00:37:42 2008 +0200
Further restacking fixes for enforcement of rules...
src/sawman.c | 11 ++++++++++-
wm/sawman/sawman_wm.c | 47 +++++++++++++++++++++++++++++++++++++++--------
2 files changed, 49 insertions(+), 9 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3e03d6b6d35aec8753f631ef685efe395c71665b
commit 3e03d6b6d35aec8753f631ef685efe395c71665b
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Fri Aug 15 23:02:36 2008 +0200
Implementation and fixes for window association with DWOP_KEEP_ABOVE or
DWOP_KEEP_UNDER.
src/sawman.c | 67 +++++++++++++++++++++++++++++++++++++++++++------
wm/sawman/sawman_wm.c | 43 +++++++++++++++++++++++++++++--
2 files changed, 99 insertions(+), 11 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7a7660ba0afd85a08220dcd0509e1c49ddb57b5e
commit 7a7660ba0afd85a08220dcd0509e1c49ddb57b5e
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Fri Aug 15 17:52:35 2008 +0200
Moved debug message before assertions in update_region().
src/sawman.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=85511b8fdf673f346c3d23dbc9f5b15068c395ea
commit 85511b8fdf673f346c3d23dbc9f5b15068c395ea
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Thu Aug 14 21:31:37 2008 +0200
Conceptual corrections regarding scaling and clipping based on top level.
src/sawman.c | 52 ++++++++++++++++++++++++++++------------------------
1 files changed, 28 insertions(+), 24 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=19d16ecdb1b61b252fdce10d99f3fa8543674c2e
commit 19d16ecdb1b61b252fdce10d99f3fa8543674c2e
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Wed Aug 13 19:17:47 2008 +0200
Print sub window information and indices of all top- and sub windows within
global (flat) layout.
tools/swmdump.c | 37 +++++++++++++++++--------------------
1 files changed, 17 insertions(+), 20 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=872fcec121e58154f3c693c64a851553adb60e41
commit 872fcec121e58154f3c693c64a851553adb60e41
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Wed Aug 13 19:13:56 2008 +0200
Implementation and fixes for sub window stacking.
Sub windows stay on top of top level as a consistent group.
Restacking among sub windows is fully working via public API.
src/sawman.c | 34 ++++++++-
wm/sawman/sawman_wm.c | 206 +++++++++++++++++++++++++++++++++++++------------
2 files changed, 188 insertions(+), 52 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8d534b13fca9c8f34f5b3013cc6a3367888335ab
commit 8d534b13fca9c8f34f5b3013cc6a3367888335ab
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Wed Aug 13 06:07:59 2008 +0200
Different fixes and optimizations for input only windows.
Improved single window detection to allow input only windows which are
being ignored as long as they don't have a window border enabled.
Removed bad assertion about window->surface in resize_window() and
set_window_bounds().
wm/sawman/sawman_wm.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9b05a0fcf4bc012c87c3a3fcb97ec6c91db8ef45
commit 9b05a0fcf4bc012c87c3a3fcb97ec6c91db8ef45
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Wed Aug 13 05:11:58 2008 +0200
Fixed crash in cursor state machine coping with deactivated tiers now.
When a tier is not active, its surface has no buffers at all, e.g. when no
window is there.
wm/sawman/sawman_wm.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3716f338311307bed08ec7d25d38a672dcdcf33e
commit 3716f338311307bed08ec7d25d38a672dcdcf33e
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Wed Aug 13 03:57:17 2008 +0200
Fixes for clipped sub windows and other opaque windows with a border
(bounds) bigger than the destination area.
src/sawman.c | 20 ++++++++++++--------
src/sawman_draw.c | 5 +++++
2 files changed, 17 insertions(+), 8 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=62d04dca46ea4f7b2ecee30bc5844fcf943bc6f5
commit 62d04dca46ea4f7b2ecee30bc5844fcf943bc6f5
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Wed Aug 13 03:30:33 2008 +0200
Fixed update issues in sub windows when moving top level windows.
Also optimized wind_of_change() and wind_of_showing() to avoid most of the
recursive calls.
src/sawman.c | 163 ++++++++++++++++++++++++-------------------------
wm/sawman/sawman_wm.c | 27 ++++----
2 files changed, 95 insertions(+), 95 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f88217cb5c68acf56db3044fa21b676afd96c1f1
commit f88217cb5c68acf56db3044fa21b676afd96c1f1
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Tue Aug 12 14:33:44 2008 +0200
Initial sub window support with relative bounds (moved, scaled etc. with
top level)...
src/sawman.c | 104 ++++++++++++++++++++++++++++++++++++++++++++-----
src/sawman_draw.c | 18 ++++----
tools/swmdump.c | 19 +++++++-
wm/sawman/sawman_wm.c | 43 +++++++++-----------
4 files changed, 138 insertions(+), 46 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=eb7567ce1b684f28430c0341f11e3ab6e1701312
commit eb7567ce1b684f28430c0341f11e3ab6e1701312
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Tue Aug 12 11:16:14 2008 +0200
Call backup clip region consistently "old_clip" to avoid further errors.
src/sawman_draw.c | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=eb3d0178e41d055f312573680fcbebf7d86ac727
commit eb3d0178e41d055f312573680fcbebf7d86ac727
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Tue Aug 12 11:10:29 2008 +0200
Fixed copy'n'paste bug in restoring the clip after drawing a window.
The clip wasn't restored at all! Drawing the background for example failed!
src/sawman_draw.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c39ba647a8a5e07b5cd633880549bb379de711b4
commit c39ba647a8a5e07b5cd633880549bb379de711b4
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Thu Jul 10 00:56:10 2008 +0200
Added missing direct_list_remove() in wm_close_stack().
wm/sawman/sawman_wm.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2f7e57ad01fa873ca1d0dc03c63d6e5c018834a0
commit 2f7e57ad01fa873ca1d0dc03c63d6e5c018834a0
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Mon Jun 9 18:54:18 2008 +0200
Fixed warnings.
src/isawman.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=dbf9acd41d07f7c0205b39e1c83221fd51a8d3a5
commit dbf9acd41d07f7c0205b39e1c83221fd51a8d3a5
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Fri May 30 12:30:35 2008 +0200
Fixed some include paths.
wm/sawman/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a74e336427500805ea98dc430200205b65de0869
commit a74e336427500805ea98dc430200205b65de0869
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Fri May 30 12:25:58 2008 +0200
ignore
samples/.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=172779fbaea0eb12fc6deddacee265b97c568975
commit 172779fbaea0eb12fc6deddacee265b97c568975
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Feb 28 14:54:36 2008 +0100
Build fixes (DirectResult).
include/sawman.h | 3 +--
src/sawman.c | 8 ++++----
src/sawman_config.c | 4 ++--
3 files changed, 7 insertions(+), 8 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=39a069c7485edc10fe1ba853f797a7e253e46a61
commit 39a069c7485edc10fe1ba853f797a7e253e46a61
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 26 17:06:17 2008 +0100
Fixed missing update region index.
tools/swmdump.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c91389d0d67a1f31fe4a952bc8c79e1e778e36cb
commit c91389d0d67a1f31fe4a952bc8c79e1e778e36cb
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 26 12:19:10 2008 +0100
Show more information.
tools/swmdump.c | 23 +++++++++++++++++++++--
1 files changed, 21 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=bc6249148799f1c72ec897619809ae465a240bb0
commit bc6249148799f1c72ec897619809ae465a240bb0
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 26 11:29:10 2008 +0100
Show region state flags.
tools/swmdump.c | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=68020fe1b561a1aa2286808cee54161ac98661ba
commit 68020fe1b561a1aa2286808cee54161ac98661ba
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 26 13:27:17 2008 +0100
Avoid reading from client buffer when only the destination on screen has
changed.
(merged from b2007ph1)
src/sawman.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3bb1a6ff07b57dda98ebd32685865d9ab38e4632
commit 3bb1a6ff07b57dda98ebd32685865d9ab38e4632
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 26 11:33:56 2008 +0100
Fixes for following geometry of parents.
src/sawman.c | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2ca435f3b3d30e8802c5359d1ea90b8a77f8e8de
commit 2ca435f3b3d30e8802c5359d1ea90b8a77f8e8de
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 26 11:33:23 2008 +0100
Fixes for color keying.
(merged from b2007ph1)
src/sawman.c | 80 +++++++++++++++++++++++++++++++++++++---------------------
1 files changed, 51 insertions(+), 29 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6d45ff339baa00242c03ac9c00c8de84ecec0779
commit 6d45ff339baa00242c03ac9c00c8de84ecec0779
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 19 23:47:14 2008 +0100
Follow API change in Fusion, removing const from
fusion_skirmish_lock_count() argument.
src/sawman.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=71a5177e98c4f36aafc9af226814354256e8f081
commit 71a5177e98c4f36aafc9af226814354256e8f081
Author: Denis Oliver Kropp <[email protected]>
Date: Sat Jan 26 08:09:14 2008 +0100
ignore
wm/sawman/.gitignore | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c978c94a49fd3db35e8efcb10322b65c20e5f2e2
commit c978c94a49fd3db35e8efcb10322b65c20e5f2e2
Author: Denis Oliver Kropp <[email protected]>
Date: Sat Jan 26 05:22:16 2008 +0100
Changed SaWMan's shmpool max size from 16MB to 1MB. Also follow
fusion_config->debugshm.
src/sawman.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2a4c99e879ef34e8b3f7ea251bab6874569b338e
commit 2a4c99e879ef34e8b3f7ea251bab6874569b338e
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Nov 16 16:01:48 2007 +0100
Check for windows being inserted, not only if they are (would be) visible.
Fixed associated window handling in sawman_showing_window(),
no longer needed to climb up to the top level.
Use global window IDs, not only within each layer.
More debug messages.
Cleanups.
src/sawman.c | 40 ++++++++++++++++++++++++++--------------
wm/sawman/sawman_wm.c | 38 ++++++++++++++++++++++++++------------
2 files changed, 52 insertions(+), 26 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1a4f5da4b82d826c6d6ca83cf16a311e475f8238
commit 1a4f5da4b82d826c6d6ca83cf16a311e475f8238
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Nov 16 15:56:26 2007 +0100
Added swmdump tool for debugging SaWMan.
tools/swmdump.c | 418 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 418 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e286d874011ba721116704883f535675c9508b56
commit e286d874011ba721116704883f535675c9508b56
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Nov 15 19:03:34 2007 +0100
Notify application manager about new tier size if previous mode was single.
This fixes the window bounds and borders when switching to border only mode.
src/sawman.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=645ce9656577c0d504d2fd5ab75de19e99a992b5
commit 645ce9656577c0d504d2fd5ab75de19e99a992b5
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Thu Oct 18 15:55:00 2007 +0200
Temporarily set layer position to 0,0 (only in config, not hw) to avoid
configuration failures if layer is not allowed to cross screen borders.
src/sawman.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=06c08d542a896b4c6fd9ead3a13087aa4d041ca0
commit 06c08d542a896b4c6fd9ead3a13087aa4d041ca0
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Thu Oct 18 15:51:58 2007 +0200
Fixed parsing of border-focus-color and border-unfocused-color.
src/sawman_config.c | 60 +++++++++++++++++++++++++-------------------------
1 files changed, 30 insertions(+), 30 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=bf5899ca8b2736dfd61cd9fb29eb3b860acc4808
commit bf5899ca8b2736dfd61cd9fb29eb3b860acc4808
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Oct 14 18:55:37 2007 +0200
Reset single_mode and single_window during deactivation to fix crash after
reactivation.
wm/sawman/sawman_wm.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5af05dedb90de88a225af009197c8af0517e0b24
commit 5af05dedb90de88a225af009197c8af0517e0b24
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Oct 12 20:48:15 2007 +0200
More fixes, especially for unscaled or clipped regions.
Cleanup...
src/sawman.c | 94 ++++++++++++++++++++++++++----------------------
wm/sawman/sawman_wm.c | 11 +++---
2 files changed, 57 insertions(+), 48 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9efdb3a64473c7de5d8643383e961f4a61327a5c
commit 9efdb3a64473c7de5d8643383e961f4a61327a5c
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Oct 12 07:12:21 2007 +0200
Check for DWOP_ALPHACHANNEL and use DLOP_ALPHACHANNEL (single window mode).
src/sawman.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=51f3def9d74537ad1a2c99f74fe8c35d560fbb6b
commit 51f3def9d74537ad1a2c99f74fe8c35d560fbb6b
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Oct 12 02:14:27 2007 +0200
Added "[no-]show-empty", init default borders, center unscalable layers.
Using "show-empty" makes SaWMan show the layer even if no window is visible.
Default borders (red/grey) are configured with thickness of 4. To disable
borders, use "border-thickness = 0".
Fix bug with reactivation of SaWMan's layer context's, e.g. when an
exclusive
context is returned from.
In standard mode, center layers that cannot be scaled. Previously, it just
tried to scale the layer to fullscreen.
src/sawman.c | 45 +++++++++++-----
src/sawman_config.c | 144 ++++++++++++++++++++++++++++---------------------
src/sawman_config.h | 2 +
wm/sawman/sawman_wm.c | 4 +-
4 files changed, 119 insertions(+), 76 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1740d638e4f00035209b247857ae39228ade8541
commit 1740d638e4f00035209b247857ae39228ade8541
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Oct 11 13:05:39 2007 +0200
No longer use dfb_layer_region_activate/deactivate(), but CLRSF_FROZEN.
Startup with inactive tiers to match unrealized region.
Before switching to single mode, border mode or standard set the
region state flag CLRSF_FROZEN.
When no more windows are displayed turn off the region with
dfb_layer_region_disable().
src/sawman.c | 33 ++++++++++++---------------------
wm/sawman/sawman_wm.c | 1 -
2 files changed, 12 insertions(+), 22 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=adf60359ee177fd8ab35f8cf3ed1a7a845a9ab23
commit adf60359ee177fd8ab35f8cf3ed1a7a845a9ab23
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Oct 10 22:03:29 2007 +0200
Added SAWMAN_DUMP_TIER_FRAMES which can be defined to let SaWMan dump the
tier surface content to "/tier_xxxxx.ppm/pgm" after each time it is updated.
src/sawman.c | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b23cfe052c4adc8ea3196d64eae618339c8c1be7
commit b23cfe052c4adc8ea3196d64eae618339c8c1be7
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Oct 10 11:53:11 2007 +0200
Fixed global reference counting for parent windows and processes, for
cleanup of resources in proper order when killing an application.
wm/sawman/sawman_wm.c | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0a3e5fce5d9d6965763107405bca28004f287c86
commit 0a3e5fce5d9d6965763107405bca28004f287c86
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Oct 9 04:21:53 2007 +0200
Fixed missing/dead locking. Added ISaWManManager::Lock()/Unlock().
Added FUSION_SKIRMISH_ASSERT all over the place which fails if
the lock is not held.
Added internal locking where it was missing.
Application managers must call Lock()/Unlock() before accessing
SaWMan data structures or calling ISaWManManager methods.
This all only works with the new lock transfer implementation,
otherwise a dead lock between SaWMan and application manager
will occur.
include/sawman.h | 17 +++++++++++++
src/isawmanmanager.c | 63 +++++++++++++++++++++++++++++++------------------
src/sawman.c | 41 +++++++++++++++++++++++++++++++-
wm/sawman/sawman_wm.c | 17 +++++++++++-
4 files changed, 112 insertions(+), 26 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b03834268d2e22a35f930cf5cc7003b3c984f6f5
commit b03834268d2e22a35f930cf5cc7003b3c984f6f5
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Oct 8 10:59:36 2007 +0200
Build fixes for debug mode.
src/sawman.c | 3 ++-
wm/sawman/sawman_wm.c | 10 +++-------
2 files changed, 5 insertions(+), 8 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=65a2565938fdf503e56f96b553a69fef8bc1632d
commit 65a2565938fdf503e56f96b553a69fef8bc1632d
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Oct 8 10:56:32 2007 +0200
Better use !SAWMAN_TRANSLUCENT_WINDOW(window) instead of just
!(window->config.options & DWOP_COLORKEYING) when checking whether a window
covers the whole screen without other windows visible beneath (single mode).
src/sawman.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=73c2b4c1b1ba081e5f3ac124fe8296d219142290
commit 73c2b4c1b1ba081e5f3ac124fe8296d219142290
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Oct 7 20:55:15 2007 +0200
Added ISaWManManager::ProcessUpdates() for calling outside SaWMan context.
So far only leaving a callback in SaWMan context processed updates.
include/sawman.h | 8 +
src/isawmanmanager.c | 22 ++
src/sawman.c | 625 ++++++++++++++++++++++++++++++++++++++
src/sawman_draw.c | 598 ++++++++++++++++++++++++++++++++++++
src/sawman_draw.h | 53 ++++
wm/sawman/Makefile.am | 6 +-
wm/sawman/sawman_draw.c | 598 ------------------------------------
wm/sawman/sawman_draw.h | 53 ----
wm/sawman/sawman_wm.c | 768 ++++-------------------------------------------
9 files changed, 1369 insertions(+), 1362 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a3a3eacbc52c9ed92ab59ff43ae53ee890e5798e
commit a3a3eacbc52c9ed92ab59ff43ae53ee890e5798e
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Oct 7 20:18:29 2007 +0200
Don't assume the parent's position (bounds).
wm/sawman/sawman_wm.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=eed45be9c76b86996e0f3b6c7f5dd8738dd957f1
commit eed45be9c76b86996e0f3b6c7f5dd8738dd957f1
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Oct 7 19:58:40 2007 +0200
Throw away software scaling code and use standard StretchBlit() with
DSRO_SMOOTH_UP/DOWNSCALE and DSBLIT_COLORKEY_PROTECT.
wm/sawman/.gitignore | 1 +
wm/sawman/sawman_draw.c | 248 +++------------
wm/sawman/sawman_draw.h | 3 +-
wm/sawman/sawman_wm.c | 14 +-
wm/sawman/stretch_algos.c | 794 ---------------------------------------------
wm/sawman/stretch_algos.h | 83 -----
6 files changed, 50 insertions(+), 1093 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=87bbc3d91d78219c7e5031795b04d1b22e46a7af
commit 87bbc3d91d78219c7e5031795b04d1b22e46a7af
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Sep 30 16:30:18 2007 +0200
Added SAWMAN_NO_LAYER_DST_WINDOW which can be defined to prohibit layers
not covering the whole screen. Fix none->standard transition.
wm/sawman/sawman_wm.c | 25 ++++++++++++++++++++-----
1 files changed, 20 insertions(+), 5 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=944c015676fe6247ab0fd0ad4e34085511437ccf
commit 944c015676fe6247ab0fd0ad4e34085511437ccf
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Sep 30 15:58:59 2007 +0200
Only update the whole screen if update is bigger than 3/5 of it if also the
buffer mode is backvideo or triple (really swapping).
wm/sawman/sawman_wm.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c44c449ad84da1bfcd2cd18d0f61fb5da055afa5
commit c44c449ad84da1bfcd2cd18d0f61fb5da055afa5
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Sep 30 13:30:17 2007 +0200
Don't attempt hw layer scaling in single window mode if not supported, but
fall back to standard mode.
wm/sawman/sawman_wm.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=635fb5efcb2751c6e1f9f6dfe12b9db0db65966a
commit 635fb5efcb2751c6e1f9f6dfe12b9db0db65966a
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Sep 30 11:49:31 2007 +0200
Reset single_window to NULL when hiding the layer to have the surface
buffers recreated during configuration.
wm/sawman/sawman_wm.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c6238ae6d6c28c3656174cc20700a3bbe5622227
commit c6238ae6d6c28c3656174cc20700a3bbe5622227
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Sep 27 19:53:30 2007 +0200
Added missing call to sawman_update_geometry() in testman.
samples/testman.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3e64989f268d8c780dc8d70cc7757968d5e85afa
commit 3e64989f268d8c780dc8d70cc7757968d5e85afa
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Sep 25 14:06:25 2007 +0200
Fix assertion and colorkeying problem with LUT8 on RGB16.
wm/sawman/sawman_draw.c | 45 +++++++++++++++++++++++++++++++++++----------
1 files changed, 35 insertions(+), 10 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=36f4b491e7d04a20d9f43f7e443dc6e6122b80c3
commit 36f4b491e7d04a20d9f43f7e443dc6e6122b80c3
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Sep 21 05:39:33 2007 +0200
Color keying fixes in reconfiguration, especially for indexed formats.
wm/sawman/sawman_wm.c | 70 +++++++++++++++++++++++++++++-------------------
1 files changed, 42 insertions(+), 28 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a0ca948518a7b1c0a94ac4be3f60f3762db67818
commit a0ca948518a7b1c0a94ac4be3f60f3762db67818
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Sep 19 08:47:08 2007 +0200
Added debug messages for colorkeyed windows and background clear.
wm/sawman/sawman_draw.c | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b3ab0862e6c71fbc7e00bc6f61042773df333651
commit b3ab0862e6c71fbc7e00bc6f61042773df333651
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Sep 19 08:46:27 2007 +0200
Use dfb_layer_context_test_configuration() in layer reconfiguration. Added
SAWMAN_NO_LAYER_DOWNSCALE that can be defined.
wm/sawman/sawman_wm.c | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=23e093a878ac41e2f44b2fb69e6b71c74b92349d
commit 23e093a878ac41e2f44b2fb69e6b71c74b92349d
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Aug 27 14:07:50 2007 +0200
obsolete
wm/sawman/stretch_hvx_rgb16.h | 316 -----------------------------------------
1 files changed, 0 insertions(+), 316 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=80e37818178cb59d8c3c91f0fa3f0ecefa456abb
commit 80e37818178cb59d8c3c91f0fa3f0ecefa456abb
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Aug 20 12:02:39 2007 +0200
Another fix for single mode with multiple layers.
wm/sawman/sawman_wm.c | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=30fa4b59c47e674ab7e96e337cf4e4a391bbe245
commit 30fa4b59c47e674ab7e96e337cf4e4a391bbe245
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Aug 20 11:31:40 2007 +0200
Fixed leaving single mode when window is removed.
wm/sawman/sawman_wm.c | 39 +++++++++++++++++++++++----------------
1 files changed, 23 insertions(+), 16 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b9ae6445ce3c361881df0c56c1d539589f804fda
commit b9ae6445ce3c361881df0c56c1d539589f804fda
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Aug 20 10:21:18 2007 +0200
More info and error.
wm/sawman/sawman_wm.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=964feb353d69306977e0a4492818fbf953279c96
commit 964feb353d69306977e0a4492818fbf953279c96
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Aug 15 16:50:56 2007 +0200
New Surface Core
src/sawman.c | 4 +-
wm/sawman/sawman_draw.c | 102 +++++++++++++++++++-------------------------
wm/sawman/sawman_wm.c | 57 +++++++++++++------------
wm/sawman/stretch_algos.c | 8 ++++
4 files changed, 83 insertions(+), 88 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e20e142ae2b198f6ceec2d18c299a3efb767c493
commit e20e142ae2b198f6ceec2d18c299a3efb767c493
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Aug 2 14:30:25 2007 +0200
Lookup RGB values from indexed window color key.
Use dfb_pixel_to_color() instead of hardcoded RGB16 decoding
when setting an RGB window color key for the layer.
wm/sawman/sawman_wm.c | 32 ++++++++++++++++++++++++++------
1 files changed, 26 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=fad2ce95a4cb68ed621732b494612189f24edca8
commit fad2ce95a4cb68ed621732b494612189f24edca8
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Aug 2 14:03:18 2007 +0200
Fixed warnings.
wm/sawman/stretch_algos.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=569ab6d60dec9363aea9ce39d4fdf78fad58942e
commit 569ab6d60dec9363aea9ce39d4fdf78fad58942e
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Aug 1 10:18:45 2007 +0200
Fix locking when grabbing unselected keys.
wm/sawman/sawman_wm.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=15cb75e56da30854bf0c84ac00ddff095f76de88
commit 15cb75e56da30854bf0c84ac00ddff095f76de88
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Wed Jul 25 11:55:25 2007 +0200
Follow core API change for layer color keying and use the window color key
as the index argument.
Applications can create an indexed window and SaWMan
will use proper color keying (by index) when switching
to single window mode.
wm/sawman/sawman_wm.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0cad197ca3b46ffef22130f6a794dc1cf0c4a86b
commit 0cad197ca3b46ffef22130f6a794dc1cf0c4a86b
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Mon Jul 23 13:29:54 2007 +0200
Update scaling code with new templates.
Added head/tail code to simple scaler.
wm/sawman/sawman_draw.c | 2 +-
wm/sawman/stretch_algos.c | 832 ++++++++++++++++++++++-----------------------
wm/sawman/stretch_algos.h | 2 +
3 files changed, 415 insertions(+), 421 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2accbf79ea0e536e3f8a2598c35a502ebf89e1d6
commit 2accbf79ea0e536e3f8a2598c35a502ebf89e1d6
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Wed Jul 18 20:20:01 2007 +0200
Use window's palette in single window mode.
wm/sawman/sawman_wm.c | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c75ea5c83f4d4715cdb7603ce0f7fcd95027e0e2
commit c75ea5c83f4d4715cdb7603ce0f7fcd95027e0e2
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Jul 6 15:43:24 2007 +0200
Added border-[un]focused-color-index<n> options.
src/sawman_config.c | 34 +++++++++++++++++++++++++++++++++-
src/sawman_config.h | 2 ++
wm/sawman/sawman_draw.c | 36 +++++++++++++++---------------------
3 files changed, 50 insertions(+), 22 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=bf3fb1eeca76526d68b87096ed9aef484f5cf6d0
commit bf3fb1eeca76526d68b87096ed9aef484f5cf6d0
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Fri Jun 15 13:15:05 2007 +0200
Support any color key for protection, not hard coded, but taken from layer
configuration.
wm/sawman/sawman_draw.c | 8 +++---
wm/sawman/sawman_wm.c | 5 +++
wm/sawman/stretch_algos.c | 58 +++++++++++++++++++++++++---------------
wm/sawman/stretch_algos.h | 6 +++-
wm/sawman/stretch_hvx_rgb16.h | 12 ++++----
5 files changed, 55 insertions(+), 34 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=45ba7ce0904dd994043b30cb98340318ce512c7f
commit 45ba7ce0904dd994043b30cb98340318ce512c7f
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Fri Jun 15 13:13:30 2007 +0200
Fixed focus border updates.
src/sawman.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=18a802487c961690ff016dff2ce2608b7211de6e
commit 18a802487c961690ff016dff2ce2608b7211de6e
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Tue Jun 12 18:55:08 2007 +0200
More fixes.
wm/sawman/sawman_draw.c | 4 +++-
wm/sawman/sawman_wm.c | 6 +++---
2 files changed, 6 insertions(+), 4 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=21655384f054c0fc495c8b241fc73df38459db7f
commit 21655384f054c0fc495c8b241fc73df38459db7f
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Tue Jun 12 17:45:27 2007 +0200
Different fixes for reconfiguration and window association.
src/sawman.c | 60 +++++++++++++-------
wm/sawman/sawman_draw.c | 28 ++++++---
wm/sawman/sawman_wm.c | 142 +++++++++++++++++++++++++++++++++--------------
3 files changed, 160 insertions(+), 70 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7a31f351034ef19e33a799b570d6970765fdca13
commit 7a31f351034ef19e33a799b570d6970765fdca13
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Mon Jun 4 20:22:11 2007 +0200
Missing files.
Use sysconfdir.
src/sawman_config.c | 395 +++++++++++++++++++++++++++++++++++++++++++++++++++
src/sawman_config.h | 63 ++++++++
2 files changed, 458 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c6b0e869b1807de8212d3b7f1814316e6463e177
commit c6b0e869b1807de8212d3b7f1814316e6463e177
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Jun 1 08:57:58 2007 +0200
Some fixes and a temporary dead lock hack.
src/sawman.c | 5 ++++-
wm/sawman/sawman_wm.c | 22 ++++++++++++++++++----
2 files changed, 22 insertions(+), 5 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1a81abb313957d2d7345e2eccb078163233de5d1
commit 1a81abb313957d2d7345e2eccb078163233de5d1
Author: Denis Oliver Kropp <[email protected]>
Date: Thu May 31 17:27:30 2007 +0200
Fix reconfiguration issues with latest border only code.
Follow StartDesktop -> PostInit change.
wm/sawman/sawman_wm.c | 54 +++++++++++++++++++++++++++++++++++-------------
1 files changed, 39 insertions(+), 15 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=975935a548bc9abcfcbd50d4f973ad89aa06cdff
commit 975935a548bc9abcfcbd50d4f973ad89aa06cdff
Author: Denis Oliver Kropp <[email protected]>
Date: Thu May 31 15:04:21 2007 +0200
Add more debug. Cleanup a bit.
wm/sawman/sawman_draw.c | 44 +++++++++++++++++++++-----------------------
1 files changed, 21 insertions(+), 23 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ba131f4bd60b706d9bce38705d8b503fd419f436
commit ba131f4bd60b706d9bce38705d8b503fd419f436
Author: Denis Oliver Kropp <[email protected]>
Date: Thu May 31 14:19:08 2007 +0200
Debug messages, geometry update fix, associated window update fix.
src/sawman.c | 54 ++++++++++++++++++++++++++++++++++++++++--------
wm/sawman/sawman_wm.c | 8 +++---
2 files changed, 49 insertions(+), 13 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1924408d7096e53f52a6084b8d1c57d7d64f2fa2
commit 1924408d7096e53f52a6084b8d1c57d7d64f2fa2
Author: Denis Oliver Kropp <[email protected]>
Date: Wed May 30 18:10:07 2007 +0200
New sawmanrc.
Better window border configuration. Adapt to layer resolutions.
Reconfigure layer for border only mode if possible.
Handle parent window lookup and DWOP_KEEP_ABOVE/UNDER.
include/sawman.h | 5 +-
src/sawman.c | 80 +++++++++++++++---
wm/sawman/sawman_draw.c | 51 +++++++----
wm/sawman/sawman_wm.c | 214 ++++++++++++++++++++++++++++++++++++++++-------
4 files changed, 285 insertions(+), 65 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=fd1a6c770e61822e91e9fcb2a23753e47e93a825
commit fd1a6c770e61822e91e9fcb2a23753e47e93a825
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date: Wed May 30 01:07:31 2007 +0200
Dispatch SwitchFocus() via AppMan.
src/sawman.c | 20 ++++++++++++++++++++
wm/sawman/sawman_wm.c | 5 ++++-
2 files changed, 24 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9e5504e2289a8b5e3f9dd7bcdf56c61ed9c38f89
commit 9e5504e2289a8b5e3f9dd7bcdf56c61ed9c38f89
Author: Denis Oliver Kropp <[email protected]>
Date: Tue May 29 23:23:26 2007 +0200
Follow FusionCall API changes.
src/sawman.c | 60 ++++++++++++++++++++++++++++++++-------------------------
1 files changed, 34 insertions(+), 26 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e9e7c8ced8c336727bc6cfe30434277408600f8f
commit e9e7c8ced8c336727bc6cfe30434277408600f8f
Author: Denis Oliver Kropp <[email protected]>
Date: Tue May 22 14:23:09 2007 +0200
Version 1.1.0
include/sawman.h | 30 ++
include/sawman_types.h | 1 +
samples/testman.c | 10 +-
src/isawman.c | 48 ++-
src/isawmanmanager.c | 152 ++++++--
src/sawman.c | 516 +++++++++++++++++++++-----
wm/sawman/sawman_draw.c | 194 ++++++----
wm/sawman/sawman_draw.h | 2 +-
wm/sawman/sawman_wm.c | 823 ++++++++++++++++++++++++++++-------------
wm/sawman/stretch_algos.c | 703 ++++++-----------------------------
wm/sawman/stretch_algos.h | 4 +-
wm/sawman/stretch_hvx_rgb16.h | 316 ++++++++++++++++
12 files changed, 1734 insertions(+), 1065 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e8078526ae259cbce2e7dcbb251cb72f7b8927ea
commit e8078526ae259cbce2e7dcbb251cb72f7b8927ea
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Jan 30 23:40:57 2007 +0000
Minor update.
samples/testman.c | 27 +++++++++++++++------------
1 files changed, 15 insertions(+), 12 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=dea01be61665bab552193d1dd21160fc738eefcb
commit dea01be61665bab552193d1dd21160fc738eefcb
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Jan 30 21:36:59 2007 +0000
dist fixes
wm/sawman/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=942ab10763fc67f3cfaf5b4033394ab4c48dd3cd
commit 942ab10763fc67f3cfaf5b4033394ab4c48dd3cd
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Jan 30 21:17:52 2007 +0000
"This is SaWMan... Checkout the README to avoid being sliced through!"
include/sawman.h | 199 +++
include/sawman_types.h | 50 +
samples/.cvsignore | 8 +
samples/Makefile.am | 18 +
samples/sample1.c | 139 +++
samples/testman.c | 841 +++++++++++++
samples/testrun.c | 94 ++
sawman.pc.in | 11 +
src/isawman.c | 226 ++++
src/isawman.h | 48 +
src/isawmanmanager.c | 291 +++++
src/isawmanmanager.h | 48 +
src/sawman.c | 1095 +++++++++++++++++
wm/sawman/.cvsignore | 6 +
wm/sawman/Makefile.am | 35 +
wm/sawman/sawman_draw.c | 693 +++++++++++
wm/sawman/sawman_draw.h | 52 +
wm/sawman/sawman_wm.c | 2987 +++++++++++++++++++++++++++++++++++++++++++++
wm/sawman/stretch_algos.c | 1231 +++++++++++++++++++
wm/sawman/stretch_algos.h | 79 ++
20 files changed, 8151 insertions(+), 0 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs