Tamás Bálint Misius
|
eb29915243
|
Use a proper ProgressBar in UpdateActivity
Can't have the update window not use my fancy clip rect progress bars, see 04455ada1c .
|
2023-10-25 22:20:13 +02:00 |
|
Tamás Bálint Misius
|
374209eebe
|
Remove a few outdated windows-only preprocessor hacks
|
2023-10-15 12:04:22 +02:00 |
|
Tamás Bálint Misius
|
60a7ce1aae
|
Use _rgb literals where possible
|
2023-04-30 14:22:56 +02:00 |
|
Tamás Bálint Misius
|
410dc71f42
|
Fix some deprecation warnings
Namely:
- [[deprecated("Use DrawPixel/BlendPixel")]]
- [[deprecated("Use DrawLine/BlendLine")]]
- [[deprecated("Use DrawRect/BlendRect")]]
- [[deprecated("Use DrawFilledRect/BlendFilledRect")]]
|
2023-04-30 14:06:54 +02:00 |
|
Tamás Bálint Misius
|
9fbb780728
|
Fix some deprecation warnings
Namely:
- [[deprecated("Use BlendChar")]]
- [[deprecated("Use AddChar")]]
- [[deprecated("Use XorPixel")]]
- [[deprecated("Use AddPixel")]]
- [[deprecated("Use XorLine")]]
- [[deprecated("Use XorDottedRect")]]
- [[deprecated("Use XorImage")]]
- [[deprecated("Use BlendEllipse")]]
- [[deprecated("Use BlendFilledEllipse")]]
- [[deprecated("Use DrawFilledRect (beware off by 1)")]]
|
2023-04-30 11:27:58 +02:00 |
|
Tamás Bálint Misius
|
f5cbc30d85
|
Fix some deprecation warnings
Namely:
- [[deprecated("Use BlendTextOutline")]]
- [[deprecated("Use BlendText")]]
- [[deprecated("Use BlendImage")]]
- [[deprecated("Use BlendImage")]]
- [[deprecated("Use TextSize().X - 1 (yes this is very bad code eww)")]]
|
2023-04-29 15:50:34 +02:00 |
|
Tamás Bálint Misius
|
4b7e85c2fb
|
Fix a metric ton of MSVC warnings
|
2021-02-15 21:24:44 +01:00 |
|
Tamás Bálint Misius
|
0179cefc78
|
Flatten include trees
|
2019-04-20 15:36:11 +02:00 |
|
mniip
|
6c9cb174fb
|
Change some uses of String::Stream to StringBuilder
|
2018-05-02 22:11:41 +03:00 |
|
mniip
|
ff27d69424
|
Switch from std::string to String/ByteString in most of the code
Also switch SimulationData from weird arrays to std::vector
|
2018-04-30 21:13:24 +03:00 |
|
jacob1
|
5ee10d14e4
|
reduce unnecessary #include dependency chains
for example, elements no longer include Client.h or Graphics.h, and interface stuff won't include Window.h or Graphics.h unless requested
|
2017-07-13 23:24:35 -04:00 |
|
jacob1
|
6d6a615a37
|
msvc min/max fixes
|
2017-04-23 12:30:39 -04:00 |
|
jacob1
|
efd69b208d
|
fix a ton more errors in the interface code, including all the -Wreorder ones
|
2015-01-16 19:58:39 -05:00 |
|
jacob1
|
7a2114bc65
|
add error messages when errors happening while fav. / unfav.ing a save, deleting a save, or unpublishing one. Also don't use session key in url to add a comment since it isn't needed
|
2013-06-20 22:01:07 -04:00 |
|
Simon Robertshaw
|
9abe51526c
|
Move all GUI source files into gui/
|
2013-03-22 14:14:17 +00:00 |
|
jacob1
|
037618e6f8
|
remove auto generated comments from all files, fix some missing tabs, remove unused variables from config.h
|
2013-03-06 12:05:59 -05:00 |
|
jacob1
|
38a18af2c5
|
fix crashes when deleting stamps or getting an error when saving
|
2012-11-15 20:00:55 -05:00 |
|
jacob1
|
00fdd8308a
|
possibly fix lag/crash when deleting stamps
|
2012-10-26 15:12:50 +01:00 |
|
Simon Robertshaw
|
45fecfe72c
|
Correct progress bar position
|
2012-07-25 12:53:39 +01:00 |
|
Simon Robertshaw
|
550f6e28e0
|
Stage 1 of update process completed
|
2012-06-21 15:49:32 +01:00 |
|
Simon Robertshaw
|
12ba6834eb
|
Make status updates on tasks safe - add intermediate progress bar for TaskWindow
|
2012-06-21 13:22:52 +01:00 |
|
Simon Robertshaw
|
0594aa5d07
|
More in the way of an autoupdater
|
2012-06-20 17:51:51 +01:00 |
|
Simon Robertshaw
|
bbfbb81086
|
Confirmation Dialogue, Save selection and multi-delete
|
2012-04-07 00:45:24 +01:00 |
|