Commit graph

  • 4d0aa028c2 Updated to 0.9.1 Daniel Collin 2017-04-02 12:24:21 +0200
  • c9aaf7beeb Merge branch 'master' of https://github.com/emoon/rust_minifb Daniel Collin 2017-04-02 12:20:29 +0200
  • c3f6b9cac7 Updated to correct link for docs Daniel Collin 2017-04-02 12:20:12 +0200
  • 933d7662fb Use to_vec in windows/update_with_buffer (#33) FlyingGaz 2017-01-15 17:46:02 +0100
  • a8e5215f55 Fixed incorrect title Daniel Collin 2017-01-06 15:33:47 +0100
  • 8cca773a68 Fixed example code Daniel Collin 2016-11-20 07:37:49 +0100
  • 219065a8c4 Make example code a bit smaller Daniel Collin 2016-09-18 10:25:08 +0200
  • 804f86a878 Use docs on docs.rs Daniel Collin 2016-09-18 10:18:11 +0200
  • f77e9c7095 Bump to 0.9.0 Daniel Collin 2016-08-02 18:24:25 +0200
  • 76d9351dc2 Fixed warning Daniel Collin 2016-08-02 18:20:19 +0200
  • 4087f3c4c3 Added get_unscaled_mouse_pos Daniel Collin 2016-08-02 18:01:21 +0200
  • 9cd8c97694 Update to 0.8.4 Daniel Collin 2016-07-31 18:06:50 +0200
  • 26d41d1d07 Fixed crash on Mac for large Windows Daniel Collin 2016-07-31 18:05:11 +0200
  • 31215a5b21 Updated readme Daniel Collin 2016-07-29 11:07:18 +0200
  • 82b44cd959 minifb 0.8.3 Daniel Collin 2016-07-29 11:05:30 +0200
  • d4c7100b44 Fixed “plonk sound” on Mac Daniel Collin 2016-07-28 22:09:35 +0200
  • b27ea2bec1 Fixed correct window size on Mac Daniel Collin 2016-07-28 22:09:04 +0200
  • c4d2a0fa51 Merge pull request #23 from matklad/small-corrections Daniel Collin 2016-07-26 14:24:52 +0200
  • 0f6b312e5c Fix typos Aleksey Kladov 2016-07-26 14:43:45 +0300
  • 09ee02c09c Bump to 0.8.2 Daniel Collin 2016-07-08 20:29:21 +0200
  • f848eaaee5 Merge branch 'master' of https://github.com/emoon/rust_minifb Daniel Collin 2016-07-08 20:13:44 +0200
  • d4c9413835 Support for keypad on Linux Daniel Collin 2016-07-08 20:13:28 +0200
  • 9266ddb1d8 Bump to 0.8.1 Daniel Collin 2016-07-08 14:32:44 +0200
  • 99c9bbdfac Swapped incorrect order of resize cursors Daniel Collin 2016-07-08 14:27:51 +0200
  • 2a8d09fb28 Char input support on Windows Daniel Collin 2016-07-08 14:27:25 +0200
  • 1ca62fa111 Fixed Backspace on Linux Daniel Collin 2016-07-08 13:56:41 +0200
  • 948dd54595 Implementd char callback on Linux Daniel Collin 2016-07-08 13:29:49 +0200
  • a31a19337d Bump to 0.8.0 Daniel Collin 2016-06-24 13:14:46 +0200
  • 495f7c4cca Added set_title and set_cursor_style Daniel Collin 2016-06-24 13:08:01 +0200
  • b231ee1b5a Bump to 0.7.1 Daniel Collin 2016-05-27 18:19:09 +0200
  • 596c5a7097 Char callback got lost for some reason Daniel Collin 2016-05-27 18:15:58 +0200
  • b5f3cf1ca3 Merge menu-api-rework -> master Daniel Collin 2016-05-12 20:08:37 +0200
  • 1dbcf2dee1 Merge remote-tracking branch 'refs/remotes/origin/menu-api-rework' Daniel Collin 2016-05-11 13:34:24 +0200
  • 57906b26b8 Removed old menu code Daniel Collin 2016-05-09 16:42:24 +0200
  • 06c7c6b05b Added code for menu destroy Daniel Collin 2016-05-09 16:41:01 +0200
  • 462effd03c Added accel keys Daniel Collin 2016-05-09 16:05:53 +0200
  • 37292a70cf Inital menus for Windows implemented Daniel Collin 2016-05-09 15:49:26 +0200
  • 0f1ed50f36 Cleanup Daniel Collin 2016-05-08 13:43:25 +0200
  • 8f687c58db Some more cleanup Daniel Collin 2016-05-08 13:37:20 +0200
  • df60ca8ecd Cleanup Daniel Collin 2016-05-08 13:34:38 +0200
  • 0ffa3bf196 Support for removing menus Daniel Collin 2016-05-08 13:27:55 +0200
  • c6f61804e6 Restored f-keys so the work again Daniel Collin 2016-05-08 11:01:49 +0200
  • d3fcfd4bf0 Fixed f-keys Daniel Collin 2016-05-08 11:00:50 +0200
  • 3c2451c2ec Rustfmt Daniel Collin 2016-05-08 10:33:27 +0200
  • 10de5cd84e Cleanup Daniel Collin 2016-05-08 10:31:58 +0200
  • ab924a4b0d Submenu support Daniel Collin 2016-05-08 10:24:37 +0200
  • 6f47d190b6 Cleanup + shortcut work Daniel Collin 2016-05-08 09:42:21 +0200
  • 835837286f Made it possible to add menu items using builder Daniel Collin 2016-05-08 09:28:43 +0200
  • 25ed203497 Fixed shortcuts on Mac Daniel Collin 2016-05-08 08:55:22 +0200
  • 42ce3b9286 WIP on new menu stuff Daniel Collin 2016-05-08 00:25:31 +0200
  • 4a3eabe8e6 WIP on new Menu system Daniel Collin 2016-05-07 12:51:14 +0200
  • a3b1a824e4 Merge pull request #19 from theWatchmen/master Daniel Collin 2016-05-02 23:04:01 +0200
  • 82e48fcea8 Fixed crash when pressing TAB on Mac Marco Castorina 2016-05-02 20:55:33 +0100
  • e25be80077 Bump to 0.7.0 because of callback work Daniel Collin 2016-05-01 16:36:57 +0200
  • 6de1909445 Added missing InputCallback Daniel Collin 2016-05-01 16:06:33 +0200
  • eaf12ebb29 Implemented callback for characters Daniel Collin 2016-05-01 16:02:29 +0200
  • 3c3dcd7c07 Bump to 0.6.0 as API changed (get_size added) Daniel Collin 2016-05-01 10:35:27 +0200
  • 822403d1ed Implemented get_size() on Windows Daniel Collin 2016-05-01 10:28:34 +0200
  • 75e985d08e Added get_size() on Unix Daniel Collin 2016-05-01 10:16:39 +0200
  • f540aae1b9 Started with implementing get_size() Daniel Collin 2016-05-01 09:54:34 +0200
  • 3565e1cb3f Fixed F-keys not working correctly on Mac Daniel Collin 2016-04-29 08:57:55 +0200
  • 7865b87c14 Version 0.5.1 Daniel Collin 2016-04-25 18:18:33 +0200
  • d000e199e5 Fixed Unix incorrect get_window_handle Closes #18 Daniel Collin 2016-04-25 18:11:50 +0200
  • 5d9ca9e585 Merge work from menu branch Daniel Collin 2016-03-04 17:36:28 +0100
  • 73813b63f4 Merged window-opts to master Daniel Collin 2016-01-31 18:34:05 +0100
  • 1eb052fa27 Made CHANGELOG look a bit better Daniel Collin 2016-01-29 21:01:18 +0100
  • 9458a1b05e MouseMode::Clamp now clamps to [(0,0) (w-1,h-1)] Daniel Collin 2016-01-29 20:56:26 +0100
  • b6e5bc4aa9 Correct version in README Daniel Collin 2016-01-29 20:17:23 +0100
  • 8bdbc850d5 Merge from mouse-support Daniel Collin 2016-01-29 20:16:00 +0100
  • 8ba8047d11 Merge branch 'master' of https://github.com/emoon/rust_minifb Daniel Collin 2016-01-25 20:22:07 +0100
  • 4a4e279d0a Minor change of name Daniel Collin 2016-01-25 20:21:53 +0100
  • a6e0f4dd54 Merge pull request #14 from bltavares/patch-1 Daniel Collin 2016-01-19 17:45:58 +0100
  • 32555c3843 Include needed modules on the example code Bruno Lara Tavares 2016-01-19 14:42:58 -0200
  • 0ea2f15600 Correct version in README Daniel Collin 2016-01-10 18:39:13 +0100
  • 4b68372d8f Fixed typo Daniel Collin 2016-01-10 18:37:33 +0100
  • bef08c0b49 Re-licence under MIT/Apache-2.0 Daniel Collin 2016-01-10 18:36:57 +0100
  • 149e3039e5 Bump to 0.2.6 Daniel Collin 2016-01-09 21:04:00 +0100
  • 94bf0daff9 More build fixing Daniel Collin 2016-01-09 21:01:23 +0100
  • 5d4b2981eb Bump to 0.2.6 Daniel Collin 2016-01-09 20:59:42 +0100
  • 72021616e9 Fixed broken build Daniel Collin 2016-01-09 20:59:09 +0100
  • 5fd17a9bb5 Bump to 0.2.5 Daniel Collin 2016-01-09 20:56:03 +0100
  • f3bd5ddb29 Added X11 set_position Daniel Collin 2016-01-09 20:54:46 +0100
  • 001bca8f74 Implemented set_position for Mac Daniel Collin 2016-01-09 20:49:14 +0100
  • b576ab3139 Started to add set_position Daniel Collin 2016-01-09 20:06:07 +0100
  • 1cd69660d8 Really bumped to 0.2.4 Daniel Collin 2016-01-05 21:31:23 +0100
  • 49eba1bc05 Heap allocate drawing buffer Daniel Collin 2016-01-05 21:29:52 +0100
  • 57b734457e Fixed x86 (32-bit) build Daniel Collin 2016-01-05 21:22:20 +0100
  • 8068262c99 Added note about 32-bit Windows Daniel Collin 2016-01-04 23:52:06 +0100
  • 396496db2d Fixed appveyor config Daniel Collin 2016-01-04 23:38:44 +0100
  • 23962528c7 Don't run any tests Daniel Collin 2016-01-04 23:25:28 +0100
  • c18dff0d53 Added appveyor badge Daniel Collin 2016-01-04 23:18:04 +0100
  • 483d563089 Added appveyor config Daniel Collin 2016-01-04 23:12:08 +0100
  • a97362d314 Added travis status Daniel Collin 2016-01-04 22:58:47 +0100
  • 4fd994be20 Another one Daniel Collin 2016-01-04 22:51:24 +0100
  • f74f2b8354 Push to test travis Daniel Collin 2016-01-04 22:50:06 +0100
  • f41674820c Added travis config Daniel Collin 2016-01-04 22:44:24 +0100
  • dbbeaebd72 Added crates.io banner and documentation link Daniel Collin 2016-01-04 22:40:38 +0100
  • d6cbb705c1 Mac fixes Daniel Collin 2016-01-04 21:14:06 +0100
  • 3f1b8e244a Updated to correct version Daniel Collin 2016-01-03 15:35:17 +0100
  • 4cdfa04208 Updated *nix status Daniel Collin 2016-01-03 15:33:28 +0100