a7dd14d699 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2535  from myk002/myk_smart_refresh  
							
							... 
							
							
							
							only do a full refresh when needed 
							
						 
						
							2022-12-30 22:36:42 -08:00  
				
					
						
							
							
								 
						
							
							
								cf65f48aa0 
								
									
								
							
								 
							
						 
						
							
							
								
								don't use defunct MENU_CONFIRM keybinding  
							
							
							
						 
						
							2022-12-30 22:35:08 -08:00  
				
					
						
							
							
								 
						
							
							
								21f137644f 
								
									
								
							
								 
							
						 
						
							
							
								
								remove trailing whitespace  
							
							
							
						 
						
							2022-12-30 22:35:08 -08:00  
				
					
						
							
							
								 
						
							
							
								3a76fc086f 
								
									
								
							
								 
							
						 
						
							
							
								
								fix keyboard movement of Panel widgets  
							
							
							
						 
						
							2022-12-30 22:35:08 -08:00  
				
					
						
							
							
								 
						
							
							
								6871bc20c4 
								
									
								
							
								 
							
						 
						
							
							
								
								use new KEYBOARD interface keys in move delta  
							
							
							
						 
						
							2022-12-30 22:35:08 -08:00  
				
					
						
							
							
								 
						
							
							
								04f2d555c6 
								
									
								
							
								 
							
						 
						
							
							
								
								implement context-aware mouse wheel scrolling  
							
							
							
						 
						
							2022-12-30 22:35:08 -08:00  
				
					
						
							
							
								 
						
							
							
								38b525bdb5 
								
									
								
							
								 
							
						 
						
							
							
								
								adapt lua library widgets to new keyboard keybindings  
							
							
							
						 
						
							2022-12-30 22:35:08 -08:00  
				
					
						
							
							
								 
						
							
							
								dd0cc087d5 
								
									
								
							
								 
							
						 
						
							
							
								
								Revert "consolidate full refresh logic in widgets.Panel"  
							
							... 
							
							
							
							This reverts commit 33787473f0 
							
						 
						
							2022-12-30 22:13:53 -08:00  
				
					
						
							
							
								 
						
							
							
								33787473f0 
								
									
								
							
								 
							
						 
						
							
							
								
								consolidate full refresh logic in widgets.Panel  
							
							
							
						 
						
							2022-12-30 20:44:15 -08:00  
				
					
						
							
							
								 
						
							
							
								88dcdfd158 
								
									
								
							
								 
							
						 
						
							
							
								
								move trigger code from Window to Panel  
							
							... 
							
							
							
							where the drag/resize code actually is. Panels can be dragged around the
parent screen without them being a Window 
							
						 
						
							2022-12-30 20:01:09 -08:00  
				
					
						
							
							
								 
						
							
							
								70a0f4a718 
								
									
								
							
								 
							
						 
						
							
							
								
								only do a full refresh when needed  
							
							... 
							
							
							
							this significantly reduces CPU utilization when DFHack-owned screens are
visible. 
							
						 
						
							2022-12-30 17:06:41 -08:00  
				
					
						
							
							
								 
						
							
							
								3aac79fe4f 
								
									
								
							
								 
							
						 
						
							
							
								
								skin our scrollbars to look and hover like DF's  
							
							
							
						 
						
							2022-12-30 05:33:17 -08:00  
				
					
						
							
							
								 
						
							
							
								cff603e243 
								
									
								
							
								 
							
						 
						
							
							
								
								allow Labels to write tile textures  
							
							
							
						 
						
							2022-12-28 23:16:13 -08:00  
				
					
						
							
							
								 
						
							
							
								6a61c750e9 
								
									
								
							
								 
							
						 
						
							
							
								
								widgets.render_text(): error early if key is invalid  
							
							... 
							
							
							
							This helps identify _which_ key is invalid - otherwise, getKeyDisplay()
complains that it was called with `nil`, which is less helpful. 
							
						 
						
							2022-12-23 13:17:26 -05:00  
				
					
						
							
							
								 
						
							
							
								42203b13f4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2500  from myk002/myk_panel_drag  
							
							... 
							
							
							
							Support resizing for DFHack Panel widgets 
							
						 
						
							2022-12-15 14:36:33 -08:00  
				
					
						
							
							
								 
						
							
							
								06346c6269 
								
									
								
							
								 
							
						 
						
							
							
								
								implement double clicking on the title to maximize  
							
							... 
							
							
							
							also double click on a maximized window to jump to the minimum size
the location of the window isn't guaranteed to be the same after
maximizing and un-maximizing, but we could implement that if there is
call for it. 
							
						 
						
							2022-12-14 19:03:38 -08:00  
				
					
						
							
							
								 
						
							
							
								434e9322cc 
								
									
								
							
								 
							
						 
						
							
							
								
								fix error in error message formatting  
							
							
							
						 
						
							2022-12-14 17:51:07 -08:00  
				
					
						
							
							
								 
						
							
							
								4c6daf30d9 
								
									
								
							
								 
							
						 
						
							
							
								
								add widgets.Window and fix paint_frame offset  
							
							
							
						 
						
							2022-12-14 12:04:29 -08:00  
				
					
						
							
							
								 
						
							
							
								12e62c7f9d 
								
									
								
							
								 
							
						 
						
							
							
								
								highlight anchor point when resizing with keyboard  
							
							
							
						 
						
							2022-12-14 10:34:06 -08:00  
				
					
						
							
							
								 
						
							
							
								c030704705 
								
									
								
							
								 
							
						 
						
							
							
								
								implement panel resizing  
							
							
							
						 
						
							2022-12-14 10:34:04 -08:00  
				
					
						
							
							
								 
						
							
							
								99b599e9ab 
								
									
								
							
								 
							
						 
						
							
							
								
								add docs for panel dragging  
							
							
							
						 
						
							2022-12-13 13:01:49 -08:00  
				
					
						
							
							
								 
						
							
							
								3f43f72731 
								
									
								
							
								 
							
						 
						
							
							
								
								fix the math  
							
							
							
						 
						
							2022-12-13 12:39:17 -08:00  
				
					
						
							
							
								 
						
							
							
								38a3bec953 
								
									
								
							
								 
							
						 
						
							
							
								
								dragging logic  
							
							
							
						 
						
							2022-12-12 18:07:05 -08:00  
				
					
						
							
							
								 
						
							
							
								2b87307e11 
								
									
								
							
								 
							
						 
						
							
							
								
								allow visible and active to be dynamic properties  
							
							
							
						 
						
							2022-12-04 15:46:19 -08:00  
				
					
						
							
							
								 
						
							
							
								aac89d4942 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into myk_default_search_key  
							
							
							
						 
						
							2022-11-29 15:07:12 -08:00  
				
					
						
							
							
								 
						
							
							
								726771c8d3 
								
									
								
							
								 
							
						 
						
							
							
								
								supply default search key for tokenized text  
							
							
							
						 
						
							2022-11-28 16:02:47 -08:00  
				
					
						
							
							
								 
						
							
							
								adb9c5ea12 
								
									
								
							
								 
							
						 
						
							
							
								
								fix frame size calculation when frame_inset is set  
							
							... 
							
							
							
							also fix error when clicking on HotkeyLabels where no on_activate
callback has been set 
							
						 
						
							2022-11-28 15:12:22 -08:00  
				
					
						
							
							
								 
						
							
							
								c9cf5ecca8 
								
									
								
							
								 
							
						 
						
							
							
								
								we kept editfield as MOUSE_L for click and drag  
							
							
							
						 
						
							2022-11-21 17:51:24 -08:00  
				
					
						
							
							
								 
						
							
							
								24dc879888 
								
									
								
							
								 
							
						 
						
							
							
								
								adapt library code to newly correct mouse events  
							
							
							
						 
						
							2022-11-21 17:36:46 -08:00  
				
					
						
							
							
								 
						
							
							
								5b1ebdf72a 
								
									
								
							
								 
							
						 
						
							
							
								
								don't return list idx when mouse is on scrollbar  
							
							
							
						 
						
							2022-11-11 10:40:10 -08:00  
				
					
						
							
							
								 
						
							
							
								ccd43f1710 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2381  from myk002/myk_framed_panel  
							
							... 
							
							
							
							[widgets.Panel] support frames around panel widgets 
							
						 
						
							2022-11-09 10:32:23 -08:00  
				
					
						
							
							
								 
						
							
							
								32dc80729a 
								
									
								
							
								 
							
						 
						
							
							
								
								support drawing frames around panels  
							
							
							
						 
						
							2022-11-07 16:50:21 -08:00  
				
					
						
							
							
								 
						
							
							
								83f560a6f4 
								
									
								
							
								 
							
						 
						
							
							
								
								allow shift-click to trigger submit2 for List  
							
							
							
						 
						
							2022-11-07 16:14:16 -08:00  
				
					
						
							
							
								 
						
							
							
								1b7b75d8ab 
								
									
								
							
								 
							
						 
						
							
							
								
								factor out detection of the list index under mouse  
							
							
							
						 
						
							2022-11-07 16:13:45 -08:00  
				
					
						
							
							
								 
						
							
							
								a854e379b2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2354  from myk002/myk_scrollbars_redux  
							
							... 
							
							
							
							make scrollbars more responsive when dragging 
							
						 
						
							2022-10-22 20:28:52 -07:00  
				
					
						
							
							
								 
						
							
							
								64b923b9eb 
								
									
								
							
								 
							
						 
						
							
							
								
								make the materials dialog filter lcase only  
							
							... 
							
							
							
							this allows the capital letter hotkeys to be processed by the list
widget without the special-casing of the ignore_keys attribute. 
							
						 
						
							2022-10-21 12:43:53 -07:00  
				
					
						
							
							
								 
						
							
							
								593b80cfa0 
								
									
								
							
								 
							
						 
						
							
							
								
								make scrollbars more responsive when dragging  
							
							
							
						 
						
							2022-10-21 12:22:57 -07:00  
				
					
						
							
							
								 
						
							
							
								1e21e6546e 
								
									
								
							
								 
							
						 
						
							
							
								
								fix materials selection dialog  
							
							... 
							
							
							
							where the filter was swallowing the sublist hotkeys 
							
						 
						
							2022-10-19 17:31:28 -07:00  
				
					
						
							
							
								 
						
							
							
								142b45ef49 
								
									
								
							
								 
							
						 
						
							
							
								
								move list item hotkey hint left by one tile  
							
							... 
							
							
							
							so it doesn't get covered by the scrollbar 
							
						 
						
							2022-10-19 17:30:51 -07:00  
				
					
						
							
							
								 
						
							
							
								d650ba2377 
								
									
								
							
								 
							
						 
						
							
							
								
								ensure scrollbar can never get ahead of the cursor  
							
							
							
						 
						
							2022-10-10 16:42:32 -07:00  
				
					
						
							
							
								 
						
							
							
								ba36e72b33 
								
									
								
							
								 
							
						 
						
							
							
								
								support click and drag for scrollbars  
							
							
							
						 
						
							2022-10-07 16:27:19 -07:00  
				
					
						
							
							
								 
						
							
							
								35eb4e08dd 
								
									
								
							
								 
							
						 
						
							
							
								
								hold down the mouse button to continue scrolling  
							
							
							
						 
						
							2022-10-07 15:40:05 -07:00  
				
					
						
							
							
								 
						
							
							
								2bff70a290 
								
									
								
							
								 
							
						 
						
							
							
								
								add unit tests for widgets.Scrollbar  
							
							
							
						 
						
							2022-10-07 13:14:52 -07:00  
				
					
						
							
							
								 
						
							
							
								5722d6914b 
								
									
								
							
								 
							
						 
						
							
							
								
								transition Label to use the new generic Scrollbar  
							
							
							
						 
						
							2022-10-07 12:45:43 -07:00  
				
					
						
							
							
								 
						
							
							
								24232e894a 
								
									
								
							
								 
							
						 
						
							
							
								
								create Scrollbar widget and integrate with List  
							
							
							
						 
						
							2022-10-06 11:13:16 -07:00  
				
					
						
							
							
								 
						
							
							
								3b650c8d0b 
								
									
								
							
								 
							
						 
						
							
							
								
								don't let changes to the lua cursor bleed through  
							
							... 
							
							
							
							before, we could end up changing the state of whoever last called
guidm.setCursorPos() 
							
						 
						
							2022-09-18 08:20:33 -07:00  
				
					
						
							
							
								 
						
							
							
								6fff83de5a 
								
									
								
							
								 
							
						 
						
							
							
								
								fix EditField rendering with TWBT  
							
							
							
						 
						
							2022-09-16 15:24:33 -07:00  
				
					
						
							
							
								 
						
							
							
								b88d343ddd 
								
									
								
							
								 
							
						 
						
							
							
								
								fix off-by-one error on scrollbar click detection  
							
							
							
						 
						
							2022-09-14 09:25:43 -07:00  
				
					
						
							
							
								 
						
							
							
								d4914e7511 
								
									
								
							
								 
							
						 
						
							
							
								
								implement mouse click reactions for scrollbar  
							
							
							
						 
						
							2022-09-11 19:33:01 -07:00  
				
					
						
							
							
								 
						
							
							
								e2fbade219 
								
									
								
							
								 
							
						 
						
							
							
								
								fix scrollbar display when all text is visible  
							
							... 
							
							
							
							also align behavior with documentation when 'left' or 'right' is
explicitly specified (i.e. always show the scrollbar) 
							
						 
						
							2022-09-11 18:56:43 -07:00  
				
					
						
							
							
								 
						
							
							
								f71f034d1d 
								
									
								
							
								 
							
						 
						
							
							
								
								show full scrollbars instead of just scroll icons  
							
							
							
						 
						
							2022-09-11 17:58:10 -07:00  
				
					
						
							
							
								 
						
							
							
								074a6ec5cd 
								
							
								 
							
						 
						
							
							
								
								allow EditFields to ignore specified keys  
							
							... 
							
							
							
							like "+" and "-", so you can use them as hotkeys in the parent view 
							
						 
						
							2022-08-31 10:22:41 -07:00  
				
					
						
							
							
								 
						
							
							
								27e189fef2 
								
									
								
							
								 
							
						 
						
							
							
								
								no cursor position reset when updating list filter  
							
							
							
						 
						
							2022-08-29 15:17:17 -07:00  
				
					
						
							
							
								 
						
							
							
								8acda4d6c8 
								
									
								
							
								 
							
						 
						
							
							
								
								Interpret '4' & '6' as strings, not movement keys  
							
							
							
						 
						
							2022-08-19 22:40:53 -07:00  
				
					
						
							
							
								 
						
							
							
								7f0791f6c3 
								
							
								 
							
						 
						
							
							
								
								use setText() accessor method instead of direct access  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								22f9f3b042 
								
							
								 
							
						 
						
							
							
								
								add unit tests for new widget functionality  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								0ae4fed3cf 
								
							
								 
							
						 
						
							
							
								
								add mouse support for CycleHotkeyLabel widgets  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								79b6cd13e9 
								
							
								 
							
						 
						
							
							
								
								support scrolling by half pages in Label  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								a5af5a1373 
								
							
								 
							
						 
						
							
							
								
								don't bork on no frame, set cursor to end of text  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								4e382c7b3b 
								
							
								 
							
						 
						
							
							
								
								make HotkeyLabels react to clicking  
							
							... 
							
							
							
							also be better about initializing EditField frame height 
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								8de8b22566 
								
							
								 
							
						 
						
							
							
								
								click to correct cursor position on long strings  
							
							... 
							
							
							
							where the left side of the string has been trimmed 
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								b7f74fe2ce 
								
							
								 
							
						 
						
							
							
								
								allow mouse lclick to select a List item  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								1dd3d6656b 
								
							
								 
							
						 
						
							
							
								
								move the cursor in an EditField on mouse lclick  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								0aa9a187cf 
								
							
								 
							
						 
						
							
							
								
								support cursor movement in EditFields  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								43b1abcdcf 
								
							
								 
							
						 
						
							
							
								
								support submit2 for EditFields  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								214dd3c579 
								
							
								 
							
						 
						
							
							
								
								reset scroll position when the text is changed  
							
							
							
						 
						
							2022-08-15 16:24:34 -07:00  
				
					
						
							
							
								 
						
							
							
								64b793b409 
								
									
								
							
								 
							
						 
						
							
							
								
								support EditField:setText() so scripts can use it  
							
							... 
							
							
							
							and be compatible with both the develop and docs branch 
							
						 
						
							2022-07-20 15:40:49 -07:00  
				
					
						
							
							
								 
						
							
							
								9788a8a22a 
								
									
								
							
								 
							
						 
						
							
							
								
								Add default selection handler to `materials.ItemTraitsDialog` ( #2211 )  
							
							... 
							
							
							
							* add forward compatibility for future `job_item_flags`
* add default selection handler to `materials.ItemTraitsDialog`
* add a call to `error()` in 'unknown'-branch inside `setTrait`
* add `ItemTraitsDialog` improvement description to changelog.txt 
							
						 
						
							2022-06-28 16:27:18 -07:00  
				
					
						
							
							
								 
						
							
							
								1a629a26bf 
								
									
								
							
								 
							
						 
						
							
							
								
								add `ItemTraitsDialog` to materials.lua ( #2199 )  
							
							... 
							
							
							
							* add `ItemTraitDialog` to materials.lua
* rename `ItemTraitDialog` to `ItemTraitsDialog` (plural)
* Update changelog.txt 
							
						 
						
							2022-06-12 07:03:04 -07:00  
				
					
						
							
							
								 
						
							
							
								89d3d45e87 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow EditField widgets to manage their own activation and keyboard focus ( #2147 )  
							
							... 
							
							
							
							* use new focus subsystem in widgets.EditField
* always eat the enter key if we have an on_submit
* add modal attribute
* give EditFields a default height of 1
so they can be autoarranged 
							
						 
						
							2022-06-01 21:48:21 -07:00  
				
					
						
							
							
								 
						
							
							
								ea7fe2b926 
								
									
								
							
								 
							
						 
						
							
							
								
								account for scroll bars when sizing message boxes  
							
							
							
						 
						
							2022-05-27 15:38:13 -07:00  
				
					
						
							
							
								 
						
							
							
								07f54deb0b 
								
									
								
							
								 
							
						 
						
							
							
								
								fix wrong `Label.frame_body.x2` value ( #2134 )  
							
							... 
							
							
							
							* fix wrong `Label.frame_body.x2` value
`update_scroll_inset` might change `frame_inset`, i.e. we need to `computeFrame` with the new values.
* add tests for Label
* add missing `local`, remove code in comments
* move `TestFramedScreen` outside test functions 
							
						 
						
							2022-05-27 15:25:17 -07:00  
				
					
						
							
							
								 
						
							
							
								18628ff5b8 
								
							
								 
							
						 
						
							
							
								
								make key_sep more configurable  
							
							... 
							
							
							
							and add more configuration to HotkeyLabel and EditField to take
advantage of it 
							
						 
						
							2022-05-18 16:46:33 -07:00  
				
					
						
							
							
								 
						
							
							
								53609db1f9 
								
							
								 
							
						 
						
							
							
								
								let CycleHotkeyLabels take numeric initial_options  
							
							... 
							
							
							
							even if all of the option values are non-numeric 
							
						 
						
							2022-05-18 15:39:52 -07:00  
				
					
						
							
							
								 
						
							
							
								e2fb15a3a5 
								
									
								
							
								 
							
						 
						
							
							
								
								add dwarfmode.MenuOverlay:renderMapOverlay() ( #2119 )  
							
							... 
							
							
							
							* add dwarfmode.MenuOverlay:renderMapOverlay()
* ensure we move with the viewport when bounds_rect is nil 
							
						 
						
							2022-04-29 20:32:22 -07:00  
				
					
						
							
							
								 
						
							
							
								e603fee3ce 
								
									
								
							
								 
							
						 
						
							
							
								
								move sidebar mode management code to init  
							
							... 
							
							
							
							from onAboutToShow(). this allows the frames to be calculated correctly
during widget instantiation. otherwise widgets can end up with -1 width 
							
						 
						
							2022-04-29 12:10:05 -07:00  
				
					
						
							
							
								 
						
							
							
								af47434f52 
								
									
								
							
								 
							
						 
						
							
							
								
								protect against 0 width in string:wrap()  
							
							
							
						 
						
							2022-04-29 11:29:19 -07:00  
				
					
						
							
							
								 
						
							
							
								f08a268e8a 
								
									
								
							
								 
							
						 
						
							
							
								
								add scroll icons to Label widget ( #2101 )  
							
							... 
							
							
							
							* WIP: add scroll icons to Label widget
It's an opt-out. The icons are rendered in the right-most column of the 1st and last row. They are only rendered when text can actually be scrolled in the corresponding direction.
WIP: Currently, the icons might overlay text characters, there is no mechanism preventing it
* gui.lua: expose the `parse_inset()` function
* refactor Label's scroll icon code
* since `render_scroll_icons` only works with a label, it's now a class function
* `update_scroll_inset` ensures `frame_inset.r` or `.l` is at least 1, according to `show_scroll_icons`
* `show_scroll_icons` has 4 possible values: `false` for no icons, `left` for icons on the first column on the left (also ensuring `frame_inset.l >= 1`), `right` - last column on the right, `DEFAULT_NIL` - same as `right` if text height greater than `frame_body.height`, else same as `false`.
* make `render_scroll_icons` always draw icons
The check now happens in `onRenderFrame`
* draw frame's background
calling `Label.super.onRenderFrame(self, dc, rect)` makes frame's background invisible for some reason
* remove trailing spaces
* fix scroll icons placed far above/below text
 With `Label.frame_inset = 1` the text could be vertically centered with plenty of space below and above,
but not all rendered. Before this change, the scroll icons would be at the very top and bottom of the frame
instead of near the first and last rendered text line.
* always `update_scroll_inset` to react to resized window
* draw scroll icons next to text
* update `Lua API.rst` with new `Label` parameters
* move comment separator up
This way every scroll related parameter is in one group
* list default values for new parameters in docs
* add missing description of `Label.scroll_keys` 
							
						 
						
							2022-04-29 06:55:08 -07:00  
				
					
						
							
							
								 
						
							
							
								6ad362d698 
								
									
								
							
								 
							
						 
						
							
							
								
								return a reference to the created dialogs  
							
							
							
						 
						
							2022-04-27 11:51:46 -07:00  
				
					
						
							
							
								 
						
							
							
								ed5523152c 
								
									
								
							
								 
							
						 
						
							
							
								
								factor text wrapping out of TooltipLabel into WrappedLabel  
							
							
							
						 
						
							2022-04-22 09:53:10 -07:00  
				
					
						
							
							
								 
						
							
							
								809f9316fd 
								
									
								
							
								 
							
						 
						
							
							
								
								make frame inset configurable for ListBox list  
							
							
							
						 
						
							2022-04-22 08:30:53 -07:00  
				
					
						
							
							
								 
						
							
							
								07761e1d5d 
								
							
								 
							
						 
						
							
							
								
								add some more handy widgets to the library  
							
							... 
							
							
							
							TooltipLabel
HotkeyLabel
CycleHotkeyLabel
ToggleHotkeyLabel 
							
						 
						
							2022-04-18 17:37:11 -07:00  
				
					
						
							
							
								 
						
							
							
								fd1ee233a2 
								
									
								
							
								 
							
						 
						
							
							
								
								automatically manage sidebar modes in MenuOverlay ( #2083 )  
							
							
							
						 
						
							2022-04-11 20:58:54 -07:00  
				
					
						
							
							
								 
						
							
							
								10f22ecc27 
								
									
								
							
								 
							
						 
						
							
							
								
								add ResizingPanel class and autolayout for Panels ( #2086 )  
							
							... 
							
							
							
							* add autolayout for Panels and new ResizingPanel 
							
						 
						
							2022-04-11 18:25:00 -07:00  
				
					
						
							
							
								 
						
							
							
								e6299700bf 
								
									
								
							
								 
							
						 
						
							
							
								
								Handle punctuation in FilteredList filter matching ( #2085 )  
							
							... 
							
							
							
							* allow punctuation to be typed into a filter
and allow the filter to match keys with punctuation 
							
						 
						
							2022-04-11 18:22:31 -07:00  
				
					
						
							
							
								 
						
							
							
								9a8fd12785 
								
									
								
							
								 
							
						 
						
							
							
								
								ensure ListBoxes always have enough height ( #2084 )  
							
							... 
							
							
							
							so they can always display an error message if the filter doesn't match anything 
							
						 
						
							2022-04-11 16:15:50 -07:00  
				
					
						
							
							
								 
						
							
							
								db5e7d55c1 
								
							
								 
							
						 
						
							
							
								
								fix guidm.enterSidebarMode(DesignateMine)  
							
							... 
							
							
							
							it would end up in DesignateChopTrees if you happened to be looking at
the surface z-level. 
							
						 
						
							2022-03-28 16:57:24 -07:00  
				
					
						
							
							
								 
						
							
							
								19c0a4fe06 
								
									
								
							
								 
							
						 
						
							
							
								
								Added (chain) for [CHAIN_METAL_TEXT] armours in library/gui/materials.lua used by the gui/create-item script ( #2037 )  
							
							
							
						 
						
							2022-03-19 15:32:16 -07:00  
				
					
						
							
							
								 
						
							
							
								42ae45dd5f 
								
							
								 
							
						 
						
							
							
								
								support designate for enterSidebarMode  
							
							
							
						 
						
							2021-10-02 09:26:32 -07:00  
				
					
						
							
							
								 
						
							
							
								15d8a0bea2 
								
									
								
							
								 
							
						 
						
							
							
								
								rename `dismiss_on_submit|2` to `dismiss_on_select|2`  
							
							... 
							
							
							
							to avoid confusion 
							
						 
						
							2021-07-30 17:25:01 +02:00  
				
					
						
							
							
								 
						
							
							
								ffecdf3b53 
								
									
								
							
								 
							
						 
						
							
							
								
								ListBox attributes controlling self:dismiss()  
							
							... 
							
							
							
							`dismiss_on_submit = false` makes it easier to implement toggleable options, where we don't want the list to disappear on selection. Like work order conditions' trait selection. 
							
						 
						
							2021-07-29 19:00:19 +02:00  
				
					
						
							
							
								 
						
							
							
								898d4621da 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_view_unit' into develop  
							
							
							
						 
						
							2021-07-05 20:42:49 -04:00  
				
					
						
							
							
								 
						
							
							
								87c7d02e09 
								
									
								
							
								 
							
						 
						
							
							
								
								support view unit mode for guidm.enterSidebarMode  
							
							
							
						 
						
							2021-07-05 16:02:19 -07:00  
				
					
						
							
							
								 
						
							
							
								f62ff3ecc0 
								
									
								
							
								 
							
						 
						
							
							
								
								migrate existing lua code to use new library fns  
							
							
							
						 
						
							2021-07-05 15:48:51 -07:00  
				
					
						
							
							
								 
						
							
							
								2f36404da7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'origin/lua_label_input_fix' into develop  
							
							
							
						 
						
							2021-07-05 15:42:06 -04:00  
				
					
						
							
							
								 
						
							
							
								fb7560d8bf 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'wolfboyft/patch-2' into develop  
							
							
							
						 
						
							2021-07-05 11:41:37 -04:00  
				
					
						
							
							
								 
						
							
							
								000b589e3a 
								
									
								
							
								 
							
						 
						
							
							
								
								add dwarfmode library function: enterSidebarMode()  
							
							... 
							
							
							
							refactored from quickfort. this common implementation will replace the
now redundant functions in quickfort, gui/mass-remove, and gui/blueprint 
							
						 
						
							2021-06-23 12:29:37 -07:00  
				
					
						
							
							
								 
						
							
							
								b7069a5ebd 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix label early key detection in scrolling logic  
							
							... 
							
							
							
							Current logic is because @myk002 fixed it so label would allow other widgets control when label(s) are present. However that breaks label key detection for default scroll keys. This can be worked around by setting scrollkeys to empty.
TBH: label is quite complicated and used everwhere so i'm reluctant to touch it and would love for someone to look over if i'm correct. 
							
						 
						
							2021-06-22 11:31:00 +03:00  
				
					
						
							
							
								 
						
							
							
								990c153a9a 
								
									
								
							
								 
							
						 
						
							
							
								
								Show adjective in item prompt  
							
							... 
							
							
							
							Useful for high boot/low boot etc. 
							
						 
						
							2021-06-19 13:59:38 +01:00  
				
					
						
							
							
								 
						
							
							
								7e12f3fd3d 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix off-by-one, adjust changelog, move scroll keys to consistent place  
							
							... 
							
							
							
							Ref #1748  
							
						 
						
							2021-01-30 19:40:15 -05:00  
				
					
						
							
							
								 
						
							
							
								5a2181d55e 
								
									
								
							
								 
							
						 
						
							
							
								
								don't render overflow text  
							
							
							
						 
						
							2021-01-13 22:02:22 -08:00  
				
					
						
							
							
								 
						
							
							
								d4fbf4261f 
								
									
								
							
								 
							
						 
						
							
							
								
								address review comments  
							
							
							
						 
						
							2021-01-12 23:27:14 -08:00  
				
					
						
							
							
								 
						
							
							
								dac9538fd9 
								
									
								
							
								 
							
						 
						
							
							
								
								let navigation keys propagate  
							
							... 
							
							
							
							so other components can use them for simultaneous control 
							
						 
						
							2021-01-11 15:02:12 -08:00  
				
					
						
							
							
								 
						
							
							
								2797061b04 
								
									
								
							
								 
							
						 
						
							
							
								
								scroll Label text when height exceeds viewrect  
							
							
							
						 
						
							2021-01-11 14:47:05 -08:00  
				
					
						
							
							
								 
						
							
							
								3b5a82cc05 
								
									
								
							
								 
							
						 
						
							
							
								
								Change color of ListBox.select2_hint to grey to indicate enabled  
							
							... 
							
							
							
							Ref dfhack/scripts#185  
							
						 
						
							2020-08-27 00:08:28 -04:00  
				
					
						
							
							
								 
						
							
							
								c034276af5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/quickfort_filter' into develop  
							
							
							
						 
						
							2020-08-21 00:34:34 -04:00  
				
					
						
							
							
								 
						
							
							
								9a3e9d5b12 
								
							
								 
							
						 
						
							
							
								
								listbox filter can match strings after punctuation  
							
							
							
						 
						
							2020-08-17 21:15:33 -07:00  
				
					
						
							
							
								 
						
							
							
								8a438c2a55 
								
							
								 
							
						 
						
							
							
								
								allow row_height to be set from the ListBox class  
							
							
							
						 
						
							2020-08-17 21:14:05 -07:00  
				
					
						
							
							
								 
						
							
							
								141928ead0 
								
							
								 
							
						 
						
							
							
								
								Fix gui.FilteredList widget search on plain string choices  
							
							
							
						 
						
							2020-02-27 07:56:30 +01:00  
				
					
						
							
							
								 
						
							
							
								49563b4618 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'warmist/FilteredListFix' into develop  
							
							
							
						 
						
							2019-11-02 16:28:06 -04:00  
				
					
						
							
							
								 
						
							
							
								a2b5c1ddd9 
								
									
								
							
								 
							
						 
						
							
							
								
								lua/widgets filtered list input fix  
							
							... 
							
							
							
							FilteredList was not consuming input events. 
							
						 
						
							2019-09-30 22:00:06 +03:00  
				
					
						
							
							
								 
						
							
							
								e5eade1ad7 
								
							
								 
							
						 
						
							
							
								
								Make gui.dwarfmode.{get_movement_delta,get_hotkey_target} public  
							
							
							
						 
						
							2019-04-30 16:53:09 -04:00  
				
					
						
							
							
								 
						
							
							
								98b25e3462 
								
							
								 
							
						 
						
							
							
								
								Allow calling List:setChoices() to clear choices  
							
							
							
						 
						
							2018-06-20 17:46:24 +03:00  
				
					
						
							
							
								 
						
							
							
								ed23d2c4e2 
								
							
								 
							
						 
						
							
							
								
								Change gui.widgets.List:setChoices to keep state in internal table  
							
							... 
							
							
							
							Fixes  #1171  
						
							2018-06-20 17:23:57 +03:00  
				
					
						
							
							
								 
						
							
							
								7e3c8c9965 
								
									
								
							
								 
							
						 
						
							
							
								
								added fast keys for workshop gui overlay  
							
							
							
						 
						
							2018-05-19 20:25:24 -05:00  
				
					
						
							
							
								 
						
							
							
								88c7e493b8 
								
							
								 
							
						 
						
							
							
								
								Merge ui_area_map_width into ui_menu_width, now a 2-byte array  
							
							
							
						 
						
							2017-12-03 20:34:59 -06:00  
				
					
						
							
							
								 
						
							
							
								cc0220f030 
								
							
								 
							
						 
						
							
							
								
								Add a "key" option to EditField and FilteredList  
							
							
							
						 
						
							2017-06-27 21:10:14 -04:00  
				
					
						
							
							
								 
						
							
							
								db375ae83b 
								
							
								 
							
						 
						
							
							
								
								Add a Pages:getSelectedPage() helper  
							
							... 
							
							
							
							Equivalent to select(2, pages:getSelected()), but more readable. 
							
						 
						
							2017-06-23 12:46:46 -04:00  
				
					
						
							
							
								 
						
							
							
								ae809afde7 
								
							
								 
							
						 
						
							
							
								
								Add Gui::refreshSidebar()  
							
							... 
							
							
							
							This handles feeding CURSOR_DOWN_Z and CURSOR_UP_Z properly, avoiding issues
when on the lowest z-level. 
							
						 
						
							2017-06-23 00:02:21 -04:00  
				
					
						
							
							
								 
						
							
							
								346e8b91a9 
								
							
								 
							
						 
						
							
							
								
								Use getDwarfmodeViewDims() in getPanelLayout()  
							
							... 
							
							
							
							Allows C++ hooks to affect Lua scripts as well 
							
						 
						
							2017-06-01 23:36:02 -04:00  
				
					
						
							
							
								 
						
							
							
								e51c5fc2cc 
								
							
								 
							
						 
						
							
							
								
								Allow key_pen option in some widget text  
							
							
							
						 
						
							2017-05-28 23:11:37 -04:00  
				
					
						
							
							
								 
						
							
							
								c1e44c178f 
								
							
								 
							
						 
						
							
							
								
								Add on_click/on_rclick handlers to widgets.Label  
							
							... 
							
							
							
							Closes  #919  
						
							2016-05-09 21:30:34 -04:00  
				
					
						
							
							
								 
						
							
							
								7c91b8f755 
								
							
								 
							
						 
						
							
							
								
								Add more informative focus_path  
							
							... 
							
							
							
							This with conjunction of changes in eventful will make the sidebar overlay more bug-free :) 
							
						 
						
							2016-04-10 16:53:18 +03:00  
				
					
						
							
							
								 
						
							
							
								8b8ce4eff9 
								
							
								 
							
						 
						
							
							
								
								Spelling mistake  
							
							
							
						 
						
							2016-04-10 15:45:43 +03:00  
				
					
						
							
							
								 
						
							
							
								d1c45d00d2 
								
							
								 
							
						 
						
							
							
								
								Fix some bugs in workshopOverlay  
							
							... 
							
							
							
							Fix bugs relating to "remove building"/"suspend remove" part of overlay. 
							
						 
						
							2016-04-10 14:44:09 +03:00  
				
					
						
							
							
								 
						
							
							
								80521d1bb1 
								
							
								 
							
						 
						
							
							
								
								add onGetSelectedBuilding to workshop overlay  
							
							... 
							
							
							
							This will make other stuff that depends on dfhack.gui.getSelectedBuilding work with workshop overlay 
							
						 
						
							2016-04-10 12:28:15 +03:00  
				
					
						
							
							
								 
						
							
							
								7da3c65079 
								
							
								 
							
						 
						
							
							
								
								Fix display of arrows in lua filtered list widgets  
							
							... 
							
							
							
							Fixes  #718  
						
							2015-10-30 19:16:29 -04:00  
				
					
						
							
							
								 
						
							
							
								10cfef0553 
								
							
								 
							
						 
						
							
							
								
								Fix whitespace issues  
							
							
							
						 
						
							2015-02-14 22:53:06 -05:00  
				
					
						
							
							
								 
						
							
							
								f04b93210a 
								
							
								 
							
						 
						
							
							
								
								Bug fixing.  
							
							... 
							
							
							
							Fixes for "tab" in hacked buildings. 
							
						 
						
							2014-08-16 16:58:09 +03:00  
				
					
						
							
							
								 
						
							
							
								6868cab1fe 
								
							
								 
							
						 
						
							
							
								
								Exposed dfhack.jobs.linkIntoWorld. Simplified eventful and gui.dwarfmode for sidebar use/creation.  
							
							
							
						 
						
							2014-08-16 16:58:01 +03:00  
				
					
						
							
							
								 
						
							
							
								4a32aff6a3 
								
							
								 
							
						 
						
							
							
								
								Update script.lua  
							
							
							
						 
						
							2013-10-20 13:58:15 -07:00  
				
					
						
							
							
								 
						
							
							
								6c4f163a5e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/angavrilov/dfhack  
							
							... 
							
							
							
							Conflicts:
	NEWS 
							
						 
						
							2012-12-09 14:25:31 +02:00  
				
					
						
							
							
								 
						
							
							
								3bce3838af 
								
							
								 
							
						 
						
							
							
								
								Advfort now supports workshops and siege weapons >:)  
							
							
							
						 
						
							2012-12-03 21:49:17 +02:00  
				
					
						
							
							
								 
						
							
							
								58239e97ed 
								
							
								 
							
						 
						
							
							
								
								Implement the history graph in the workflow status screen.  
							
							
							
						 
						
							2012-12-01 16:50:03 +04:00  
				
					
						
							
							
								 
						
							
							
								0bfe006016 
								
							
								 
							
						 
						
							
							
								
								Try to reimplement the inventory monitor by falconne in lua.  
							
							... 
							
							
							
							For no other reason than to provide a complete example of lua
interface for a native plugin :)
TODO: paint the graph in the right pane. 
							
						 
						
							2012-11-30 19:10:17 +04:00  
				
					
						
							
							
								 
						
							
							
								471d15ba4c 
								
							
								 
							
						 
						
							
							
								
								New building selection dialog.  
							
							
							
						 
						
							2012-11-29 20:49:16 +02:00  
				
					
						
							
							
								 
						
							
							
								5ea26d9cae 
								
							
								 
							
						 
						
							
							
								
								Only show the advanced new constraint dialog on Shift-Enter.  
							
							... 
							
							
							
							Upon reflection it is a bit too scary to be always shown. 
							
						 
						
							2012-11-29 16:27:51 +04:00  
				
					
						
							
							
								 
						
							
							
								2953e4c386 
								
							
								 
							
						 
						
							
							
								
								Implement a dialog to specify a workflow constraint with all features.  
							
							
							
						 
						
							2012-11-17 20:32:39 +04:00  
				
					
						
							
							
								 
						
							
							
								bd8c59462c 
								
							
								 
							
						 
						
							
							
								
								Add documentation for the core lua gui library stuff.  
							
							
							
						 
						
							2012-11-04 17:06:32 +04:00  
				
					
						
							
							
								 
						
							
							
								9598316855 
								
							
								 
							
						 
						
							
							
								
								Add a native pen object for lua with a more checked behavior.  
							
							
							
						 
						
							2012-11-03 20:06:33 +04:00  
				
					
						
							
							
								 
						
							
							
								e353f5f03e 
								
							
								 
							
						 
						
							
							
								
								Add a script to complement the weapon rack binary patch.  
							
							
							
						 
						
							2012-10-27 20:16:27 +04:00  
				
					
						
							
							
								 
						
							
							
								1f994295b8 
								
							
								 
							
						 
						
							
							
								
								Consider assigned vehicles in use, and tweak text color rendering.  
							
							
							
						 
						
							2012-10-25 13:20:41 +04:00  
				
					
						
							
							
								 
						
							
							
								a1dd31aab3 
								
							
								 
							
						 
						
							
							
								
								Tweak the mechanics for showing and rendering lua screens.  
							
							... 
							
							
							
							- Place new screens below any dismissed ones on top.
- When asked to render a dismissed lua screen, call render() on its
  parent to avoid producing a black screen frame when unlucky. 
							
						 
						
							2012-10-25 12:09:39 +04:00  
				
					
						
							
							
								 
						
							
							
								616c57257d 
								
							
								 
							
						 
						
							
							
								
								Support changing the constraint ranges from the workflow gui script.  
							
							... 
							
							
							
							TODO: implement creating completely new constraints. 
							
						 
						
							2012-10-24 19:25:06 +04:00  
				
					
						
							
							
								 
						
							
							
								46938625fd 
								
							
								 
							
						 
						
							
							
								
								Pass the hotkey keys to dwarfmode from overlays, and fix gui/workshop-job.  
							
							
							
						 
						
							2012-10-21 21:45:51 +04:00  
				
					
						
							
							
								 
						
							
							
								dee0c97584 
								
							
								 
							
						 
						
							
							
								
								Add a gui script for viewing and changing job_item properties.  
							
							
							
						 
						
							2012-10-20 21:57:36 +04:00  
				
					
						
							
							
								 
						
							
							
								1e2570f4cb 
								
							
								 
							
						 
						
							
							
								
								Add an extremely simple item selection dialog by wrapping ListBox.  
							
							
							
						 
						
							2012-10-17 21:42:06 +04:00  
				
					
						
							
							
								 
						
							
							
								4f7895f571 
								
							
								 
							
						 
						
							
							
								
								Support restricting the set of materials presented in the dialog.  
							
							
							
						 
						
							2012-10-17 18:29:15 +04:00  
				
					
						
							
							
								 
						
							
							
								0046b093f7 
								
							
								 
							
						 
						
							
							
								
								Link visibility and event handling order.  
							
							... 
							
							
							
							- Hidden widgets don't receive events.
- Children handle events in top to bottom order. 
							
						 
						
							2012-10-17 11:49:11 +04:00  
				
					
						
							
							
								 
						
							
							
								ad4f9908fb 
								
							
								 
							
						 
						
							
							
								
								Extract a generic filtered list widget from the materials dialog.  
							
							
							
						 
						
							2012-10-17 10:41:50 +04:00