Vinicius Sa
|
22a1df32d7
|
Remove redundant assignment in CustomListView::MouseUp
Reported by PVS-Studio (Warning: V1048).
Fix 7/7.
Issue: 12523
|
2020-10-06 18:21:28 -03:00 |
|
Duncan
|
4ec10837a6
|
Remove Formatter::Common where not required (#12972)
* Remove Formatter::Common where not required
* Remove common from Guest window where possible
|
2020-09-27 21:09:08 -03:00 |
|
Michael Steenbeek
|
4a79e9305f
|
Replace gfx_draw_string_right() with DrawTextBasic (#12966)
|
2020-09-18 21:39:00 -03:00 |
|
Gymnasiast
|
d140dd72c6
|
Remove const void* overload from DrawTextEllipsised()
|
2020-09-10 18:13:13 +02:00 |
|
Gymnasiast
|
b788a099b5
|
Replace gfx_draw_string_clipped() calls with DrawTextEllipsised
|
2020-09-10 18:13:13 +02:00 |
|
annoyingdroid
|
ddd21fa87a
|
Part of #12098: Use ScreenRect on gfx_filter_rect (#12134)
|
2020-08-01 14:40:01 -03:00 |
|
frutiemax
|
0e96674a46
|
Part of #12096: ScreenRect w/ gfx_fill_rect in libopenrct2ui (#12188)
|
2020-07-10 13:59:08 -03:00 |
|
Tulio Leao
|
183ee1e595
|
Part of #11569: Use ScreenCoordsXY instead of <x,y>
|
2020-06-11 10:11:33 -03:00 |
|
Tulio Leao
|
fab0ea131f
|
Part of #11569: Use gfx_draw_string_right with ScreenCoordsXY
|
2020-06-11 10:11:20 -03:00 |
|
TusharSariya
|
2cf95adc4b
|
Fix #11565: gfx_draw_string_left_clipped to use ScreenCoordsXY (#11765)
* Issue #11565, created overload for gfx_draw_string_left_clipped
Co-authored-by: Tushar <tushar.97@hotmail.com>
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
|
2020-05-17 19:30:58 -03:00 |
|
Ted John
|
da0ef7d3a4
|
Fix #11753: Listview with header does not display last item in the list (#11754)
|
2020-05-15 22:05:00 -03:00 |
|
Ted John
|
b3c4dd4844
|
Fix invalidation of list view widget
|
2020-05-12 21:03:21 +01:00 |
|
Ted John
|
86fa2f3714
|
Fix #11730: invalid write in CustomListView::SortItems
|
2020-05-12 20:57:26 +01:00 |
|
Ted John
|
cc759e0bce
|
Improve selected highlight on list view
|
2020-05-09 17:24:16 +01:00 |
|
Ted John
|
f492827c8a
|
Implement horizontal scrollbars and fix resizing
|
2020-05-09 17:24:16 +01:00 |
|
Ted John
|
41950d75f0
|
Implement scrollbars field on list view
|
2020-05-09 17:24:16 +01:00 |
|
Ted John
|
c4f6dbe1ca
|
Allow items and columns get / set
|
2020-05-09 17:24:15 +01:00 |
|
Ted John
|
12fb6411b1
|
Fix 32-bit errors
|
2020-05-09 17:24:15 +01:00 |
|
Ted John
|
4701dd3b9b
|
Add get / set highlighted cell / selected cell
|
2020-05-09 17:24:15 +01:00 |
|
Ted John
|
5e427413a6
|
Refactor list view so we can access it from ScWidget
|
2020-05-09 17:24:15 +01:00 |
|