openmohaa/code/uilib
smallmodel 59d03ff6f0
Return a virtual scale with the correct ratio if scale variable is set
This prevents the widget from being stretched out on widescreen, currently only the compass uses scalecvar
2024-11-18 21:13:43 +01:00
..
editfield.h Implement UIField (#90) 2024-01-04 23:51:16 +01:00
ucolor.cpp Multiply by 60 always 2023-05-17 19:08:28 +02:00
ucolor.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
ui_extern.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
ui_init.cpp Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
ui_local.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
ui_public.h Implement clipboard functionality 2024-09-21 19:32:23 +02:00
uibind.cpp Fix UIReggedMaterial::ReregisterMaterial and UIReggedMaterial::GetMaterial 2024-07-24 21:10:46 +02:00
uibind.h Formatted ui source files 2023-12-27 18:54:20 +01:00
uibindlist.cpp Fix UIReggedMaterial::ReregisterMaterial and UIReggedMaterial::GetMaterial 2024-07-24 21:10:46 +02:00
uibindlist.h Formatted ui source files 2023-12-27 18:54:20 +01:00
uibutton.cpp Added MouseAwayCommand. (this fixes main menu with items staying hovered in mohaas/mohaab) 2023-07-29 23:18:22 +02:00
uibutton.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uicheckbox.cpp Fix UIReggedMaterial::ReregisterMaterial and UIReggedMaterial::GetMaterial 2024-07-24 21:10:46 +02:00
uicheckbox.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uicommon.h Hard reset 2016-03-27 11:49:47 +02:00
uiconsole.cpp Fix the gap in the console between the bottom line and the text 2024-09-19 19:46:07 +02:00
uiconsole.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uidialog.cpp Implemented UIDialog 2023-12-31 23:43:22 +01:00
uidialog.h Implemented UIDialog 2023-12-31 23:43:22 +01:00
uifield.cpp Reduced compilation warnings 2024-06-07 20:34:13 +02:00
uifield.h Implement UIField (#90) 2024-01-04 23:51:16 +01:00
uifloatwnd.cpp Fixed minimize / maximize buttons not working/showing as intended 2023-05-21 00:00:27 +02:00
uifloatwnd.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uifont.cpp Fix special characters not being handled properly 2024-07-27 23:41:12 +02:00
uifont.h Use a default value for maxlen and bVirtualScale for Print 2024-11-09 19:38:15 +01:00
uiglobalgamelist.cpp Implemented UIGlobalGameList 2023-12-30 19:18:59 +01:00
uiglobalgamelist.h Formatted source files 2023-12-30 17:36:01 +01:00
uihorizscroll.cpp Reduced compilation warnings 2024-06-07 20:34:13 +02:00
uihorizscroll.h Prepared UIHorizScroll for implementation 2024-01-01 15:01:23 +01:00
uilabel.cpp Add a newline to Cmd_Stuff 2024-10-26 13:28:49 +02:00
uilabel.h Made m_bOutlinedText a protected member 2023-10-03 00:54:45 +02:00
uilangamelist.cpp Fix UIReggedMaterial::ReregisterMaterial and UIReggedMaterial::GetMaterial 2024-07-24 21:10:46 +02:00
uilangamelist.h Implemented LAN game list 2023-12-30 23:03:56 +01:00
uilayout.cpp Reworked file inclusion (using relative path) 2023-06-17 01:24:20 +02:00
uilayout.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uilist.cpp Fix UIReggedMaterial::ReregisterMaterial and UIReggedMaterial::GetMaterial 2024-07-24 21:10:46 +02:00
uilist.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uilistbox.cpp Implemented all UIListBox methods and implemented Draw() from BT 2.40 2023-12-30 01:50:12 +01:00
uilistbox.h Added InsertItem() and setCurrentItem() for UIListBox 2023-12-30 00:03:21 +01:00
uilistctrl.cpp Fix a crash when insep is 0 2024-09-13 19:05:30 +02:00
uilistctrl.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uimenu.cpp Fix GetNamedWidget() always returning the last valid widget 2024-09-08 15:06:43 +02:00
uimenu.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uimledit.cpp Fix bug when multiple lines are joined together after copy-pasting text 2024-09-21 20:08:11 +02:00
uimledit.h PointToSelectionPoint: the p parameter must be a constant 2024-01-01 21:57:49 +01:00
uinotepad.cpp Fix crash when saving a file with no contents or with no name 2024-09-21 19:52:20 +02:00
uinotepad.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uipoint2d.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uipopupmenu.cpp Fix compiler warnings 2024-08-24 15:08:42 +02:00
uipopupmenu.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uipulldownmenu.cpp Fix UIReggedMaterial::ReregisterMaterial and UIReggedMaterial::GetMaterial 2024-07-24 21:10:46 +02:00
uipulldownmenu.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uipulldownmenucontainer.cpp Move strdup'd string cleanup to uipopup_describe's dtor 2023-12-20 17:52:02 +01:00
uipulldownmenucontainer.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uirect2d.h Rearranged include files 2023-07-18 00:08:30 +02:00
uisize2d.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uislider.cpp Fix UIReggedMaterial::ReregisterMaterial and UIReggedMaterial::GetMaterial 2024-07-24 21:10:46 +02:00
uislider.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uistatus.cpp Document OPM fix for center-justified UINotepad statusbar 2024-06-10 14:25:30 +02:00
uistatus.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uivertscroll.cpp Stop activating controls when their vertical scrollbar is hovered over 2024-09-21 19:43:18 +02:00
uivertscroll.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
uiwidget.cpp Return a virtual scale with the correct ratio if scale variable is set 2024-11-18 21:13:43 +01:00
uiwidget.h Rework fade sequence and make it work 2024-11-13 19:40:31 +01:00
uiwinman.cpp Specify "Fixed" instead of "Added" as it's a bug that was fixed 2024-10-26 00:34:50 +02:00
uiwinman.h Formatted uWinMan source file 2023-12-30 16:54:46 +01:00
ulist.h Use #pragma once instead of #ifndef 2024-09-27 20:19:11 +02:00
usignal.h Rearranged include files 2023-07-18 00:08:30 +02:00