Vincent Wei
|
a6790b2ca7
|
move typedef CALCPOSINFO from window.h to minigui.h; tune interface of calc_mainwin_pos
|
2020-02-26 12:22:11 +08:00 |
|
Vincent Wei
|
3fde7981ed
|
fix typos: Checks -> Check, Determines -> Determine
|
2020-02-26 11:13:11 +08:00 |
|
Vincent Wei
|
53f8be5826
|
add request handler for REQID_CALCPOSITION
|
2020-02-26 11:12:38 +08:00 |
|
Vincent Wei
|
ca85b950fe
|
send MSG_CALC_POSITION messge to desktop for calculating default position
|
2020-02-26 11:11:28 +08:00 |
|
Vincent Wei
|
e9950cf6a9
|
add REQID_CALCPOSITION and CALCPOSINFO; check REQID_SYS_LAST is not larger than MAX_SYS_REQID
|
2020-02-26 11:09:53 +08:00 |
|
Vincent Wei
|
81fd2ee5d5
|
add string for MSG_CALC_POSITION
|
2020-02-26 11:08:59 +08:00 |
|
Vincent Wei
|
ff779368d6
|
add calc_mainwin_pos to struct _CompositorOps
|
2020-02-26 11:08:27 +08:00 |
|
Vincent Wei
|
6ae96a3f96
|
tune styles; add WS_EX_AUTOPOSITION; add MSG_CALC_POSITION; fix typos: Checks -> Check, Determines -> Determine
|
2020-02-26 11:07:48 +08:00 |
|
Vincent Wei
|
881776c7a9
|
fix typos: Gets -> Get, Sets -> Set, Retrieves -> Retrieve
|
2020-02-26 08:55:38 +08:00 |
|
Vincent Wei
|
db9ed261d8
|
use size_t instead of int for the size of one memroy area
|
2020-02-25 23:46:34 +08:00 |
|
Vincent Wei
|
571867720b
|
load icon from bitmap files
|
2020-02-25 23:46:01 +08:00 |
|
Vincent Wei
|
0f0effc37e
|
return size of memory res if user param is not null
|
2020-02-25 23:45:09 +08:00 |
|
Vincent Wei
|
882bc9d821
|
remove bad code
|
2020-02-25 23:44:39 +08:00 |
|
Vincent Wei
|
20f44981dd
|
fix a old bug in load_cursor_from_mem: imageh must be 64
|
2020-02-25 23:43:33 +08:00 |
|
Vincent Wei
|
0b72715b8c
|
tune description text
|
2020-02-25 23:41:50 +08:00 |
|
Vincent Wei
|
f59fe557f3
|
cleanup
|
2020-02-25 19:07:45 +08:00 |
|
Vincent Wei
|
91246c8771
|
remove some deprecated code
|
2020-02-25 18:28:37 +08:00 |
|
Vincent Wei
|
fc2c171d96
|
fix a bug of __mg_update_tick_count; remove some deprecated code; tune SetTimerEx to allow duplicated call for same timer
|
2020-02-25 18:27:57 +08:00 |
|
Vincent Wei
|
a64292a926
|
use __mg_os_get_time_ticks instead of __mg_os_get_elapsed_ms; update __mg_tick_counter in GetTickCount
|
2020-02-25 17:18:49 +08:00 |
|
Vincent Wei
|
8a362818de
|
rename __mg_os_start_time_ms to __mg_os_start_time; remove __mg_os_get_elapsed_ms; add __mg_os_get_time_ticks
|
2020-02-25 17:17:10 +08:00 |
|
Vincent Wei
|
0e9b23efec
|
always check timers in the idle handler
|
2020-02-25 17:16:09 +08:00 |
|
Vincent Wei
|
2d9b3a68b5
|
add UL postfix
|
2020-02-25 16:21:00 +08:00 |
|
Vincent Wei
|
6dd8235d90
|
tune
|
2020-02-25 16:20:31 +08:00 |
|
Vincent Wei
|
c9d1a47a32
|
tune description text
|
2020-02-25 09:59:55 +08:00 |
|
Vincent Wei
|
3d38112ab6
|
tune description text
|
2020-02-25 09:19:02 +08:00 |
|
Vincent Wei
|
0777c34039
|
two version of ExitGUISafely for different runmods
|
2020-02-25 08:22:12 +08:00 |
|
Vincent Wei
|
76cd3d6f27
|
GetMainVirtWindowById -> GetHostedById
|
2020-02-25 08:21:25 +08:00 |
|
Vincent Wei
|
2cbf9b25c9
|
tune search_win_tree; bugfix: forget removing the virtual window from hosting tree in DestroyVirtualWindow
|
2020-02-24 21:20:59 +08:00 |
|
Vincent Wei
|
0336fa1670
|
use _DBG_PRINTF instead of _WRN_PRINTF for no UpdateRects method of a video driver
|
2020-02-24 15:01:34 +08:00 |
|
Vincent Wei
|
16503269fb
|
detailed debug info for no free znode slot
|
2020-02-24 15:00:55 +08:00 |
|
Vincent Wei
|
08d1b85e10
|
tune CreateVirtualWindow and GetMainVirtWindowById; implement GetWindowId and SetWindowId
|
2020-02-24 15:00:13 +08:00 |
|
Vincent Wei
|
f9026712ca
|
tune CreateVirtualWindow and GetMainVirtWindowById, declare GetWindowId and SetWindowId
|
2020-02-24 14:59:49 +08:00 |
|
Vincent Wei
|
db7c5a821c
|
tune
|
2020-02-23 19:07:23 +08:00 |
|
Vincent Wei
|
afa4b891e0
|
tuen for change of CreateMainWindowEx2
|
2020-02-23 19:07:09 +08:00 |
|
Vincent Wei
|
ec5eec69ef
|
isWindowInThisThread -> getMainWinIfWindowInThisThread
|
2020-02-23 19:06:33 +08:00 |
|
Vincent Wei
|
cef9216dd8
|
cleanup
|
2020-02-23 19:05:33 +08:00 |
|
Vincent Wei
|
0ec15b624f
|
isWindowInThisThread -> getMainWinIfWindowInThisThread
|
2020-02-23 19:05:03 +08:00 |
|
Vincent Wei
|
05bc9e9b3c
|
implement GetRootWindow and GetMainVirtWindowById; tune implementation of GetHosting, GetFirstHosted, and GetNextHosted to support virtual window
|
2020-02-23 19:03:35 +08:00 |
|
Vincent Wei
|
1d577c248f
|
declare GetRootWindow and GetMainVirtWindowById; tune CreateMainWindowEx2 to pass identifier of the main window; cleanup the description words
|
2020-02-23 19:02:48 +08:00 |
|
Vincent Wei
|
44ea69baea
|
pAdd of _MSG struct renamed to pSyncMsg
|
2020-02-23 15:37:03 +08:00 |
|
Vincent Wei
|
51d7ba8f7d
|
declare NotifyWindow and MSG_NOTIFICATION; tune description words
|
2020-02-23 15:36:34 +08:00 |
|
Vincent Wei
|
8ceee008b0
|
implement NotifyWindow and tune DispatchMessage for MSG_NOTIFICATION
|
2020-02-23 15:35:18 +08:00 |
|
Vincent Wei
|
630a6046a6
|
add message string for MSG_NOTIFICATION
|
2020-02-23 15:34:01 +08:00 |
|
Vincent Wei
|
c54c05ce57
|
use MG_IS_NOT_VIRT_WINDOW for GetParent
|
2020-02-23 15:33:28 +08:00 |
|
Vincent Wei
|
c560fa9daf
|
add MG_IS_MAIN_VIRT_WINDOW
|
2020-02-23 15:33:00 +08:00 |
|
Vincent Wei
|
d2a5bea737
|
use NotifyWindow to implement NotifyParentEx
|
2020-02-23 15:32:24 +08:00 |
|
Vincent Wei
|
308464b5d3
|
make updateregion enabled by default
|
2020-02-23 15:31:50 +08:00 |
|
Vincent Wei
|
aaa6b1379d
|
include WS_EX_DIALOGBOX before create main window for dialog box
|
2020-02-23 11:25:14 +08:00 |
|
Vincent Wei
|
2b55d9d0e5
|
donot use quiting stage
|
2020-02-22 19:35:11 +08:00 |
|
Vincent Wei
|
d36be5fb7f
|
remove delcaration of __mg_desktop, __mg_parsor, __mg_timer
|
2020-02-22 19:34:33 +08:00 |
|