log

age author description
Tue, 21 Jan 2014 19:45:32 +0000 hamish Remove some overlooked bootstrap workaroundsdefault tip
Tue, 21 Jan 2014 19:43:09 +0000 hamish Update freetype library path
Mon, 30 Dec 2013 04:47:14 +0000 Ingo Weinhold Make use of $ORIGIN in rpath now supported in Haiku
Mon, 30 Dec 2013 04:47:13 +0000 Ingo Weinhold HaikuFontManager: Use BPathFinder API to find font dirs
Mon, 30 Dec 2013 04:47:13 +0000 Ingo Weinhold Fix freetype paths for Haiku
Mon, 30 Dec 2013 04:47:13 +0000 Ingo Weinhold PLATFORM_API_HaikuOS_PCM.cpp: Fix SoundConsumer include
Mon, 30 Dec 2013 04:47:12 +0000 Ingo Weinhold Defs-haiku.gmk: Fix Haiku specific *_PATH variables
Sat, 02 Feb 2013 15:56:52 +0000 hamish Revert 140b6d549a5e: /dev/random is now writable on Haiku (hrev45228)
Fri, 01 Feb 2013 22:17:30 +0000 hamish Add build definitions for Haiku x86-64
Thu, 06 Sep 2012 19:42:09 +0100 hamish /dev/random is not writable on Haiku
Thu, 06 Sep 2012 04:21:05 +0100 hamish Don't prune the xr classes -- it breaks the build later on
Sat, 01 Sep 2012 14:34:58 +0100 hamish Merge new jdk port changes
Sat, 25 Aug 2012 04:12:42 +0100 hamish Fix Haiku robot peer (byte vs int array indexing)
Sat, 25 Aug 2012 03:39:57 +0100 hamish Silence the rest of the buffer on buffer underrun
Wed, 15 Aug 2012 21:26:55 +0100 hamish Re-include jules rendering classes
Tue, 14 Aug 2012 01:57:08 +0100 hamish Remove dependency on X11 headers
Tue, 14 Aug 2012 01:43:12 +0100 hamish Fix window surface data semantics
Fri, 10 Aug 2012 23:37:54 +0100 hamish Exclude some uneeded classes
Fri, 10 Aug 2012 23:37:21 +0100 hamish Add support for PCM input -- untested
Tue, 31 Jul 2012 03:42:10 +0100 hamish Bail on invalid short messages
Mon, 30 Jul 2012 22:42:55 +0100 hamish Missed a std::nothrow
Mon, 30 Jul 2012 22:40:33 +0100 hamish More robust error handling in MIDI_OUT_OpenDevice
Mon, 30 Jul 2012 22:36:57 +0100 hamish Correct handling of short message output
Mon, 30 Jul 2012 22:30:21 +0100 hamish MIDI timestamps are in microseconds not nanoseconds
Mon, 30 Jul 2012 22:29:35 +0100 hamish Don't leak semaphore in error case
Mon, 30 Jul 2012 22:27:47 +0100 hamish More robust error checking in MIDI_IN_OpenDevice
Mon, 30 Jul 2012 22:13:45 +0100 hamish Finish MIDI input support -- untested
Mon, 30 Jul 2012 19:59:06 +0100 hamish Return MIDI_NOT_SUPPORTED for device info we can't retrieve
Sun, 29 Jul 2012 21:14:24 +0100 hamish UINT8 -> UBYTE in ringbuffer implementation
Sun, 29 Jul 2012 21:11:49 +0100 hamish Add makefile changes missed in last commit
Sun, 29 Jul 2012 21:10:41 +0100 hamish Complete MIDI out support -- untested
Sun, 29 Jul 2012 20:28:04 +0100 hamish Avoid infinite recursion in Toolkit.areExtraMouseButtonsEnabled
Sun, 29 Jul 2012 20:26:11 +0100 hamish Use the MIDI queue on Haiku
Sat, 28 Jul 2012 16:03:55 +0100 hamish Start on MIDI input/output support
Tue, 24 Jul 2012 21:12:49 +0100 hamish Revert upstream change to wait for window content to be painted
Tue, 24 Jul 2012 18:53:11 +0100 hamish Start on MIDI: enumerate MIDI inputs/outputs
Thu, 19 Jul 2012 18:05:43 +0100 hamish Get poll related constants from native instead of hard-coding
Wed, 18 Jul 2012 19:47:23 +0100 hamish Got PCM output working -- SIGSEGV on hard exit though
Tue, 17 Jul 2012 01:18:53 +0100 hamish More PCM output implementation -- untested
Mon, 16 Jul 2012 22:24:59 +0100 hamish Implement more PCM functionality. It builds now
Fri, 13 Jul 2012 20:31:20 +0100 hamish Nick the ring buffer implementation from the Mac port
Fri, 13 Jul 2012 20:25:55 +0100 hamish Fill in audio device description and input/output formats
Wed, 11 Jul 2012 21:09:42 +0100 hamish Switch to C++ for jsound source files
Wed, 11 Jul 2012 21:09:06 +0100 hamish Implement a DeviceCache to keep track of audio devices
Tue, 10 Jul 2012 12:50:58 +0100 hamish Stub out the PCM audio functions
Fri, 06 Jul 2012 17:40:59 +0100 hamish Add stub CUPSPrinter class from 3dEyes to get more apps to run
Fri, 06 Jul 2012 00:09:15 +0100 hamish Correct key event behaviour. Thanks 3dEyes!
Thu, 05 Jul 2012 16:19:51 +0100 Hamish Morrison Correct key code conversion function
Tue, 26 Jun 2012 21:04:42 +0100 Hamish Morrison Merge with upstream lwawt (jdk8/awt/jdk)
Sun, 24 Jun 2012 19:57:44 +0100 Hamish Morrison Remove now-unused Cacio code
Sun, 24 Jun 2012 19:40:51 +0100 Hamish Morrison Merge branch lwawt back into branch default
Sat, 23 Jun 2012 22:19:39 +0100 Hamish Morrison HaikuFileDialog: check whether string allocation failslwawt
Sat, 23 Jun 2012 22:08:28 +0100 Hamish Morrison Update HaikuFileDialog to use new method caching macroslwawt
Fri, 22 Jun 2012 21:37:02 +0100 Hamish Morrison Remove some old stufflwawt
Fri, 22 Jun 2012 20:32:22 +0100 Hamish Morrison Use TLS to properly attach and detach threads from the VMlwawt
Fri, 22 Jun 2012 15:40:55 +0100 Hamish Morrison Replace usages of DoCallback with the faster caching macroslwawt
Wed, 20 Jun 2012 17:31:20 +0100 Hamish Morrison Fix problem with hierarchy of modal windowslwawt
Mon, 18 Jun 2012 21:34:29 +0100 Hamish Morrison Disable tray because of incompatibilty with gcc2 deskbarlwawt
Thu, 14 Jun 2012 20:30:36 +0100 Hamish Morrison Rework HaikuTrayIcon so it actually stands a chance of workinglwawt
Wed, 13 Jun 2012 23:22:06 +0100 Hamish Morrison Fix error in translating drawing coordinates. Also we repaint thelwawt