Messages by Thread
-
{DirectFB} IDirectFB: Only flush current state client, not all, in WaitIdle().
dok
-
{Insignia} DFBTestWindowCreate: reduce number of configs
dok
-
{Insignia} DFBTestWindowCreate: check for test being stopped
dok
-
{Insignia} DFBTestMulti03/04: Add two more tests.
dok
-
{Insignia} Insignia: When MODULEDIR fails to open, try deriving from LD_LIBRARY_PATH.
dok
-
{Insignia} DFBTestMulti02: Fix windowed option, fix copy'n'paste in buffers_master option.
dok
-
{Insignia} Test: Improve slave shutdown handling.
dok
-
{Insignia} Insignia: Remove useless linux/fusion.h include.
dok
-
{DirectFB} API: Add debug messages to IDirectFBDisplayLayer.
dok
-
{DirectFB} Core: Fix permission issues with IDirectFBDisplayLayer::GetWindow() for master.
dok
-
{DirectFB} libfusion: Add object owner debug messages.
dok
-
{DirectFB} Core: Print error message when driver's SetRegion() call fails.
dok
-
{DirectFB} Core: Fixes for single window optimisation, use new DSFLIP_UPDATE flag to show the region, fix config corruption due to partial updates.
dok
-
{DirectFB} API: Add DSFLIP_UPDATE that does not swap/copy buffers and just calls UpdateRegion from layer driver for the front buffer.
dok
-
{DirectFB} Core: Add debug messages to dfb_window_repaint() including single window optimisation.
dok
-
{DirectFB} core: single-window: only trigger window repaint when necessary, only flip region if region is enabled
mass
-
{DirectFB} fusion: fix prevail/dismiss multi
mass
-
{DirectFB} flux: Add --dispatch-error-abort to fluxcomp parameters.
dok
-
{DirectFB} libfusion/Core: Fix security bugs. Add fusion_object_add_owner() and fusion_object_check_owner() to support multiple owners.
dok
-
{DirectFB} libdirect: Fix debug message in load_symbols().
dok
-
{DirectFB} Core: Fix dfb_gfxcard_state_check_acquire() by updating the state earlier, requires new multi lock function.
dok
-
{DirectFB} Core: Add dfb_state_update_destination/sources() to update selected only.
dok
-
{DirectFB} libfusion: Add fusion_skirmish_prevail/dismiss_multi() to avoid dead-locks by sorting by pointer first, so locks are always taken in same order :)
dok
-
{ilixi} WindowWidget: Minor fix for ungrabbing grabbed widgets.
tarik
-
{ilixi} AppBase: Fix for ignoring DWET_UPDATE events.
tarik
-
{ilixi} Fixes for Makefiles :)
tarik
-
{ilixi} AppBase: Changes for postKeyEvent and postPointerEvent for exclusive mode.
tarik
-
{ilixi} Add ABOUT-NLS
tarik
-
{ilixi} Widget: Do not update or repaint if not visible.
tarik
-
{ilixi} TextLayout: Do not specify bytes while calculating extents.
tarik
-
{DirectFB} image provider: Add webp image provider (thanks to Haithem Rahmani!!!)
andi
-
{ilixi} GroupBox: Changes for NLS.
tarik
-
{DirectFB} wm: single-window optimisation: set configuration on region when window changes its attributes
mass
-
{DirectFB} core: add single-window option which optimises rendering of single windows in wm (WIP)
mass
-
{DirectFB} divine: Add libdivine linkage to dispatcher interface to fix missing DiVineCreate symbol.
dok
-
{DirectFB} proxy: Fix LIBADDD (-> LIBADD) for requestor interfaces.
dok
-
{DirectFB} proxy: Fix LIBADDD (-> LIBADD) for dispatcher interfaces.
dok
-
{WebKitDFB} MediaPlayerPrivateDFB: Use drawImage() instead of DirectFB API directly, use fillRect instead of clearRect, cleanups.
dok
-
{DirectFB} Core: Fix layer context/region cyclic ref via window stack.
dok
-
{DirectFB} libdirect: Change new info messages in symbol loading code to debug messages.
dok
-
{DirectFB} sawman: make static-layer option the default
andi
-
{ilixi} AppBase: Add postKeyEvent() and postPointerEvent().
tarik
-
{DirectFB} drmkms: add support for alpha plane property and RGB555 surfaces
andi
-
{ilixi} PlatformManager: Add force pixel format for image loading.
tarik
-
{ilixi} Fix for missing XMLReader headers.
tarik
-
{ilixi} AppView: Signal appVisible to compositor if there is no animation too.
tarik
-
{DirectFB} Renderer: When engine is bound, keep thread and compare in later calls.
dok
-
{Insignia} Insignia: Further enhancements, fixes, new tests...
dok
-
{DirectFB} Core: Deinit CoreDFB dispatch (call) later during shutdown.
dok
-
{DirectFB} dfbtest_windows_watcher: Print window state on add.
dok
-
{DirectFB} build: add libs_deps.make to centralize stuff about base libs being built.
dok
-
{DirectFB} X11: Fix expose event issue with no task-manager, keeping the surface and locks.
dok
-
{DirectFB} Core: Remove signal and cleanup handler earlier during shutdown.
dok
-
{DirectFB} libfusion: Use FCEF_RESUMABLE and set serial to 0 for buffered calls.
dok
-
{DirectFB} libdirect: Add fallback definition for SIGUNUSED.
dok
-
{DirectFB} gp2d: Disable blending, will readd for destinations without alpha channel, cleanups.
dok
-
{linux-fusion} call: Print call id and serial in execute functions.
dok
-
{linux-fusion} call: Fix another resume issue by not removing the execution on return, but after the result is received on caller side.
dok
-
{DirectFB} wm: Call CoreGraphicsStateClient_Flush() at the end of flush_updating().
dok
-
{linux-fusion} call: Fix FCEF_RESUMABLE calls (EINTR) with FCEF_FOLLOW flag (buffered calls being flushed).
dok
-
{linux-fusion} call: print error when execution has not been found on resume
dok
-
{DirectFB} dummy: Comment out surface dump in dummy system :/
dok
-
{DirectFB} libdirect: Use DirectThread for signal handling.
dok
-
{DirectFB} libfusion: Avoid failing ioctl() in fusion_ref_set_sync() when ref is a user space one.
dok
-
{DirectFB} Config: Allow DIRECTFB_SESSION to be changed between DirectFBCreate()/Release() cycles.
dok
-
{DirectFB} IDirectFBSurface: In IDirectFBSurface_listener() when CSNF_DESTROY is received, don't unref, print warning.
dok
-
{DirectFB} IDirectFBSurface: Allow GetFrameTime() to be called with NULL to just limit frame rate without retrieving the time stamp.
dok
-
{DirectFB} IDirectFBSurface: Add missing CoreGraphicsStateClient_FlushCurrent() to IDirectFBSurface_Dump().
dok
-
{DirectFB} Core: Allow prefix to be NULL in dfb_surface_dump_buffer2().
dok
-
{DirectFB} Core: Call dfb_layer_region_set() for realiized regions in dfb_layer_region_set_configuration() only if CLRSF_FROZEN is not set.
dok
-
{DirectFB} Core: Shutdown fixes, order of deinitialisation and others.
dok
-
{DirectFB} Core: Dump remaining objects during shutdown.
dok
-
{DirectFB} Core: Some debug and cleanup.
dok
-
{DirectFB} Debug: Add ToString<DFBSurfacePorterDuffRule>.
dok
-
{DirectFB} Core: Don't clear the window stack when surface for background vanishes, this is an exceptional case!
dok
-
{DirectFB} Core: Add debug messages to error branches of dfb_window_create().
dok
-
{DirectFB} Core: Fix locking of global core mutex, add comments in header about init/shutdown.
dok
-
{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
-
{DirectFB} libdirect: Add direct_thread_kill() to send a signal to a thread by specifying a DirectThread pointer.
dok
-
{DirectFB} libdirect: Use pthread_sigmask() in direct_sigprocmask() instead of sigprocmask().
dok
-
{DirectFB} libdirect: Add direct_tkill() to send a signal to a thread.
dok
-
{DirectFB} libdirect: Handle default log when calling direct_log_flush() with NULL.
dok
-
{ilixi} Enums: Fixed comment for OptARGBImages.
tarik
-
{ilixi} PlatformManager: Add --ilx:ARGB-images option for loading all images in ARGB pixelformat.
tarik
-
{ilixi} PlatformManager: Minor changes for sound effect level.
tarik
-
{ilixi} change version to 1.0.0 (not ready yet)
andi
-
{DirectFB} libdirect: Add empty implementation for direct_print_interface_leaks() to avoid unresolved symbol in any case.
dok
-
{DirectFB} libdirect: Flush log after printing in direct_log_domain_log/vprintf.
dok
-
{DirectFB} libdirect: Add special stderr_log_write for stderr logging using fprintf to stderr really, not write() to fileno...
dok
-
{DirectFB} API: Add DFBSurfacePorterDuffRule names to directfb_strings.h
dok
-
{DirectFB} libdirect: Add StringBase with character type specification, add Strings definition to types.h.
dok
-
{DirectFB} libdirect: Add magic value to trace buffers.
dok
-
{DirectFB} Options: Refuse task-manager without secure-fusion
dok
-
{DirectFB} libfusion: Always signal and join deferred thread, prevent shutdown of dispatch thread if it does the shutdown.
dok
-
{DirectFB} Core: Comment out assertion about index in dfb_surface_notify_display2()
dok
-
{DirectFB} libfusion: Add empty fusion_world_flush_calls() for single-app.
dok
-
{DirectFB} Graphics: Fix CoreGraphicsStateClient_FlushCurrent() for master without task-manager.
dok
-
{ilixi} AppCompositor: Simply use update() for SWMCF_POSITION case.
tarik
-
{ilixi} AppCompositor: Fix for SWMCF_POSITION case.
tarik
-
{ilixi} AppCompositor: Take scaling into account in onWindowConfig.
tarik
-
{ilixi} SurfaceView: do not call _sourceWindow->GetPosition(), instead use parent()->x() and y()
andi
-
{ilixi} SoundMixer: Set sound effects volume.
tarik
-
{ilixi} Remove ilixi_nav
tarik
-
{ilixi} Remove data/fonts
tarik
-
{DirectFB} sawman: remove bogus assumption
andi
-
{ilixi} fix calculation of absolute coordinates for mouse events on windows (fixes df_window inside ilixi compositor)
andi
-
{DirectFB} drmkms: when cloning is requested just try to clone the first two connectors for now
andi
-
{DirectFB} libdirect: add dummy implementation direct_trace_get_caller(), fixes compilation without trace support
andi
-
{DirectFB} fusiondale: do not call uninitialized function pointers
andi
-
{DirectFB} drmkms: implement SetLevel() and GetLevel() for drm/kms planes using zpos layer property
andi
-
{DirectFB} drmkms: support colorkey plane property, add option drmkms-plane-limit=n to limit the number of overlay planes available to DirectFB
andi
-
{DirectFB} Task: Add Task_DoneFail() C wrapper.
dok
-
{DirectFB} libfusion: In fusion_ref_down() call direct_mutex_unlock() before fusion_call_execute() to prevent dead locks.
dok
-
{DirectFB} libfusion: Print name of function to call as reaction in _fusion_reactor_process_message().
dok
-
{DirectFB} libfusion: Add yet commented out FusionCall3 version of object_reference_watcher() header.
dok
-
{DirectFB} libfusion: Don't flush calls when not required.
dok
-
{DirectFB} libfusion: Allow 'all' for 'trace-ref' option to trace ALL refs.
dok
-
{DirectFB} libfusion: Enhanced debug in call code, include assumption about tls being destroyed in its thread (which fails).
dok
-
{DirectFB} libfusion: Flush calls in object pool destroy function.
dok
-
{DirectFB} libfusion: More debug in object pool.
dok
-
{DirectFB} libfusion: Enhanced debug in fusion dispatcher.
dok
-
{DirectFB} libfusion: Increase max number of worlds from 8 to 32.
dok
-
{DirectFB} libfusion: Map shared roots with with smaller distance to allow for more worlds.
dok
-
{linux-fusion} FIXME: use entry lookup via hash table, or add reactor pointer to dispatch if possible
dok
-
{linux-fusion} fusionee: Fix fusionee_sync() by waiting for the dispatcher to block on a read.
dok
-
{linux-fusion} call: Fix dead lock with user space refs by allowing packet over-allocation (non-blocking) for calls from dispatcher thread itself.
dok
-
{linux-fusion} fusiondev: Increase number of minors from 8 to 32 :)
dok
-
{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
-
{DirectFB} libdirect: Remove locking in signal handler which is obsolete and led to dead locks.
dok
-
{DirectFB} libdirect: Add log-delay-min-loops and log-delay-min-us options, but make them effective on actual prints only.
dok
-
{DirectFB} libdirect: Free trace buffer during thread deinit (linux/glibc).
dok
-
{DirectFB} libdirect: Add more debug during init/shutdown including calling function's name.
dok
-
{DirectFB} libdirect: Replcae static trace buffers (200) by per thread allocation (no more limit).
dok
-
{DirectFB} libdirect: Add direct_trace_get_caller() to retrieve a function's caller.
dok
-
{DirectFB} log: Use fdatasync() for direct_log_flush().
dok
-
{DirectFB} drmkms: add support for new resolutions (Screen API)
andi
-
{DirectFB} add a few new common wide screen resolutions to the DFBScreenOutputResolution enum
andi
-
{DirectFB} tests: Fix for includes.
dok
-
{DirectFB} build: Include fixes for C/C++ mixing
dok
-
{DirectFB} Renderer: Use simplified ToString API.
dok
-
{DirectFB} Make: Fix examples build for FusionDale and FusionSound.
dok
-
{DirectFB} configure: Avoid C++ compiler option warning about -Werror-implicit-function-declaration, print more variables...
dok
-
{DirectFB} SaWMan: Fix shutdown issue, add debug, ToString, cleanups.
dok
-
{DirectFB} Core: Add some List declarations.
dok
-
{DirectFB} SaWMan: Fix warnings.
dok
-
{DirectFB} Core: Add more Debug stuff.
dok
-
{DirectFB} libfusion: Add Tostring functions to Debug.cpp
dok
-
{DirectFB} libdirect: Introduce Lists.
dok
-
{DirectFB} divine: Allow multiple sessions to run in parallel.
dok
-
{DirectFB} libdirect: Include String.h in ToString.h
dok
-
{DirectFB} libdirect: Add operator * to String as a shortcut for .buffer(), add no_instrument for C wrappers
dok
-
{DirectFB} drmkms: Better error handling, debug, cleanups.
dok
-
{DirectFB} libdirect: More String, e.g. streams for DirectLog[Domain] and ostream, + operators.
dok
-
{DirectFB} Core: Add ToString for CoreSurfaceTypeFlags including C wrapper.
dok
-
{DirectFB} Core: Add dfb_core_dump_all() that prints all pools' objects.
dok
-
{DirectFB} Util: In dfb_pixelformat_name() use D_String_PrintTLS() for invalid formats (to print actual hex value).
dok
-
{DirectFB} Core: Add ToString for DFBSurfaceDrawingFlags and DFBSurfaceBlittingFlags including C wrappers.
dok
-
{DirectFB} libfusion: Move FusionObjectPool definition to header file.
dok
-
{DirectFB} libdirect: Add direct_log_domain_check_level() to check for a certain level.
dok
-
{ilixi} Image: Add preferredSize().
tarik
-
{ilixi} Add OptExclSoundEffect mode for playback of sound effects via SoundMixer component.
tarik
-
{DirectFB} dfbtest_layers: remove opacity flag for now
andi
-
{DirectFB} tests: add dfbtest_layers
andi
-
{DirectFB} drmkms: fix drmkms overlay plane crash
andi
-
{ilixi} Play sound effects for Button clicks and Notification in compositor.
tarik
-
{Insignia} InsigniaRun: Fix arg0 in help strings.
dok