153 Commits (30cc445cdeaf2e7e5ed5a69adae4eb16841f277d)

Author SHA1 Message Date
  bsp2 30cc445cde add Dlog*() macros (4 verbosity levels) 6 years ago
  bsp2 d33071e5e2 handle cursor keys, ins+del, home+end; disable unhandled XSendEvent() 6 years ago
  bsp2 92060aa888 remove loc_touchinput_update(); add *_verbose() log macros 6 years ago
  bsp2 fd89e426f7 remove const qualifier (xev); fix some compiler warnings 6 years ago
  bsp2 80814e3b18 implement timer; add loc_XEventProc(); add lglw_events() 6 years ago
  Cameron Leger d671d82f56 Fix glXSwapIntervalEXT call 6 years ago
  Cameron Leger 054b5bd959 Fix swapped RMouse and MMouse buttons 6 years ago
  Cameron Leger 0d3928872a Send explicitly unused Events to the parent 6 years ago
  bsp2 0a2c921f84 hacks for VirtualBox VM GL which only supports single line shaders 6 years ago
  bsp2 4740ac4dce debug prints (commented out) 6 years ago
  bsp2 a7f9172a2e add -fPIC for x64 Linux build 6 years ago
  Cameron Leger 68c8562102 Add key events 6 years ago
  Cameron Leger 49ccf9a34a Add clipboard support 6 years ago
  Cameron Leger 33a014f5e8 Add mousewheel support 6 years ago
  Cameron Leger 20c42e57ed Fix compiler issue for removed print statements 6 years ago
  Cameron Leger 915483eed2 Implement some event callbacks and LGLW functions 6 years ago
  Cameron Leger 3cfd3a498b Reorder XWindow creation, callback, and reparent 6 years ago
  bsp2 f2032646b0 add "_lglw" instance property; implement basic X11 event dispatcher; implement lglw_redraw(); fix warnings 6 years ago
  bsp2 0e9ca3d293 fix plugin window event propagation 6 years ago
  bsp2 a84ae80444 revert to XParentWindow() (for Ardour) 6 years ago
  bsp2 dddd1a6120 add XCreateWindow() parameter comments 6 years ago
  bsp2 c3f6de47bd debug stuff 6 years ago
  bsp2 66cfd23bba fix 64bit build 6 years ago
  bsp2 d37330ced8 test for ARCH_X64 instead of BUILD_64 6 years ago
  bsp2 17118bc0df fix 32bit setEventProc function name; enable BUILD_64 6 years ago
  bsp2 9ab235fb06 64bit build: use trampoline in 32bit address space to be compatible with hosts that query only the lower 32bits of _XEventProc 6 years ago
  bsp2 49d3b4b76c call XInitThreads() 6 years ago
  bsp2 98f04ad5a5 add stub implementation (copied from original lglw_linux.c) 6 years ago
  bsp2 d7884426b4 change log file path to /tmp/lglw_log.txt 6 years ago
  Cameron Leger 0634fe6b2b Add WIP _XEventProc code 6 years ago
  Cameron Leger 489e7dbfce Add initial LGLW Linux support and testing environment 6 years ago
  bsp2 b45c379d5b fix 'cannot allocate memory in static TLS block' runtime error (Linux) 6 years ago
  bsp2 8dfecaa7d6 fix missing 'seed_initialized' symbol error in Linux build 6 years ago
  bsp2 86e0c77222 add setenv_* scripts (VSVR_BASE_DIR, VST2_SDK_DIR); fix library link order on Linux 6 years ago
  bsp2 91d069d451 add Linux makefiles for the add-on modules (+fix some minor GCC related issues +test the build) 6 years ago
  bsp2 3534b6ce48 dependency build: fix LIB_INSTALL_PREFIX 6 years ago
  bsp2 7f341c15a9 add dependency makefiles (Linux) 6 years ago
  bsp2 d27413adda remove dep.7z and place the dependencies under version control 6 years ago
  bsp2 60aa9ec138 prepare for Linux port (can build lib and shared_lib targets) 6 years ago
  bsp2 d913414dea update LGLW 6 years ago
  bsp2 fbf6b7a0ab clean up 6 years ago
  bsp2 f455deed13 add clipboard support and alto777_LFSR, Autodafe, CastleRocktronics, computerscare, FrankBuss, JE, Nohmad, SynthKit, TheXOR modules 6 years ago
  bsp2 32c6049356 add virtual touch keyboard support (settings.json:touchKbd option) 6 years ago
  bsp2 58ecb03bfd fix uppercase and special char (shift) keyboard input 6 years ago
  bsp2 b10c15ac70 support Windows 8 touch API; don't forward handled keyboard events 6 years ago
  bsp2 c53600481a fix MIDI input in Jeskola Buzz 1.2 6 years ago
  bsp2 dbcc7f8bff fix rack_shared.lib build issue; update x86 build 6 years ago
  bsp2 dc870680ce fix Win7 mouse lock issue; support file drag'n'drop; sort fav modules by name 6 years ago
  bsp2 897678a0f8 add refreshRate and vsync config options (settings.json) 6 years ago
  bsp2 b7ef460fa0 replace GLFW by LGLW 6 years ago