Commit Graph

  • f30b2c7797 move hook to hook.go vcaesar 2020-01-31 12:26:28 -0400
  • c79095de4c add more bitmap test code vcaesar 2020-01-26 12:49:44 -0400
  • 593e3ed9f9 add more test code and update go tt mod vcaesar 2020-01-24 11:16:44 -0400
  • e7ab665c51 add move mouse and move smooth relative examples vcaesar 2020-01-23 11:40:43 -0400
  • 82dcb4ec53 add move mouse and move smooth relative code vcaesar 2020-01-23 11:30:48 -0400
  • f632105618 update gops and other mod files fixed bug vcaesar 2020-01-20 11:23:55 -0400
  • d087d797f0 use while not for match special key map vcaesar 2020-01-20 09:17:03 -0400
  • cbf92c2601 remove unless x11 special key and sort vcaesar 2020-01-20 09:13:33 -0400
  • 6e6028a14d update appveyor and dockerfile to go1.13.6 vcaesar 2020-01-11 10:54:33 -0400
  • 9c21c09ef9
    Merge pull request #255 from go-vgo/dev vz 2020-01-05 09:06:35 -0400
  • 00440d167e Update robot info test code and Add go.yml test support vcaesar 2020-01-05 09:01:14 -0400
  • fbaa3998c6 Use CGDisplayBounds not CGDisplayPixelsWide, optimize get mac display size vcaesar 2020-01-05 07:59:44 -0400
  • d9a01c0511 Update issue and pull request template vcaesar 2020-01-03 13:15:22 -0400
  • 28f256a4c5 Update Travis remove go1.12.x vcaesar 2019-12-26 12:01:49 -0400
  • be112ee312 Update linux upper code, add more special key support vcaesar 2019-12-19 18:29:30 -0400
  • ffb5410362
    Merge pull request #253 from go-vgo/dev vz 2019-12-19 13:14:21 -0400
  • 36804105bc Update x11 keypress upper code Fixed #243 vcaesar 2019-12-19 13:12:29 -0400
  • c86926da97 Update key example code vcaesar 2019-12-16 09:35:55 -0400
  • 2faf30a559 Update README.md vcaesar 2019-12-16 09:32:07 -0400
  • 4f343de1c5 update code fixed x11 type sleep vcaesar 2019-12-15 17:55:15 -0400
  • c9767fb59b Update TypeStr function, add type delay and speed support vcaesar 2019-12-15 17:51:52 -0400
  • f449b485a0 Update TypeStrDelay function, remove unused code vcaesar 2019-12-15 17:38:11 -0400
  • 1fa740cacc update godoc vcaesar 2019-12-15 17:27:53 -0400
  • 1d1ed41db2 Update TypeStr function, optimize x11 type string vcaesar 2019-12-11 12:39:37 -0400
  • 9255eff980 Update and fmt appveyor.yml vcaesar 2019-12-11 12:37:34 -0400
  • bfa0ad7821
    Merge pull request #249 from go-vgo/dev vz 2019-12-10 07:42:24 -0400
  • 235139bced Update to utf-code function Fixed #189 vcaesar 2019-12-10 07:40:24 -0400
  • 8297ed4a8f
    Merge pull request #248 from go-vgo/dev vz 2019-12-09 12:57:35 -0400
  • bd801f81ce update and fmt travis.yml vcaesar 2019-12-09 12:49:48 -0400
  • a451b33679 update config.yml vcaesar 2019-12-09 12:43:27 -0400
  • f0d84c0310 update config.yml vcaesar 2019-12-09 12:40:36 -0400
  • ca5f3ad701 update config.yml vcaesar 2019-12-09 12:38:21 -0400
  • 833ec8956f update and fmt config.yml, add go test support vcaesar 2019-12-09 11:16:12 -0400
  • 41f7af8129 update gohook pkg and robot info test code vcaesar 2019-12-08 16:03:24 -0400
  • ff82bb5c96 Update dockerfile to go1.13.5 vcaesar 2019-12-08 13:16:20 -0400
  • 0d48fe5fed Update README.md, Add more CI badge vcaesar 2019-12-07 14:24:47 -0400
  • f0f4731193 update robot info test code and appveyor vcaesar 2019-12-07 14:13:03 -0400
  • edede45aab add more test and update go.yml vcaesar 2019-12-05 14:56:24 -0400
  • 1e087ab487 Update go.yml vcaesar 2019-12-05 12:55:53 -0400
  • 64a0d310e5
    Merge pull request #247 from go-vgo/dev vz 2019-12-05 07:54:40 -0400
  • 10a550d9da remove unused code fixed x11 build error vcaesar 2019-12-04 10:12:33 -0400
  • c3334d86b3 add all platform system scale support vcaesar 2019-12-04 10:08:09 -0400
  • a5f566e505 add move smooth multiple screens support vcaesar 2019-12-02 12:18:03 -0400
  • 6417b546fe
    Merge pull request #245 from go-vgo/dev vz 2019-12-01 11:18:51 -0400
  • a9655c1230 add getMousePos() multiple screens support vcaesar 2019-12-01 09:43:53 -0400
  • 7affc72180 update types.h code and fixed bug vcaesar 2019-12-01 09:42:29 -0400
  • 29ae3d4fdf add screen and bitmap multiple screens support vcaesar 2019-12-01 09:24:55 -0400
  • 0a4ae24aec add get screen size test code vcaesar 2019-12-01 09:22:03 -0400
  • 772a43de44 rename type names make clearer vcaesar 2019-12-01 08:46:04 -0400
  • 4df22c5baa add drag and move mouse multiple screens support vcaesar 2019-11-30 14:28:38 -0400
  • a3da8915b9 add int32_t types support vcaesar 2019-11-30 10:44:40 -0400
  • 6b94d024dc
    Create go.yml vz 2019-11-28 12:39:56 -0400
  • 41579a975b Update README.md vcaesar 2019-11-26 11:19:34 -0400
  • ab149287dd update robotgo test code, add more test vcaesar 2019-11-25 14:02:40 -0400
  • 53a882d7fd add drag mouse test code vcaesar 2019-11-24 07:28:38 -0400
  • b899d2b4c2 add more and update test code vcaesar 2019-11-24 07:18:04 -0400
  • f7eec20978 update gohook and tt mod file vcaesar 2019-11-17 10:22:40 -0400
  • 56ef33d171 add hook example to robotgo examples vcaesar 2019-11-14 12:20:02 -0400
  • 1eb7c942a9 update cgo code and version vcaesar 2019-11-13 12:46:15 -0400
  • b94947d765 update go mod file Fixed #239 vcaesar 2019-11-06 12:21:00 -0400
  • 2d58c588c4 update go mod file vcaesar 2019-11-02 13:57:46 -0400
  • d412c7f357 update dockerfile and appveyor to go1.13.4 vcaesar 2019-11-01 13:41:10 -0400
  • c4a29c3476 update keyboard example code, #238 vcaesar 2019-10-25 13:03:24 -0400
  • b5f6d20a74 update dockerfile and appveyor to go1.13.3 vcaesar 2019-10-18 10:07:37 -0400
  • bbb5cd6041 update GetBounds x11 error log vcaesar 2019-10-17 12:46:44 -0400
  • e0ecc78a58 update xgb getXid log vcaesar 2019-10-16 12:09:03 -0400
  • 7109ef85db update dockerfile to go1.13.1 vcaesar 2019-10-05 09:19:22 -0400
  • f981187a7a update appveyor to go1.13.1 vcaesar 2019-09-26 13:35:21 -0400
  • 399bd641ca Update version vcaesar 2019-09-13 11:09:59 -0400
  • a8c2edaa50 remove Travis go1.11.x vcaesar 2019-09-13 10:52:20 -0400
  • c7dee954e5
    Merge pull request #231 from go-vgo/dev vz 2019-09-12 12:02:39 -0400
  • 01c130e1f6 remove vendor and update .gitignore vcaesar 2019-09-12 12:00:34 -0400
  • 277c3d97fe update go mod pkg vcaesar 2019-09-12 11:47:43 -0400
  • 6aa6b45d1c use robotn fork xgb and update go mod vcaesar 2019-09-11 12:49:32 -0400
  • fcb42bcca9 Update go.mod fixing issue "invalid pseudo-version: does not match version-control timestamp" (#229) Huy Bui (Kevin) 2019-09-10 20:48:17 +0800
  • 760ff2ca84
    Update go.mod fixing issue "invalid pseudo-version: does not match version-control timestamp" Huy Bui (Kevin) 2019-09-10 08:36:14 +0800
  • 1db4c61115 update mod vendor vcaesar 2019-09-05 14:02:40 -0400
  • 98137a8faf update go mod pkg vcaesar 2019-09-05 13:59:46 -0400
  • 735c121307 add CI go1.13 support vcaesar 2019-09-04 13:24:37 -0400
  • 7579a78d3c update dockerfile to go1.12.9 vcaesar 2019-08-29 12:05:36 -0400
  • 661c80150c update appveyor to go1.12.9 vcaesar 2019-08-16 10:12:34 -0400
  • 50af1aa75f update code remove duplicate code and update godoc vcaesar 2019-08-07 12:45:36 -0400
  • ea74787b10 update and tidy go mod vcaesar 2019-07-30 13:40:45 -0400
  • c66bdc1120 update code style vcaesar 2019-07-20 08:32:43 -0400
  • 674f807cf1 Update example README.md vcaesar 2019-07-17 12:53:47 -0400
  • ba0ba03d7c update key example code vcaesar 2019-07-11 11:43:13 -0400
  • 82cdb49c02 Update README.md vcaesar 2019-07-11 11:37:20 -0400
  • 314fb336f3 Update README.md vcaesar 2019-07-10 23:03:29 -0400
  • 0551b5ea70 Update README.md vcaesar 2019-07-10 22:47:37 -0400
  • 0ad1cab036 update dockerfile and appveyor to go1.12.7 vcaesar 2019-07-09 11:55:28 -0400
  • aed59fefb7 update godoc and code style vcaesar 2019-07-07 11:58:22 -0400
  • e35fbfe7c8 Update README.md vcaesar 2019-06-30 11:36:24 -0400
  • ffdcf30ac2 Update README.md vcaesar 2019-06-30 11:32:27 -0400
  • a099d228ba update event example code vcaesar 2019-06-23 09:45:52 -0400
  • 7308e0c82e export hook keycode and add godoc vcaesar 2019-06-18 14:36:10 -0400
  • ada3ddc5e1 add more keycode support, "up, down, left, right"... vcaesar 2019-06-17 13:29:52 -0400
  • d49a45186e add keycode "delete" support and fixed "\\" error vcaesar 2019-06-16 14:46:29 -0400
  • a649a05df8 update dockfile to go1.12.6 vcaesar 2019-06-14 13:20:14 -0400
  • 6cd9daa91c update appveyor to go1.12.6 vcaesar 2019-06-13 08:47:15 -0400
  • 25aa801286 add dragsmooth function examples vcaesar 2019-06-09 14:06:23 -0400