Konrad Kuśnierz
70a95b2f04
Merge pull request #972 from EgzoT/EgzoT-UIComboBox_fix_getOption_to_isOption
...
Fixed getOption and rename to isOption
2019-01-16 13:56:20 +01:00
Konrad Kuśnierz
db3ba0f679
Merge pull request #1006 from diath/improve_scrollbar_navigation
...
Improve scrollbar navigation
2019-01-16 13:36:33 +01:00
Kamil Chojnowski
57a1f5eebe
Improve scrollbar navigation
2019-01-05 18:13:36 +01:00
EgzoT
95ce65d8cc
Fixed getOption and rename to isOption
...
Fixed getOption who always return nil.
Rename getOption to isOption.
2018-06-09 18:08:56 +02:00
Kamil Chojnowski
ba558404d3
Fix tab blink
2018-04-23 14:29:39 +02:00
EgzoT
b58c438015
UIMiniWindowContainer small improve ( #938 )
...
Change type of checking whether window have on drop possibility.
Reason:
Previously this parameter was checking by class name, so it blocking creating similar objects to miniwindow or inheritance from miniwindow object without changing sources. So it block creating modules with new UI objects working with miniwindowcontainer.
2018-02-28 21:46:27 +01:00
diath
7967bd4385
Fix vertical tooltip clamping ( #942 )
2018-02-28 21:44:49 +01:00
dalvorsn
a165bef741
Fixed issue in function fitAll: mini windows containers was exceeding the size of the panels.
2016-04-24 18:25:21 -03:00
TheSumm
8e5bbcd3a1
Add tab-spacing tag to MoveableTabBars
2015-04-20 03:32:32 +02:00
TheSumm
84f6cdec86
Fix #576 , PopupMenus close when leaving the game
2015-04-19 13:56:03 +02:00
TheSumm
6961492e00
Fix console tabs not blinking, closes #627
2015-01-30 19:56:56 +01:00
TheSumm
1c3cfddab0
Removed tr() from UIHeader
2015-01-28 00:01:53 +01:00
TheSumm
64e9406488
Fixed 'widget destroyed but still have 1 reference left' related to console module
2015-01-27 21:14:38 +01:00
TheSumm
da2762dac3
Market now highlights offers which differ from the average price
2015-01-25 13:41:00 +01:00
TheSumm
eb3c244023
More Market fixes
...
* Fixed NextButton and PreviousButton style
* Little update to SpinBox including dontSignal
* Market cleanup and more check to be safe
* Limit Market amountWindow by player balance
* Set proper maximum amount when creating offers
* Fixed fee label not calculating the correct fee sometimes
2015-01-25 02:28:53 +01:00
TheSumm
607dab01d6
Added Market column sorting ( fixes #429 ), updated UITable and fixed not working methods
2015-01-21 23:40:15 +01:00
TheSumm
b5cea41f87
Market fixes
...
- Market now works after reloading
- Fixed button / tab styles
- MarketRightTabBarButton now inherits the base style
- Fixed amountWindow buttons being hardly clickable
- "All" search filter is now on by default
2015-01-20 14:34:45 +01:00
Konrad Kusnierz
c49a6f3bf2
Fix for #596
2014-11-19 07:25:36 +01:00
BenDol
a52c938fef
Added missing protocol versions & made some style fixes.
2014-07-30 19:58:34 +12:00
BenDol
0b5654f870
Style fixes and added dontSignal to UIRadioGroup.
2014-07-13 07:38:44 +12:00
BenDol
f7531383f3
Fix an issue with the spinbox buttons.
2014-07-13 03:57:38 +12:00
BenDol
7724b8059d
Forgot this from previous commit.
2014-07-13 02:10:30 +12:00
BenDol
2ada93db9c
Should use the set minimum for these!
2014-07-13 02:08:33 +12:00
BenDol
d070711409
When reaching max or min scroll allow other scroll areas to scroll.
2014-07-13 02:06:36 +12:00
BenDol
5909634837
Avoid ending mouse scroll chain when scroll bar is 'off'.
...
Also added mouse-scroll style to UISpinBox.
2014-07-13 01:46:47 +12:00
BenDol
3dbcb1daee
Added basic table.equals, dontSignal param to combobox calls & spell methods.
2014-07-09 04:07:02 +12:00
Sam
a9d4fd5e1e
Scrollmenu for Comboboxes, fixes #480
2014-07-03 18:15:38 +02:00
BenDol
c083d02bef
Some fixes for class names and queue (added base class).
2014-06-07 04:10:14 +12:00
Jacek Wielemborek
e6c9e78935
Get rid of trailing whitespace.
...
Commit generated by command:
find -type f ! -path '*.git*' ! -path '*.png' ! -path '*.ico' ! -path \
'*.ogg' | xargs -I '{}' sed -i '{}' -e 's/\t*$//g' -e 's/ *$//g'
2014-01-18 15:09:26 +01:00
Kamil Chojnowski
b718ae0423
Update tabs navigation to take offscreen tabs into account
2014-01-15 04:56:42 +01:00
Kamil Chojnowski
291960d159
Make tab navigation more intuitive
2014-01-15 02:32:02 +01:00
Sam
f615b80fbc
Navigation for large tab amounts, closes #211
2013-12-03 20:25:56 +01:00
Eduardo Bart
b43a196eac
Minor fixes and add auto resize for images
2013-03-15 21:59:22 -03:00
Eduardo Bart
62921dee9b
Fixes in options, hotkeys and viplist
2013-03-02 17:01:52 -03:00
Eduardo Bart
dad3026ba0
Optimize terminal buffering
2013-02-28 21:35:35 -03:00
Eduardo Bart
b804dd6959
Fixes and new tuned terminal
2013-02-28 18:46:42 -03:00
Eduardo Bart
e528fcc8f8
Minor fixes and improvements
2013-02-28 02:43:26 -03:00
Henrique Santiago
46aa0c005f
Support to miniwindow margin, fix protocollogin connectCallback, pt translation
2013-02-27 23:45:03 -03:00
Eduardo Bart
9a54bfcc90
Minimap, hotkeys and lot of other changes
...
* Begin working on a new layout system for UIMinimap and later UIMap,
this new layout system allows to add widgets to the minimap
* Add option to disable motd
* Rework hotkey binding
* Lots of fixes in hotkeys manager
* Add fullmap view using Ctrl+Shift+M
* Prevent some crashs in ThingType draw
* Add function to load minimap from PNG files
* Fixes in minimap saving
* Fixes in Tile::isClickable
* Add UIMapAnchorLayout, new layout for maps
* Fix freezes in win32 when pressing alt key
2013-02-21 17:03:05 -03:00
BeniS
88c59afb8c
Added 'sell all' tooltip to show items you can sell
...
* Now 'sell all' button with enable/disable
* Fixed display issue with 'sell all' button
* Also changed spinbox button click
2013-02-20 23:08:03 +13:00
BeniS
b61094c053
Minor fix to scroll bar
2013-02-20 15:03:45 +13:00
Henrique Santiago
6d456994f4
Fix scrollbar
2013-02-19 21:34:50 -03:00
Eduardo Bart
62f38d678d
Fix for chat commands #s #w #y
...
* Some progressbar changes
2013-02-14 16:34:55 -02:00
BeniS
cb42481edd
Market fix, and a few other things:
...
* Added 'button' param to g_mouse.bindPress
* Added 'lower' param to table.contains
* UIComboBox:onOptionChange should signalcall?
* Changed the experience bar color
* Market buy/sell 'amount' window will now show the cost
of the amount you are selecting
2013-02-13 05:14:16 +13:00
Henrique Santiago
dfb0150a7d
Fix signalCall, healthinfo tooltips
2013-02-10 01:17:20 -02:00
Henrique Santiago
11cb287a21
Changes to UIProgressBar, simplified healthinfo module
2013-02-09 19:57:37 -02:00
Eduardo Bart
7ece0ed8c7
Buttons for client options
2013-02-06 17:35:59 -02:00
Henrique Santiago
d4fb6127fc
Add blink effect
2013-02-05 19:08:32 -02:00
Henrique Santiago
db73bbdea2
Pt translations, uicombobox, options
2013-02-01 14:31:24 -02:00
BeniS
469df27d9b
Implement #261
2013-02-01 14:21:20 +13:00