Commit Graph

2043 Commits

Author SHA1 Message Date
Vadim Lopatin 782ca5f46d fix clipboard paste operation - normalize line endings - close #473 2017-10-05 14:05:08 +03:00
Vadim Lopatin df95bc35b1 update version for PR 2017-10-05 13:44:24 +03:00
Vadim Lopatin 709e095d27 Merge pull request #471 from FreeSlave/x11_getClipboardText
X11 getClipboardText implementation
2017-10-03 22:03:43 +03:00
Roman Chistokhodov 9030e8a1c7 X11 getClipboardText implementation 2017-10-02 19:48:10 +03:00
Vadim Lopatin 508e638517 update version for merged PRs 2017-10-02 13:20:44 +03:00
Vadim Lopatin c41db7af76 Merge pull request #470 from FreeSlave/borderless_window
Borderless window
2017-10-01 20:22:57 +03:00
Vadim Lopatin 3fa05a3c7a Merge pull request #469 from FreeSlave/showInFileManager_detached
Avoid zombies processes on linux with showInFileManager when phobos h…
2017-10-01 20:22:42 +03:00
Roman Chistokhodov 0289d17625 Implement WindowFlag.Borderless for Windows 2017-10-01 16:07:35 +03:00
Roman Chistokhodov f8136c627d Add support for borderless (undecorated) window on sdl2 and x11 platforms 2017-10-01 05:23:45 +03:00
Roman Chistokhodov b0aeb03a3c Avoid zombies processes on linux with showInFileManager when phobos has Config.detached 2017-10-01 04:14:09 +03:00
and3md 5584362bd8 WindowOrContentResizeMode.resizeWindow should only expand window size. 2017-09-30 07:47:21 +02:00
Vadim Lopatin 54955069de allow to override detected screen DPI - #463 2017-09-29 09:56:54 +03:00
Vadim Lopatin 17289b2804 update readme 2017-09-28 13:38:12 +03:00
Vadim Lopatin 5ab50e327f fix console mode build - close #465 2017-09-28 13:09:58 +03:00
Vadim Lopatin 24b3b5ed61 update breakpoint mark display in editors; disable window scrollbars by default; update version 2017-09-28 12:28:30 +03:00
Vadim Lopatin 57976633bb fix dark theme resources 2017-09-28 11:54:05 +03:00
Vadim Lopatin 6dd1791490 fix and optimization for monospace fonts - additional fix for #464 2017-09-28 11:00:33 +03:00
Vadim Lopatin 7e4c8accbb change status bar style for default theme 2017-09-28 10:59:47 +03:00
Vadim Lopatin 7ba34614bd freetype fonts support enhancement, fix #464 2017-09-28 10:29:26 +03:00
Vadim Lopatin e60be3ec1b fix build failure for x64 - close #462 2017-09-27 18:44:29 +03:00
Vadim Lopatin b7c0f22169 update MSVC/VisualD projects 2017-09-27 15:51:02 +03:00
Vadim Lopatin 282e3be899 update version 2017-09-27 14:57:59 +03:00
Vadim Lopatin d24b699a11 correct font metrics - #461 2017-09-27 14:57:00 +03:00
Vadim Lopatin e990cb10cb improve freetype fonts support - #461 2017-09-27 14:52:29 +03:00
Vadim Lopatin 51cf849a1f more freetype fonts for windows - #461 2017-09-27 14:21:47 +03:00
Vadim Lopatin bf30e2451e upgrade freetype binaries for windows - #461 2017-09-27 14:21:16 +03:00
Vadim Lopatin d41e8fc55b fix crash on theme change #460 2017-09-27 09:53:01 +03:00
Vadim Lopatin a11b1ef8fb implement default popup menu for EditLine - close #459 2017-09-26 17:27:10 +03:00
Vadim Lopatin ecf3f1cc56 allow to show editor state in status bar panel - close #451; for implementing of buggins/dlangide#282 2017-09-26 16:37:42 +03:00
Vadim Lopatin 2ed9a8d394 action shortcut override - fix #458 2017-09-26 11:24:52 +03:00
Vadim Lopatin b942bdd35f allow clearing all signal handlers; allow clearing all menu item subitems 2017-09-25 18:11:09 +03:00
Vadim Lopatin 81b5175572 catch editable load exception 2017-09-25 13:59:23 +03:00
Vadim Lopatin 27dc097981 catch editable load exception 2017-09-25 13:55:40 +03:00
Vadim Lopatin 131a505ab3 update version 2017-09-25 12:39:15 +03:00
Vadim Lopatin 41781074bf fix text hover - disable if outside line bounds 2017-09-25 12:38:49 +03:00
Vadim Lopatin 595aca4460 update version 2017-09-25 11:13:07 +03:00
Vadim Lopatin de372e7a4a fix crash on menu shortcut search - for buggins/dlangide#318 2017-09-25 11:12:43 +03:00
Vadim Lopatin 43cc077dd7 update version 2017-09-25 10:40:37 +03:00
Vadim Lopatin 2d30f44752 Merge pull request #456 from and3md/actions
Action improvements fixes #454
2017-09-25 10:39:24 +03:00
Vadim Lopatin 48a0408271 showCaretBlinking - property for editors 2017-09-25 10:37:59 +03:00
Vadim Lopatin 47411b724c Merge pull request #457 from triplejam/master
Added ability to EditWidgetBase to turn off caret blinking.
2017-09-25 10:35:12 +03:00
James Johnson 60e00322da Added ability to EditWidgetBase to turn off caret blinking. 2017-09-23 12:42:42 -04:00
and3md 541722faa8 Fixed hasClipboardText() on windows. 2017-09-23 17:48:02 +02:00
and3md bedf11e8f9 Android platform: Tabs to spaces 2017-09-23 17:47:55 +02:00
and3md 970ee7d294 More editor action that not need update its state indicated. 2017-09-23 17:47:51 +02:00
and3md 1c30a349cf Basic editor actions never update their state. 2017-09-23 17:47:42 +02:00
and3md f12bb80030 Added action state update flag to optimize dispatch action state update. 2017-09-23 17:47:37 +02:00
and3md b4330ab776 Accelerator actions: update state before run and run only if enabled. 2017-09-23 17:47:27 +02:00
and3md e067acf788 Speed up Paste action state check when a lot of text in clipboard (no string conversion) 2017-09-23 17:47:18 +02:00
and3md 888acfb7d3 Add Platform.hasClipboardText() to speed up checking clipboard. 2017-09-23 17:47:07 +02:00