Commit Graph

  • 60837a50e9 optionally skip window death animation cc Crypto City 2024-10-22 19:23:18 +0000
  • 7e2ff679d5 add x-auto scroll mode Crypto City 2024-10-22 13:39:01 +0000
  • ee2f158e16 fix separator in lists Crypto City 2024-10-10 10:59:55 +0000
  • 2af1a8fa1c allow setting button text field text-align programatically Crypto City 2024-09-11 08:10:00 +0000
  • ebad7c1779 add <b> tag support to TBEditField widget Crypto City 2024-09-07 13:16:03 +0000
  • eb86e03416 improve select list header column sizing Crypto City 2023-06-23 09:04:54 +0000
  • 7d66d3384c allow inline_select embedded edit field to adapt to content size Crypto City 2023-06-17 14:18:45 +0000
  • db1fd0565c allow message boxes with no buttons Crypto City 2023-05-31 14:58:31 +0000
  • 0a459af549 add tooltip-text widget property Crypto City 2023-05-31 08:36:46 +0000
  • fce1b8bc67 do not consider invisible widgets in GetWidgetAt Crypto City 2023-05-30 17:20:41 +0000
  • 8c0e283399 TBTextField can now have a shadow Crypto City 2023-05-16 20:42:33 +0000
  • f3e7a1878d allow getting a widget by type only, regardless of id Crypto City 2023-05-15 15:54:59 +0000
  • a65a07ed1a layout: allow skipping clipping Crypto City 2023-05-11 11:40:08 +0000
  • d14c26a6ac GetWidgetAt now takes a predicate to filter widgets Crypto City 2023-05-05 20:57:15 +0000
  • 8559088984 layout: make ValidateLayout virtual Crypto City 2023-05-04 16:24:35 +0000
  • 0cfb7ade5a text can now be bold Crypto City 2023-05-03 21:11:23 +0000
  • a777bd842c fix parameter name not matching semantics Crypto City 2023-05-03 17:37:18 +0000
  • 9b526a3a92 fix slight resize when a dropdown list gets a selection Crypto City 2023-04-16 17:02:02 +0000
  • 5bd3dcd9fb tb_select: ensure the list is valid before getting a widget Crypto City 2023-03-27 21:40:45 +0000
  • 732ce7dce2 when fading a dying window out, do not assume starting opacity is 1 Crypto City 2023-03-22 22:48:50 +0000
  • 840b50ce86 fix windows build Crypto City 2023-02-22 12:44:03 +0000
  • ff0305bad8 add a version of TBOBJECT_SUBCLASS using the override keyword Crypto City 2023-02-05 18:43:19 +0000
  • 9356fc31e4 image: allow setting the source rect to display part of the image Crypto City 2023-01-31 15:20:50 +0000
  • 7af4f6db04 draw bitmaps with floating point coordinates for precision Crypto City 2023-01-31 18:28:45 +0000
  • dfdb16ea4c allow vertical colour gradient in text rendering Crypto City 2022-09-10 07:47:35 +0000
  • cd2301107d tb_select: optionally call filter even when empty Crypto City 2022-08-29 05:30:32 +0000
  • 86cd1ebe17 tb_str: finding the empty string should work in all strings Crypto City 2022-08-29 05:30:12 +0000
  • ff19ced1f4 tb_select: add option to bypass empty filter check Crypto City 2022-08-28 21:07:21 +0000
  • a2f5ae921c fix debug build with debug hook enabled Crypto City 2022-08-19 19:22:23 +0000
  • e6b9877bc1 tb_toggle_container: send EVENT_TYPE_CHANGED on value change Crypto City 2022-08-14 10:04:33 +0000
  • 5b03304157 tb_inline_select: fix ininitialized value Crypto City 2022-08-13 19:28:31 +0000
  • 454ef693db TBInlineSelect: add "unsigned" property Crypto City 2022-07-31 12:58:14 +0000
  • 1c5c000a24 allow numeric skin if it is 0 Crypto City 2022-07-17 06:15:22 +0000
  • 124e360265 widgets can now be precisely positioned relatively to their parent Crypto City 2022-07-16 08:42:40 +0000
  • d0cb7345a0 allow passing a hook to get debug messages Crypto City 2022-07-13 08:18:29 +0000
  • 2b249da837 tb_image_widget: do not try to load empty data Crypto City 2022-07-13 07:58:55 +0000
  • bbf4eb0dda tb_select: allow changing the axis of a TBSelectList Crypto City 2022-07-09 08:12:04 +0000
  • d1a5e5f88f update leftover bits needed to switch TBID to 64 bit Crypto City 2022-07-06 15:08:24 +0000
  • cd0f97a7a2 image_manager: TBID is now 64 bit Crypto City 2022-07-04 17:12:29 +0000
  • e7dd7a1a3d allow inline select to range the full 64 unsigned range Crypto City 2022-06-30 18:19:26 +0000
  • 1ed1a1bfb3 tb_inline_select: allow - prefix when min value is negative Crypto City 2022-06-22 16:48:00 +0000
  • 17b0408d6e allow relative font sizes with <size> in edit fields Crypto City 2021-12-26 18:18:20 +0000
  • e66a04e761 inline_select: prevent typing invalid values in Crypto City 2021-11-23 15:35:18 +0000
  • bdef6fd096 style_edit: add support for numeric HTML entities Crypto City 2021-10-06 14:32:32 +0000
  • 424e2fea1f use long long instead of long for TBValue, for 64 bit range on windows Crypto City 2021-09-28 22:13:17 +0000
  • 5b4c8c53e6 tb_style_edit: do not insert tabs in non multiline edit fields Crypto City 2021-09-06 16:20:24 +0000
  • 9c3eb99c46 add italic and underline to TBTextField reader Crypto City 2021-08-24 17:23:14 +0000
  • 0898376f32 tb_select: do not dereference before checking for NULL Crypto City 2021-08-08 14:00:30 +0000
  • eccda81aca tb_select: cache m_source->GetNumItems() when recreating list Crypto City 2021-07-31 13:47:03 +0000
  • b73da1e383 add preserve-aspect-ratio to TBImageWidget resource reader Crypto City 2021-07-18 00:38:40 +0000
  • fc4063aa9f tb_image_widget: add a preserve aspect ratio mode Crypto City 2021-05-30 07:46:19 +0000
  • 810b9e7437 tb_skin: ignore empty bitmap name Crypto City 2021-05-28 21:48:09 +0000
  • cecfebe67a fix build when in a submodule of a submodule Crypto City 2021-05-17 18:25:53 +0000
  • 4409f70bad fix bad layout when changing an embedded image's size Crypto City 2021-05-13 16:03:32 +0000
  • d51eff6dc4 tb_editfield: fix overwide edit field when wrapping with other widgets Crypto City 2021-05-11 01:00:54 +0000
  • 3f93793604 tb_window: only add the close button if requested Crypto City 2021-04-21 13:40:25 +0000
  • 6d430d7283 image_widget: don't try to load an empty path Crypto City 2021-04-20 00:53:12 +0000
  • cc42b616d9 fix build when used in a submodule Crypto City 2021-04-03 21:49:46 +0000
  • 52867a82f2 tb_window: keep the same center when resizing to fit Crypto City 2021-03-31 09:16:43 +0000
  • 693801d05e tb_image_widget: add a const getter for the image Crypto City 2021-03-22 12:20:38 +0000
  • 46dfe0a7cc fix both enter/space button trigger and triggering two dialogs in a row Crypto City 2020-12-18 02:50:16 +0000
  • becdf49779 editfield: paste on middle mouse button on Linux Crypto City 2020-12-01 19:00:26 +0000
  • 9c189aeb1d Revert "tb_widgets: fix spurious click on enter key up on a just created button" Crypto City 2020-11-21 18:40:38 +0000
  • 1a98b1a597 tb_skin: fix overriding away a bitmap Crypto City 2020-11-21 17:53:03 +0000
  • 24487e5a2f add rawdata and hexdata fields to TBImageWidget definition Crypto City 2020-11-17 01:03:53 +0000
  • 40751051ac tb_tab_container: allow fewer (or no) tabs than pages Crypto City 2020-11-16 13:04:44 +0000
  • 7ad8019d0e restrict long click to touch only Crypto City 2020-11-03 16:41:20 +0000
  • 70bdecd737 tb_style_edit_content: parse &amp; and &lt; entities Crypto City 2020-11-03 00:00:46 +0000
  • 8a1222e48d tb_style_edit_content: add <i> for italics Crypto City 2020-11-02 21:32:47 +0000
  • 7f143be91c tb_select: do not reset the scrollbars when the list contents change Crypto City 2020-11-02 00:19:54 +0000
  • d47c16c0aa tb_tab_container: send CHANGED event when switching tabs Crypto City 2020-10-29 17:27:35 +0000
  • 771ebd7c13 fix buffer overflow loading SVG from memory Crypto City 2020-09-22 11:30:18 +0000
  • 115227d24f allow loading images from memory Crypto City 2020-09-20 16:21:26 +0000
  • e4774687fa hashtable: change keys from uint32_t to uint64_t to cater for TBID Crypto City 2020-09-15 12:46:08 +0000
  • 0539ada932 invalidate layout on font change Crypto City 2020-08-29 19:12:17 +0000
  • cd6f107f7e build against libfreetype from urho3d Crypto City 2020-08-28 19:54:17 +0000
  • be6666b646 switch to 64 bit TBID Crypto City 2020-08-18 15:27:19 +0000
  • 4957c6d7f6 tb_widgets: fix spurious click on enter key up on a just created button Crypto City 2020-08-18 01:37:28 +0000
  • 064faacb2a fix build on mac Crypto City 2020-08-17 20:20:40 +0000
  • 2084ed8389 link against urho3d's freetype Crypto City 2020-08-17 20:22:12 +0000
  • da5a318e61 static build fixes Crypto City 2020-07-02 17:30:50 +0000
  • 2e16c5f468 tb_style_edit: don't enter escape in the text field when typed Crypto City 2020-06-29 22:34:01 +0000
  • 4ffaebdc99 tb_select: add pagination Crypto City 2020-06-28 20:19:33 +0000
  • bee947df6c tb_select: fix uninitialized field Crypto City 2020-06-28 17:35:41 +0000
  • 8ceb7f9d70 make this build on windows Crypto City 2020-06-05 17:29:34 +0000
  • af7b449304 tb_widgets: are a virtual function when hover state changes Crypto City 2020-04-10 01:41:21 +0000
  • a7a6b152f9 tb_widgets_common: add text underline Crypto City 2020-04-10 01:40:41 +0000
  • f06e705bd8 tb_image_widget: add tint color Crypto City 2020-04-09 15:47:55 +0000
  • cd7045d588 tb_select: handle invisible header fields Crypto City 2020-02-18 01:31:02 +0000
  • 30cff21314 tb_select: support for custom sorting Crypto City 2020-02-17 17:49:53 +0000
  • ee829558ae tb_select: support for resizing columns Crypto City 2020-02-16 14:06:09 +0000
  • 4bfa81abb2 TBResizer: optionally restrict horizontal/vertical resizing Crypto City 2020-02-16 14:05:28 +0000
  • 65ad6ede62 Add simple support for separate mouse buttons Crypto City 2020-02-09 04:04:05 +0000
  • eff7f085c9 tb_select: add optional header Crypto City 2020-02-04 00:41:17 +0000
  • 059f1295d1 tb_select: rename "header" to "filter" Crypto City 2020-02-03 21:53:56 +0000
  • 1595b7b537 tb_layout: fix mouse picking in tab container Crypto City 2020-02-03 15:37:47 +0000
  • 4e060b76d4 tb_skin: display box with bitmap-color tint Crypto City 2020-02-02 19:28:34 +0000
  • 6a6c914c5c tb_widgets: make SetCapturedWidget public Crypto City 2020-02-02 19:28:07 +0000
  • 33507644b1 tb_widgets_common: fix tab container tabs losing selection effect Crypto City 2020-02-01 21:51:51 +0000
  • 6f43d0c035 tb_window: only activate next window if a widget was previously active Crypto City 2020-01-31 14:27:34 +0000