Commit Graph

2400 Commits

Author SHA1 Message Date
Vadim Lopatin 47105e8a2b
Merge pull request #562 from triplejam/AdditionalDockHost
Allow individually named DockHost
2018-04-23 09:18:26 +03:00
James Johnson 90a55ea21f Prevent range violation 2018-04-20 06:25:24 -04:00
V. Khmelevskiy 94161b4924 basic bezier curves with sample 2018-04-20 13:45:44 +07:00
James Johnson 07fcfcc834 Allow individually named DockHost 2018-04-10 20:06:11 -04:00
Vadim Lopatin 1720960923 update version 2018-03-20 16:33:53 +03:00
Vadim Lopatin 7be8c5ab04
Merge pull request #559 from and3md/menu_and_popup_menu
Possibility to add popup menu to any widget, menu behavior fixes.
2018-03-20 16:29:46 +03:00
and3md dd4eed5ed2 Fix AppFrame after add popup menus to all widgets. 2018-03-08 19:09:50 +01:00
and3md c971b68655 Fix main menu after popup menu fix. 2018-03-08 19:09:41 +01:00
and3md b81e34b236 Closing the popupMenu by clicking outside, should not pass the event to the control under the mouse. 2018-03-08 19:09:26 +01:00
and3md 0048cf482b Possibility to add popup menu to any widget. 2018-03-08 19:09:06 +01:00
Vadim Lopatin 2312c5aa2e
Merge pull request #551 from and3md/filename_filedialog
Fix setting default filename in (save as) FileDialog.
2018-02-08 15:57:16 +03:00
and3md 4e345e1ceb Fix setting default filename in FileDialog. 2018-02-06 13:50:51 +01:00
Vadim Lopatin e68ae8d386 update version| 2018-02-04 12:39:25 +03:00
Vadim Lopatin 0bff4c9778
Merge pull request #549 from and3md/clipboard_sdl
Normalize end of line characters when get text from clipboard in SDL
2018-02-04 12:38:44 +03:00
Vadim Lopatin 19d2553e36
Merge pull request #548 from and3md/cursors
Possibility to override cursor type for entire window.
2018-02-04 12:38:30 +03:00
Vadim Lopatin 08b7485f06 update versin 2018-02-04 12:35:44 +03:00
and3md e4606278f2 Normalize end of line characters when get text from clipboard in SDL 2018-02-03 19:40:08 +01:00
and3md 28611c82a7 Possibility to override cursor type for entire window. 2018-02-03 16:46:49 +01:00
Vadim Lopatin 31a342d700
Merge pull request #540 from dayllenger/master
Optimize vertex data adding with Appender, remove some deprecations
2018-02-01 08:46:26 +03:00
Vadim Lopatin 8322636712
Merge pull request #547 from and3md/default_theme_icons
Fix default theme icons license problem
2018-01-29 08:11:29 +03:00
Vadim Lopatin d4481de962
Merge pull request #545 from and3md/scrollbar_hdpi
Scrollbar hdpi buttons - fix scrollbars on hdpi
2018-01-29 08:10:56 +03:00
Vadim Lopatin d9736cf3f6
Merge pull request #544 from and3md/sdl_fixes2
Small SDL fixes
2018-01-29 08:10:48 +03:00
Vadim Lopatin 978790b8f3
Merge pull request #543 from and3md/fix_no_opengl
Allow disable OpenGL when you choose backend.
2018-01-29 08:10:39 +03:00
Vadim Lopatin 0f0a72b692
Merge pull request #542 from and3md/edit_size
Ability to change min size edit text.
2018-01-29 08:10:26 +03:00
Vadim Lopatin ca1699d0da
Merge pull request #537 from triplejam/fixfor249
Fix for issue 249
2018-01-29 08:10:08 +03:00
dayllenger 66468a2167 use appender also for batches 2018-01-28 18:40:27 +03:00
and3md 5a6c7f3218 Add license information about default theme icons. 2018-01-28 14:59:16 +01:00
and3md 2221edcf8e Replaced oxygene icons with really free Icons8 Flat Color Icons (with modifications made by me) 2018-01-28 14:59:09 +01:00
and3md 33e07304c8 Added scrollbar hdpi buttons. 2018-01-27 20:47:38 +01:00
and3md aecc6ba7f9 Do not import OpenGL when its disabled. 2018-01-27 18:21:18 +01:00
and3md 31bf002515 sdlUpdateScreenDPI() should return false when DPI override is set. 2018-01-27 18:21:09 +01:00
and3md e7ec03d084 Allow disable OpenGL when you choose backend. 2018-01-27 17:46:57 +01:00
and3md ba3844941e Ability to change min visible text in edit. 2018-01-27 17:37:33 +01:00
dayllenger 430027cd78 use Appender for GL queue buffer 2018-01-26 01:11:32 +03:00
James Johnson 798eed24c8 Replacing possibly deprecated gl_FragColor 2018-01-18 15:40:11 -05:00
Vadim Lopatin d47c8a03b2
Merge pull request #535 from triplejam/wordwrap2
Word Wrapping Implementation
2018-01-17 08:58:17 +03:00
James Johnson cfff2982e8 Moved back to EditBox 2018-01-12 12:00:38 -05:00
James Johnson 435c10c662 Added comments, renamed variable 2018-01-12 11:14:57 -05:00
James Johnson f40ae806da Whitespace marks 2018-01-12 09:47:43 -05:00
James Johnson 87f4a8a918 Small additions from previous implementation 2018-01-12 09:10:29 -05:00
James Johnson 278ecc75eb Word wrap mouse offset 2018-01-12 08:09:37 -05:00
James Johnson d2caa2a1a7 EnsureCaretVisible for word wrap 2018-01-12 07:17:09 -05:00
James Johnson 3463fec39d Made function for filling rect in word wrap 2018-01-11 19:55:28 -05:00
James Johnson d28eab7e9d highlightLineRange implemented like last 2018-01-11 18:22:39 -05:00
James Johnson 71931c8e43 Basic implementation for highlighting text selection in word wrap 2018-01-11 17:41:18 -05:00
James Johnson 422517aff4 Caret movement 2018-01-11 13:02:13 -05:00
James Johnson bd721d590e Improved efficiency a bit 2018-01-11 12:40:32 -05:00
James Johnson bc40bbf561 Removed some redundant parts from findWrapLine 2018-01-11 12:37:20 -05:00
James Johnson 83a2f2ef5c Changed accumulation to work for both points and widths 2018-01-11 11:56:00 -05:00
James Johnson ce39c13e31 Don't horizontal scroll in word wrap mode 2018-01-11 11:36:38 -05:00