Commit Graph

  • ee51e4d7cf ... Kovid Goyal 2016-10-31 12:51:52 +0530
  • 027a9751c1 Fix TAB not working and add entry for backtab to terminfo Kovid Goyal 2016-10-31 12:03:21 +0530
  • fd6f96a4f7 ... Kovid Goyal 2016-10-31 11:47:53 +0530
  • fede13ae6b Fix develop_gl for changes in the sprites class Kovid Goyal 2016-10-31 11:03:05 +0530
  • 0a6feee71a Micro-optimization Kovid Goyal 2016-10-31 10:56:58 +0530
  • 4c755c6005 Get rid of asyncio, it is dog slow Kovid Goyal 2016-10-31 10:34:56 +0530
  • 8d8e103478 Bind the event loop to the thread Kovid Goyal 2016-10-30 22:43:38 +0530
  • a00e7fbed8 Fix bold fonts not being used Kovid Goyal 2016-10-30 22:13:24 +0530
  • 93872f8319 Handle cell size changing in the sprites class Kovid Goyal 2016-10-30 22:05:25 +0530
  • 9fa882b329 ... Kovid Goyal 2016-10-30 21:41:28 +0530
  • 7d745f8024 Micro-optimization Kovid Goyal 2016-10-30 21:33:57 +0530
  • 68bae59ae8 Remove unused code Kovid Goyal 2016-10-30 21:12:57 +0530
  • 2b7d3d0a54 Focus tracking Kovid Goyal 2016-10-30 21:12:01 +0530
  • 7b83d37cbf Middle-click to paste selection Kovid Goyal 2016-10-30 21:07:18 +0530
  • c410e2b1d1 ... Kovid Goyal 2016-10-30 17:41:21 +0530
  • e3116fc24c ... Kovid Goyal 2016-10-30 17:33:27 +0530
  • 4144d46844 Collect profiling information from the child monitor thread as well Kovid Goyal 2016-10-30 17:29:36 +0530
  • 2de8c70bb8 Optimize the hot loop Kovid Goyal 2016-10-30 17:19:37 +0530
  • be9b8e993d Disable OpenGL error checking for performance Kovid Goyal 2016-10-30 17:00:38 +0530
  • 47a23cafbe Implement cursor shapes Kovid Goyal 2016-10-30 16:43:59 +0530
  • bce5f24e99 Implement cursor rendering Kovid Goyal 2016-10-30 16:25:54 +0530
  • de4f93dd95 Fix vertical positioning when rendering characters Kovid Goyal 2016-10-30 15:16:08 +0530
  • e5293fba16 Implement keyboard input Kovid Goyal 2016-10-30 14:56:53 +0530
  • 48e7226a2a ... Kovid Goyal 2016-10-30 13:15:41 +0530
  • ade8faa345 Start work on implementing the char grid Kovid Goyal 2016-10-30 13:06:13 +0530
  • 42675c2531 ... Kovid Goyal 2016-10-29 21:13:45 +0530
  • 15771fb90c Simplify event loop code by using the asyncio module Kovid Goyal 2016-10-29 21:08:21 +0530
  • b921821d0c Implement passing of foreground and background colors to the cell shaders Kovid Goyal 2016-10-29 20:28:37 +0530
  • 176a548b99 ... Kovid Goyal 2016-10-29 20:23:49 +0530
  • ed74f8e467 Ensure only a single thread tries to render chars at a time Kovid Goyal 2016-10-28 15:09:39 +0530
  • fabdebfd89 Check for required extensions Kovid Goyal 2016-10-28 12:32:55 +0530
  • d00e03ca03 Micro-optimization Kovid Goyal 2016-10-28 12:16:49 +0530
  • 88a9d8fb8a Use instanced rendering for the sprites as well Kovid Goyal 2016-10-28 12:08:52 +0530
  • 65e2f6fa09 Start work on using instanced rendering for cells Kovid Goyal 2016-10-28 09:24:13 +0530
  • 5791700de7 Go back to using glTexStorage as it is commonly present via extension and higher performance Kovid Goyal 2016-10-28 07:33:15 +0530
  • c9e3d57ed5 A spot of refactoring Kovid Goyal 2016-10-27 23:08:21 +0530
  • 6eda70331a Char grid now works. Also downgrade GL requirement to 3.3 Kovid Goyal 2016-10-27 22:48:03 +0530
  • 4495859164 Utility methods to implement orthographic transforms Kovid Goyal 2016-10-27 22:09:20 +0530
  • 57bfd19c59 Convenience functions for creating matrices Kovid Goyal 2016-10-27 21:00:42 +0530
  • 9df413d9be Nicer error message if the ARB_copy_image extension is absent Kovid Goyal 2016-10-27 17:14:07 +0530
  • cc157f1b3e Only store rendered sprite data on the GPU Kovid Goyal 2016-10-27 17:09:56 +0530
  • e649cbbd59 Do the transform to UV space in the shader so that the texture can be dynamically resized Kovid Goyal 2016-10-27 15:36:08 +0530
  • 736df601dc Dont use the image_storage functions since they require OpenGL 4.2 Kovid Goyal 2016-10-27 14:58:03 +0530
  • f692776e29 Use a sprite sheet for char cells Kovid Goyal 2016-10-27 13:58:36 +0530
  • 321373056c Start work on a class to manage cell textures on the GPU Kovid Goyal 2016-10-26 15:44:27 +0530
  • 8c76596f5c Specify the needed opengl version centrally Kovid Goyal 2016-10-26 12:24:24 +0530
  • 7161406ff3 Handle window resizing correctly Kovid Goyal 2016-10-26 10:46:20 +0530
  • cc1a277eeb Pre-render the basic ASCII chars Kovid Goyal 2016-10-26 10:45:33 +0530
  • 412c5982e8 Only use scalable/outline fonts Kovid Goyal 2016-10-26 09:45:19 +0530
  • 2e4d2f9e44 Implement char rendering Kovid Goyal 2016-10-25 19:44:55 +0530
  • bf125612c9 ... Kovid Goyal 2016-10-25 18:12:29 +0530
  • 135db0d834 Refactor the shaders module to present a nicer interface Kovid Goyal 2016-10-25 18:08:38 +0530
  • f7db790061 Code to work on OpenGL Kovid Goyal 2016-10-25 16:22:53 +0530
  • ca57eb9d05 Use font metrics for wcwidth() Kovid Goyal 2016-10-25 09:31:28 +0530
  • b4730e747a Implement fallback fonts and rendering of wide characters Kovid Goyal 2016-10-25 09:26:59 +0530
  • 1f6937973d Implement rendering of characters with FreeType Kovid Goyal 2016-10-24 21:59:34 +0530
  • 809a833dc5 Code to render character cells Kovid Goyal 2016-10-24 13:50:24 +0530
  • 697db21c64 Also get font hinting config from font-config Kovid Goyal 2016-10-24 11:43:38 +0530
  • 67964962ae ... Kovid Goyal 2016-10-24 11:04:00 +0530
  • 43df44605f Class to manage shaders Kovid Goyal 2016-10-24 11:01:25 +0530
  • 6480f9f156 Wire up all the new components Kovid Goyal 2016-10-24 10:17:02 +0530
  • 6a23dbe1ec Start work on rendering fonts using FreeType Kovid Goyal 2016-10-23 23:12:00 +0530
  • 6f81e12041 Start work on migrating to OpenGL based rendering Kovid Goyal 2016-10-23 21:07:34 +0530
  • aa2e11430a ... Kovid Goyal 2016-10-23 09:29:16 +0530
  • a04cc3a97b Limit the number of functions displayed by --profile Kovid Goyal 2016-10-22 11:02:35 +0530
  • 1244ad0aa1 Micro-optimization Kovid Goyal 2016-10-22 08:57:22 +0530
  • 410e6dc259 Micro-optimization Kovid Goyal 2016-10-21 18:10:15 +0530
  • 62d2978d1e Further optimize calculate_dirty_region() by pre-calculating the cell rects Kovid Goyal 2016-10-21 17:59:26 +0530
  • a0664dbbf0 Optimize calculating dirty region when we know the entire screen is dirty Kovid Goyal 2016-10-21 17:48:19 +0530
  • c31421daab Micro-optimization Kovid Goyal 2016-10-21 17:40:17 +0530
  • 051ddce63a Add support for bold and italic fonts Kovid Goyal 2016-10-21 17:38:04 +0530
  • 2153e56020 Render to an offscreen buffer Kovid Goyal 2016-10-21 17:19:33 +0530
  • 6acddc3e6d ... Kovid Goyal 2016-10-21 15:48:36 +0530
  • 90e803c542 Reset should also restore the fg/bg colors to default Kovid Goyal 2016-10-21 13:26:42 +0530
  • f25abac41d Implement changing of default colors Kovid Goyal 2016-10-21 13:12:06 +0530
  • fedfdf00a9 Speed up painting by detecting the most common background color and using it as the overall background color on each paint event Kovid Goyal 2016-10-21 12:26:03 +0530
  • 77eb005af1 ... Kovid Goyal 2016-10-21 11:09:51 +0530
  • 8c28434d41 Dont dirty the tracker on object creation needlessly Kovid Goyal 2016-10-21 10:03:44 +0530
  • 4df05d71d6 Nicer message on assert Kovid Goyal 2016-10-21 10:02:25 +0530
  • d7787b38fc Micro-optimization Kovid Goyal 2016-10-21 10:01:15 +0530
  • 0d51392e66 Implement setting of cursor color Kovid Goyal 2016-10-21 09:23:03 +0530
  • 864106a974 Re-arrange methods for greater readability Kovid Goyal 2016-10-21 08:48:02 +0530
  • c9167b51fc Nicer syntax for running a non-default program Kovid Goyal 2016-10-21 08:41:11 +0530
  • f86f28a4bd ... Kovid Goyal 2016-10-21 08:31:23 +0530
  • 86789c5d84 Removed unused junk from the terminfo file Kovid Goyal 2016-10-21 08:30:18 +0530
  • b8df0e3382 Remove bce from the terminfo file as we do not do background color erase Kovid Goyal 2016-10-21 08:02:10 +0530
  • 53f5f34e03 ... Kovid Goyal 2016-10-21 08:00:34 +0530
  • 682400c3e7 Implement the alternate screen buffer Kovid Goyal 2016-10-21 06:58:34 +0530
  • 369bb39d2a oops Kovid Goyal 2016-10-21 06:38:07 +0530
  • b833451018 ... Kovid Goyal 2016-10-21 06:27:22 +0530
  • a4bef64de6 Implement changing cursor shape Kovid Goyal 2016-10-21 06:23:05 +0530
  • 38dfe12d4e Turn off secondary DA response as it causes the terminal to freeze until we implement the proper responses Kovid Goyal 2016-10-21 05:57:53 +0530
  • e50d811da7 Read DCS control sequences Kovid Goyal 2016-10-21 04:24:20 +0530
  • 067662de94 Sanitize title and icon names Kovid Goyal 2016-10-21 03:53:31 +0530
  • 9e40ec413e Implement middle-click to paste selection and also update window title/icon Kovid Goyal 2016-10-21 01:52:02 +0530
  • 404e074d64 Make DebugStream also execute commands, not just dump them Kovid Goyal 2016-10-21 00:55:15 +0530
  • 5bd728fe2f ... Kovid Goyal 2016-10-21 00:05:50 +0530
  • 088f6aad25 Fix rendering of cursor Kovid Goyal 2016-10-20 23:54:32 +0530
  • 226e333e9e Refactor to make TerminalWidget self contained Kovid Goyal 2016-10-20 23:40:24 +0530
  • 5088f9b8e5 Add DECPAM and DECPNM Kovid Goyal 2016-10-20 21:37:13 +0530