summaryrefslogtreecommitdiffstats
path: root/platform/haiku
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing whitespaceHubert Jarosz2016-03-095-9/+9
|
* Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-171-1/+1
| | | | | The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
* Haiku: add resource fileKostadin Damyanov2016-01-163-2/+71
|
* Merge remote-tracking branch 'upstream/master'Kostadin Damyanov2016-01-153-7/+4
|\
| * Remove unnecessary null pointer checksEmmanuel Leblond2016-01-042-5/+2
| |
| * Update copyright to 2016 in headersGeorge Marques2016-01-012-2/+2
| |
* | Haiku: fix buildKostadin Damyanov2015-12-261-0/+1
|/
* Moved deleting sample player in OS finalize methods to before deleting audio ↵Saracen2015-11-021-1/+2
| | | | server to prevent crash when exiting.
* Haiku: fix buildKostadin Damyanov2015-10-173-14/+14
|
* Haiku: move the audio driver to platform/haikuKostadin Damyanov2015-08-144-2/+218
|
* Haiku: update logo.pngKostadin Damyanov2015-08-131-0/+0
|
* Haiku: remove unneeded codeKostadin Damyanov2015-08-126-27/+3
|
* Haiku: remove unneeded codeKostadin Damyanov2015-08-121-4/+0
|
* Haiku: add sound supportKostadin Damyanov2015-07-263-6/+9
|
* Haiku: update detect.pyKostadin Damyanov2015-07-201-3/+5
|
* Haiku: add keyboard supportKostadin Damyanov2015-07-125-1/+294
|
* Haiku: gl context lockingKostadin Damyanov2015-07-024-18/+62
|
* Haiku: implement some more window-related methodsKostadin Damyanov2015-06-232-1/+49
|
* Haiku: add support for mouse wheelKostadin Damyanov2015-06-212-0/+35
|
* Haiku: add some screen and window-related methodsKostadin Damyanov2015-06-212-1/+56
|
* Haiku: implemet get_widow_size() get/set_window_position()Kostadin Damyanov2015-06-202-1/+14
|
* Haiku: cleanup, add TODOsKostadin Damyanov2015-06-201-13/+5
|
* Haiku: handle the quit request messageKostadin Damyanov2015-06-203-19/+18
|
* Haiku: implement get_mouse_pos() and get_mouse_button_state()Kostadin Damyanov2015-06-183-11/+17
|
* Haiku: read the status of the key modifiers and mouse buttonsKostadin Damyanov2015-06-172-22/+51
|
* Haiku: handle mouse movement and click eventsKostadin Damyanov2015-06-168-103/+227
|
* Haiku: create a GL context and initialize the audio and physics serversKostadin Damyanov2015-06-1112-8/+385
|
* Haiku: start implementing the os-dependant stuffKostadin Damyanov2015-05-302-13/+17
|
* Haiku: fix build, link with libGL and libGLEWKostadin Damyanov2015-05-293-3/+9
|
* Haiku: enable building with GLESKostadin Damyanov2015-05-284-11/+49
|
* Haiku: enable debug supportKostadin Damyanov2015-05-282-1/+14
|
* Haiku: some small fixesKostadin Damyanov2015-05-252-1/+5
|
* Haiku: link with the haiku libs, stub the OS_Haiku class.Kostadin Damyanov2015-05-253-2/+79
|
* Haiku: fix building with UNIX_ENABLED.Kostadin Damyanov2015-05-252-2/+9
|
* Haiku: Initial support.Kostadin Damyanov2015-05-247-0/+114