Messages by Date
-
2013/03/30
{DirectFB} build: add libs_deps.make to centralize stuff about base libs being built.
dok
-
2013/03/30
{DirectFB} X11: Fix expose event issue with no task-manager, keeping the surface and locks.
dok
-
2013/03/30
{DirectFB} Core: Remove signal and cleanup handler earlier during shutdown.
dok
-
2013/03/30
{DirectFB} libfusion: Use FCEF_RESUMABLE and set serial to 0 for buffered calls.
dok
-
2013/03/30
{DirectFB} libdirect: Add fallback definition for SIGUNUSED.
dok
-
2013/03/30
{DirectFB} gp2d: Disable blending, will readd for destinations without alpha channel, cleanups.
dok
-
2013/03/30
{linux-fusion} call: Print call id and serial in execute functions.
dok
-
2013/03/30
{linux-fusion} call: Fix another resume issue by not removing the execution on return, but after the result is received on caller side.
dok
-
2013/03/29
{DirectFB} wm: Call CoreGraphicsStateClient_Flush() at the end of flush_updating().
dok
-
2013/03/28
{linux-fusion} call: Fix FCEF_RESUMABLE calls (EINTR) with FCEF_FOLLOW flag (buffered calls being flushed).
dok
-
2013/03/28
{linux-fusion} call: print error when execution has not been found on resume
dok
-
2013/03/28
{DirectFB} dummy: Comment out surface dump in dummy system :/
dok
-
2013/03/28
{DirectFB} libdirect: Use DirectThread for signal handling.
dok
-
2013/03/28
{DirectFB} libfusion: Avoid failing ioctl() in fusion_ref_set_sync() when ref is a user space one.
dok
-
2013/03/28
{DirectFB} Config: Allow DIRECTFB_SESSION to be changed between DirectFBCreate()/Release() cycles.
dok
-
2013/03/28
{DirectFB} IDirectFBSurface: In IDirectFBSurface_listener() when CSNF_DESTROY is received, don't unref, print warning.
dok
-
2013/03/28
{DirectFB} IDirectFBSurface: Allow GetFrameTime() to be called with NULL to just limit frame rate without retrieving the time stamp.
dok
-
2013/03/28
{DirectFB} IDirectFBSurface: Add missing CoreGraphicsStateClient_FlushCurrent() to IDirectFBSurface_Dump().
dok
-
2013/03/28
{DirectFB} Core: Allow prefix to be NULL in dfb_surface_dump_buffer2().
dok
-
2013/03/28
{DirectFB} Core: Call dfb_layer_region_set() for realiized regions in dfb_layer_region_set_configuration() only if CLRSF_FROZEN is not set.
dok
-
2013/03/28
{DirectFB} Core: Shutdown fixes, order of deinitialisation and others.
dok
-
2013/03/28
{DirectFB} Core: Dump remaining objects during shutdown.
dok
-
2013/03/28
{DirectFB} Core: Some debug and cleanup.
dok
-
2013/03/28
{DirectFB} Debug: Add ToString<DFBSurfacePorterDuffRule>.
dok
-
2013/03/28
{DirectFB} Core: Don't clear the window stack when surface for background vanishes, this is an exceptional case!
dok
-
2013/03/28
{DirectFB} Core: Add debug messages to error branches of dfb_window_create().
dok
-
2013/03/28
{DirectFB} Core: Fix locking of global core mutex, add comments in header about init/shutdown.
dok
-
2013/03/27
{DirectFB} libdirect: Use SIGUNUSED instead of 123 (e.g. _NSIG is 64 here only), also block close signal in handler thread, use direct_sigprocmask().
dok
-
2013/03/27
{DirectFB} libdirect: Add direct_thread_kill() to send a signal to a thread by specifying a DirectThread pointer.
dok
-
2013/03/27
{DirectFB} libdirect: Use pthread_sigmask() in direct_sigprocmask() instead of sigprocmask().
dok
-
2013/03/27
{DirectFB} libdirect: Add direct_tkill() to send a signal to a thread.
dok
-
2013/03/27
{DirectFB} libdirect: Handle default log when calling direct_log_flush() with NULL.
dok
-
2013/03/27
{ilixi} Enums: Fixed comment for OptARGBImages.
tarik
-
2013/03/27
{ilixi} PlatformManager: Add --ilx:ARGB-images option for loading all images in ARGB pixelformat.
tarik
-
2013/03/27
{ilixi} PlatformManager: Minor changes for sound effect level.
tarik
-
2013/03/27
{ilixi} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/libs/ilixi
tarik
-
2013/03/27
{ilixi} change version to 1.0.0 (not ready yet)
andi
-
2013/03/26
{DirectFB} libdirect: Add empty implementation for direct_print_interface_leaks() to avoid unresolved symbol in any case.
dok
-
2013/03/26
{DirectFB} libdirect: Flush log after printing in direct_log_domain_log/vprintf.
dok
-
2013/03/26
{DirectFB} libdirect: Add special stderr_log_write for stderr logging using fprintf to stderr really, not write() to fileno...
dok
-
2013/03/26
{DirectFB} API: Add DFBSurfacePorterDuffRule names to directfb_strings.h
dok
-
2013/03/26
{DirectFB} libdirect: Add StringBase with character type specification, add Strings definition to types.h.
dok
-
2013/03/26
{DirectFB} libdirect: Add magic value to trace buffers.
dok
-
2013/03/26
{DirectFB} Options: Refuse task-manager without secure-fusion
dok
-
2013/03/26
{DirectFB} libfusion: Always signal and join deferred thread, prevent shutdown of dispatch thread if it does the shutdown.
dok
-
2013/03/26
{DirectFB} Core: Comment out assertion about index in dfb_surface_notify_display2()
dok
-
2013/03/26
{DirectFB} libfusion: Implement fusion_ref_catch/throw for single app, used with always-indirect.
andi
-
2013/03/25
{DirectFB} libfusion: Add empty fusion_world_flush_calls() for single-app.
dok
-
2013/03/25
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/03/22
{DirectFB} Graphics: Fix CoreGraphicsStateClient_FlushCurrent() for master without task-manager.
dok
-
2013/03/21
{ilixi} AppCompositor: Simply use update() for SWMCF_POSITION case.
tarik
-
2013/03/21
{ilixi} AppCompositor: Fix for SWMCF_POSITION case.
tarik
-
2013/03/21
{ilixi} AppCompositor: Take scaling into account in onWindowConfig.
tarik
-
2013/03/21
{ilixi} SurfaceView: do not call _sourceWindow->GetPosition(), instead use parent()->x() and y()
andi
-
2013/03/20
{ilixi} SoundMixer: Set sound effects volume.
tarik
-
2013/03/20
{ilixi} Remove ilixi_nav
tarik
-
2013/03/20
{ilixi} Remove data/fonts
tarik
-
2013/03/20
{DirectFB} sawman: remove bogus assumption
andi
-
2013/03/20
{ilixi} fix calculation of absolute coordinates for mouse events on windows (fixes df_window inside ilixi compositor)
andi
-
2013/03/20
{DirectFB} drmkms: when cloning is requested just try to clone the first two connectors for now
andi
-
2013/03/20
{DirectFB} libdirect: add dummy implementation direct_trace_get_caller(), fixes compilation without trace support
andi
-
2013/03/20
{DirectFB} fusiondale: do not call uninitialized function pointers
andi
-
2013/03/20
{ilixi} compile fix
andi
-
2013/03/19
{DirectFB} drmkms: implement SetLevel() and GetLevel() for drm/kms planes using zpos layer property
andi
-
2013/03/19
{DirectFB} drmkms: support colorkey plane property, add option drmkms-plane-limit=n to limit the number of overlay planes available to DirectFB
andi
-
2013/03/15
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/03/15
{DirectFB} Task: Add Task_DoneFail() C wrapper.
dok
-
2013/03/13
{DirectFB} libfusion: In fusion_ref_down() call direct_mutex_unlock() before fusion_call_execute() to prevent dead locks.
dok
-
2013/03/13
{DirectFB} libfusion: Print name of function to call as reaction in _fusion_reactor_process_message().
dok
-
2013/03/13
{DirectFB} libfusion: Add yet commented out FusionCall3 version of object_reference_watcher() header.
dok
-
2013/03/13
{DirectFB} libfusion: Don't flush calls when not required.
dok
-
2013/03/13
{DirectFB} libfusion: Allow 'all' for 'trace-ref' option to trace ALL refs.
dok
-
2013/03/13
{DirectFB} libfusion: Enhanced debug in call code, include assumption about tls being destroyed in its thread (which fails).
dok
-
2013/03/13
{DirectFB} libfusion: Flush calls in object pool destroy function.
dok
-
2013/03/13
{DirectFB} libfusion: More debug in object pool.
dok
-
2013/03/13
{DirectFB} libfusion: Enhanced debug in fusion dispatcher.
dok
-
2013/03/13
{DirectFB} libfusion: Increase max number of worlds from 8 to 32.
dok
-
2013/03/13
{DirectFB} libfusion: Map shared roots with with smaller distance to allow for more worlds.
dok
-
2013/03/13
{linux-fusion} FIXME: use entry lookup via hash table, or add reactor pointer to dispatch if possible
dok
-
2013/03/13
{linux-fusion} fusionee: Fix fusionee_sync() by waiting for the dispatcher to block on a read.
dok
-
2013/03/13
{linux-fusion} call: Fix dead lock with user space refs by allowing packet over-allocation (non-blocking) for calls from dispatcher thread itself.
dok
-
2013/03/13
{linux-fusion} fusiondev: Increase number of minors from 8 to 32 :)
dok
-
2013/03/13
{linux-fusion} shm: Add FUSION_SHM_PER_WORLD_SPACE to statically map the different worlds in a bigger address range, enabled on 64bit machines.
dok
-
2013/03/13
{DirectFB} libdirect: Remove locking in signal handler which is obsolete and led to dead locks.
dok
-
2013/03/13
{DirectFB} libdirect: Add log-delay-min-loops and log-delay-min-us options, but make them effective on actual prints only.
dok
-
2013/03/13
{DirectFB} libdirect: Free trace buffer during thread deinit (linux/glibc).
dok
-
2013/03/13
{DirectFB} libdirect: Add more debug during init/shutdown including calling function's name.
dok
-
2013/03/13
{DirectFB} libdirect: Replcae static trace buffers (200) by per thread allocation (no more limit).
dok
-
2013/03/13
{DirectFB} libdirect: Add direct_trace_get_caller() to retrieve a function's caller.
dok
-
2013/03/13
{DirectFB} log: Use fdatasync() for direct_log_flush().
dok
-
2013/03/13
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/03/13
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
andi
-
2013/03/13
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/03/13
{DirectFB} drmkms: add support for new resolutions (Screen API)
andi
-
2013/03/13
{DirectFB} add a few new common wide screen resolutions to the DFBScreenOutputResolution enum
andi
-
2013/03/13
{DirectFB} tests: Fix for includes.
dok
-
2013/03/13
{DirectFB} build: Include fixes for C/C++ mixing
dok
-
2013/03/13
{DirectFB} Renderer: Use simplified ToString API.
dok
-
2013/03/13
{DirectFB} Make: Fix examples build for FusionDale and FusionSound.
dok
-
2013/03/13
{DirectFB} configure: Avoid C++ compiler option warning about -Werror-implicit-function-declaration, print more variables...
dok
-
2013/03/13
{DirectFB} SaWMan: Fix shutdown issue, add debug, ToString, cleanups.
dok
-
2013/03/13
{DirectFB} Core: Add some List declarations.
dok
-
2013/03/13
{DirectFB} SaWMan: Fix warnings.
dok
-
2013/03/13
{DirectFB} Core: Add more Debug stuff.
dok
-
2013/03/13
{DirectFB} libfusion: Add Tostring functions to Debug.cpp
dok
-
2013/03/13
{DirectFB} libdirect: Introduce Lists.
dok
-
2013/03/13
{DirectFB} divine: Allow multiple sessions to run in parallel.
dok
-
2013/03/13
{DirectFB} libdirect: Include String.h in ToString.h
dok
-
2013/03/13
{DirectFB} libdirect: Add operator * to String as a shortcut for .buffer(), add no_instrument for C wrappers
dok
-
2013/03/13
{DirectFB} drmkms: Better error handling, debug, cleanups.
dok
-
2013/03/09
{DirectFB} libdirect: More String, e.g. streams for DirectLog[Domain] and ostream, + operators.
dok
-
2013/03/09
{DirectFB} Core: Add ToString for CoreSurfaceTypeFlags including C wrapper.
dok
-
2013/03/09
{DirectFB} Core: Add dfb_core_dump_all() that prints all pools' objects.
dok
-
2013/03/09
{DirectFB} Util: In dfb_pixelformat_name() use D_String_PrintTLS() for invalid formats (to print actual hex value).
dok
-
2013/03/09
{DirectFB} Core: Add ToString for DFBSurfaceDrawingFlags and DFBSurfaceBlittingFlags including C wrappers.
dok
-
2013/03/09
{DirectFB} libfusion: Move FusionObjectPool definition to header file.
dok
-
2013/03/09
{DirectFB} libdirect: Add direct_log_domain_check_level() to check for a certain level.
dok
-
2013/03/08
{ilixi} Image: Add preferredSize().
tarik
-
2013/03/06
{ilixi} Add OptExclSoundEffect mode for playback of sound effects via SoundMixer component.
tarik
-
2013/03/06
{DirectFB} dfbtest_layers: remove opacity flag for now
andi
-
2013/03/06
{DirectFB} tests: add dfbtest_layers
andi
-
2013/03/06
{DirectFB} drmkms: fix drmkms overlay plane crash
andi
-
2013/03/06
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
andi
-
2013/03/06
{ilixi} Play sound effects for Button clicks and Notification in compositor.
tarik
-
2013/03/05
{Insignia} InsigniaRun: Fix arg0 in help strings.
dok
-
2013/03/05
{Insignia} fix makefile for InsigniaRun
dok
-
2013/03/05
{Insignia} Insignia: New features!
dok
-
2013/03/05
{DirectFB} libdirect: Add String::CopyTLS(), D_String_CopyTLS() and D_String_PrintTLS().
dok
-
2013/03/05
{DirectFB} libdirect: Add options 'log-delay-rand-loops' and 'log-delay-rand-us' for testing.
dok
-
2013/03/05
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/03/05
{++DFB} Add IDirectFBSurface::GetID/AllowAccess()
dok
-
2013/03/05
{++DFB} API: avoid nested extern "C" in header
dok
-
2013/03/05
{DirectFB} drmkms: also implement InitOutput, SetOutputConfig, TestOutputConfig
andi
-
2013/03/05
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
andi
-
2013/03/04
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/03/04
{DirectFB} drmkms: remove reinit-planes workaround, better debug output
andi
-
2013/03/03
{DirectFB} Graphics: Remove more obsolete stuff from accel1.
dok
-
2013/03/02
{DirectFB} Core: Fix surface.h include in core_strings.h using core/
dok
-
2013/03/01
{DirectFB} Core: Use TaskManager_SyncAll() rather than TaskManager_Sync() during shutdown.
dok
-
2013/03/01
{DirectFB} Task: Add TaskManager_SyncAll() that also syncs for display tasks etc.
dok
-
2013/03/01
{DirectFB} Renderer: Fix state setting for non-master tasks.
dok
-
2013/03/01
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/28
{DirectFB} drmkms: Keep bo mapped all the time in master, always set addr in Lock(), required by gp2d driver for reading alpha map data.
dok
-
2013/02/28
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/28
{DirectFB} configure.in: update message-size help message
andred
-
2013/02/27
{DirectFB} gp2d: Implement SetMatrix() support. Fix 32bit issues. Reduce buffers to 5. Add register names. Other fixes.
dok
-
2013/02/27
{DirectFB} Graphics: Fix flush of current client when calling CoreGraphicsStateClient_Flush() on another.
dok
-
2013/02/27
{DirectFB} drmkms: Fix early deallocation without task manager by syncing in drmkmsDeallocate(), other minor fixes to prevent assumption failures.
dok
-
2013/02/27
{DirectFB} libdirect: Print actual thread name in stack dumps, not the one from creation time of trace buffer.
dok
-
2013/02/27
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
andi
-
2013/02/26
{DirectFB} Task: Fix return value in DisplayTask::Run().
dok
-
2013/02/26
{DirectFB} Core: Reduce workaround safety delay in shutdown from 500 to 100 ms and add FIXME comment.
dok
-
2013/02/26
{DirectFB} Core: Add Renderer::DeleteEngines() and fix shutdown issues with task-manager.
dok
-
2013/02/26
{DirectFB} libdirect: Fix endless recursion and crashes when maximum number of threads is reached.
dok
-
2013/02/26
{DirectFB} libdirect: Add __dfb_no_instrument_function__ to direct_vsnprintf() to prevent endless recursion.
dok
-
2013/02/26
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/26
{DirectFB} dfbdumpinput: fix warnings
dok
-
2013/02/26
{DirectFB} dvc: fix warnings
dok
-
2013/02/26
{DirectFB} sawman: fix warnings
dok
-
2013/02/26
{DirectFB} dfbtest_flip: Add option '-T' to use new IDirectFBSurface::GetFrameTime() for accurate animations.
dok
-
2013/02/26
{DirectFB} IDirectFBSurface: Add GetFrameTime() for smoother animations while buffering frames in advance.
dok
-
2013/02/26
{DirectFB} Core: Remove bogus assertion from dfb_surface_dump_buffer() to allow specification of just path (no numbering done).
dok
-
2013/02/26
{DirectFB} Core: Delete FPS object if created (using layers-fps option).
dok
-
2013/02/26
{DirectFB} Options: Add 'layers-fps' options with optional interval to print FPS in layer update (flip) code.
dok
-
2013/02/26
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/26
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
andi
-
2013/02/26
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/26
{DirectFB} direct: Replace __no_instrument_function__ with __dfb_no_instrument_function__
andred
-
2013/02/26
{DirectFB} core: emit gfx buffers early (as was done in dfb-1.4) to prevent being IDLE on some platforms (only if "gfx-emit-early" option is set)
mass
-
2013/02/26
{ilixi} InputHelperJP: remove unneccessary #define, remove conflicting prototype for freewnn (breaks wnn6 support for now)
andi
-
2013/02/25
{ilixi} osk/helper: fixes for UI and minor changes to helper interface.
tarik
-
2013/02/25
{ilixi} InputHelperJP: fix segment resizing for segments with length 1
andi
-
2013/02/25
{ilixi} InputHelper: fix clipping when changing the current segment, make the current segment signed (-1 for undefined)
andi
-
2013/02/25
{ilixi} osk/Helper: pressing space calls InputeHelper::process(), disable enter
andi
-
2013/02/25
{ilixi} InputHelper: fix candidate cycling, fix candidate regeneration on segment resizing
andi
-
2013/02/25
{ilixi} Add experimental and incomplete wnn support for japanese input
andi
-
2013/02/25
{++DFB} PPDFB: Change static class DirectFB to namespace.
dok
-
2013/02/25
{++DFB} Add IDirectFBSurface::GetID/AllowAccess()
dok
-
2013/02/24
{Rootless} Add a note about busted DGA on xorg-server-1.13
syrjala
-
2013/02/24
{DirectFB} drmkms: initial task-manager support, default to /dev/dri/card0 if no device was specified
andi
-
2013/02/24
{DirectFB} drmkms: honour gfxdriver limitations in bo creation
andi
-
2013/02/24
{DirectFB} drmkms: only call drmModeAddFB2() when surface is being used for a layer
andi
-
2013/02/24
{DirectFB} drmkms: use offset field instead of handle to pass prime fd when drmkms-use-prime-fd is set
andi
-
2013/02/24
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
andi
-
2013/02/23
{DirectFB} libvoodoo: Don't try to call direct_config_set(), but return an error.
dok
-
2013/02/23
{DirectFB} libvoodoo: Don't try to call direct_config_set(), but return an error.
dok
-
2013/02/23
{DirectFB} Util: Add FPS calculator class.
dok
-
2013/02/23
{DirectFB} Task: Add missing <map> include.
dok
-
2013/02/23
{DirectFB} Core: Add dfb_core_lookup_surface() using fusion_object_lookup().
dok
-
2013/02/23
{DirectFB} libfusion: Add fusion_object_lookup() that acts like fusion_object_get() but without ref up.
dok
-
2013/02/23
{DirectFB} libfusion: Count down in case of multiple object_reference_watcher messages for the same object (via new ref->single.dead counter).
dok
-
2013/02/23
{DirectFB} libfusion: Count number of deaths of single ref.
dok
-
2013/02/23
{DirectFB} GenefxTask: Move Done() call in Run() to the end, otherwise ~Task() might be called before, fix pre-clipping of blits.
dok
-
2013/02/23
{DirectFB} Task: Move Done() call in DisplayTask::Run() to the end, otherwise ~Task() might be called before returning from Run().
dok
-
2013/02/23
{DirectFB} Renderer: Remove obsolete test engine implementation (MyEngine).
dok
-
2013/02/23
{DirectFB} libfusion: Print object's ref id with zombie message for easy 'trace-ref=<hexid>' usage :-)
dok
-
2013/02/23
{DirectFB} IDirectFBSurface: Flush current state before locking a surface via app.
dok
-
2013/02/23
{DirectFB} libdirect: Dump counters with non-zero value only.
dok
-
2013/02/23
{DirectFB} libfusion: Fix zombies due to catch with always-indirect mode in multi-app not counting down.
dok
-
2013/02/23
{DirectFB} API: Add DFBSurfaceCapabilities names to directfb_strings.h.
dok