Sergii Pylypenko
|
2f6b20cbfd
|
Merge branch upstream/master while introducing compile errors and reverting parts of Android changes, video BPP options are gone
|
2021-11-29 02:20:37 +02:00 |
|
Sergii Pylypenko
|
c765e99c09
|
Removed less used sizing types
|
2021-11-28 03:27:45 +02:00 |
|
Sergii Pylypenko
|
7defb52028
|
Merge branch upstream/master
|
2021-11-28 03:16:36 +02:00 |
|
Sergii Pylypenko
|
41edadab81
|
Merge branch upstream/master
|
2021-11-28 01:52:06 +02:00 |
|
glx22
|
5799402f7a
|
Codechange: Rename window related DeleteXXX to match new behaviour
|
2021-05-29 21:08:25 +02:00 |
|
glx22
|
994bf19aef
|
Fix f6d5c01: Delay deletion when closing windows
|
2021-05-29 21:08:25 +02:00 |
|
rubidium42
|
95386dc2b8
|
Codechange: move misc settings to std::string
|
2021-05-13 23:13:17 +02:00 |
|
Peter Nelson
|
09206be054
|
Fix: Use unscaled values for padding OSK
|
2021-04-30 17:08:15 +01:00 |
|
Peter Nelson
|
4791ff2862
|
Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed.
|
2021-04-30 17:08:15 +01:00 |
|
Peter Nelson
|
2efa390a7d
|
Codechange: Simplify calling of DrawCharCentered()
|
2021-04-30 17:08:15 +01:00 |
|
Peter Nelson
|
b43cc21214
|
Fix: OSK layout not scaled for 2x or 4x GUI scale.
|
2021-03-20 17:55:17 +00:00 |
|
pelya
|
2bc0595127
|
Fixed Android compilation and warnings
|
2021-01-25 21:31:09 +02:00 |
|
pelya
|
3a82c97aa1
|
Merge remote-tracking branch 'upstream/master'
|
2021-01-25 00:50:42 +02:00 |
|
Charles Pigott
|
9b800a96ed
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
|
pelya
|
798fbc3466
|
Merge branch 'origin/master' commit 'a499e9acdd385b57dd43caf88af3a6f7f53716ba'
|
2020-03-20 00:10:46 +02:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
JMcKiern
|
04f659e768
|
Fix: Some typos found using codespell
|
2019-09-29 21:27:32 +01:00 |
|
Sergii Pylypenko
|
3ba683874b
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2019-04-23 18:16:24 +03:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
peter1138
|
317f69c152
|
Codechange: Use override specifier in Window-derived classes.
|
2019-03-24 16:10:04 +01:00 |
|
Charles Pigott
|
f5b1115039
|
Doc: Lots and lots of doxymentation fixes
|
2018-10-31 12:35:54 +01:00 |
|
Sergii Pylypenko
|
91ebce1a9c
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/console_gui.cpp
src/genworld_gui.cpp
src/group_gui.cpp
src/misc_gui.cpp
src/settings_gui.cpp
src/widgets/settings_widget.h
|
2014-06-04 17:09:23 +03:00 |
|
rubidium
|
b476086c39
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +00:00 |
|
rubidium
|
beb540ec55
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
034735a54c
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
Sergii Pylypenko
|
d8832c2ad6
|
Fixed Android text input
|
2014-03-19 21:59:02 +02:00 |
|
Juanjo
|
d0c26fac56
|
Add a specific min sizing for onscreen keyboard.
|
2014-03-15 21:36:24 +02:00 |
|
Juanjo
|
3f81edb664
|
More sizing and centering.
|
2014-03-15 21:36:24 +02:00 |
|
pelya
|
6dc8be0332
|
Android patches
|
2014-03-15 19:44:27 +02:00 |
|
michi_cc
|
13873d2534
|
(svn r25678) -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition.
|
2013-08-05 20:37:02 +00:00 |
|
michi_cc
|
07cd393f7e
|
(svn r25678) -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition.
|
2013-08-05 20:37:02 +00:00 |
|
frosch
|
8157a8afd8
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
16feb5c4e9
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
56e4a8c4d6
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
frosch
|
25adefca23
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
frosch
|
579ee7a592
|
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
|
2013-03-17 13:04:10 +00:00 |
|
frosch
|
9c23446b2b
|
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
|
2013-03-17 13:04:10 +00:00 |
|
frosch
|
5dfd5e58ee
|
(svn r24774) -Fix: Invert the focus handling of the OSK. Keep the focus at the OSK and close it on losing focus. This makes the editbox in the OSK behave correctly.
|
2012-11-28 21:14:28 +00:00 |
|
frosch
|
a68b7c0068
|
(svn r24774) -Fix: Invert the focus handling of the OSK. Keep the focus at the OSK and close it on losing focus. This makes the editbox in the OSK behave correctly.
|
2012-11-28 21:14:28 +00:00 |
|
frosch
|
bfba90f864
|
(svn r24773) -Fix: Shift in the OSK behaved like capslock.
|
2012-11-28 21:03:34 +00:00 |
|
frosch
|
cffa57c71d
|
(svn r24773) -Fix: Shift in the OSK behaved like capslock.
|
2012-11-28 21:03:34 +00:00 |
|
frosch
|
155a9d784c
|
(svn r24772) -Codechange: Call Window::OnEditboxChanged only when the content changes, not when only moving the cursor.
|
2012-11-28 20:54:56 +00:00 |
|
frosch
|
42d27b5e17
|
(svn r24772) -Codechange: Call Window::OnEditboxChanged only when the content changes, not when only moving the cursor.
|
2012-11-28 20:54:56 +00:00 |
|
frosch
|
aed11012d4
|
(svn r24746) -Cleanup: Remove weird lowering of editboxes.
|
2012-11-14 22:50:49 +00:00 |
|
frosch
|
44d79aa9e5
|
(svn r24746) -Cleanup: Remove weird lowering of editboxes.
|
2012-11-14 22:50:49 +00:00 |
|
frosch
|
f5d8ba5d7f
|
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
|
2012-11-14 22:50:35 +00:00 |
|
frosch
|
18dcd2e6a4
|
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
|
2012-11-14 22:50:35 +00:00 |
|