4coder/platform_win32
Casey Muratori bc6fa9d9f2 Clipboard, Process, and Cliprect Changes
- Added clipboard change hook
- Added Process_State query for getting the state of exec_system_command operations, retrieved via Get_Process_State
- Added intersection_of and union_of for i32_Rect and f32_Rect
- Fixed what I believe is a bug in the clipboard number updating in the win32 layer (it didn't used to record the new number correctly)
- Added screen_space_to_view_space for Vec2 and f32_Rect
- Made Draw_String return the ending point, as we decided
- Added Draw_Clip_Push and Draw_Clip_Pop
- Changed the behavior of Render_Push_Clip_Sig to allow input clipping rectangles to be anything, and they are simply intersected with the parent rectangle, rather than asserted to not go outside.
-
2019-03-15 01:38:28 -07:00
..
win32_4ed.cpp Clipboard, Process, and Cliprect Changes 2019-03-15 01:38:28 -07:00
win32_4ed_file_track.cpp Fix string bug in project command lister 2018-12-09 14:20:00 -08:00
win32_4ed_functions.cpp
win32_error_box.cpp
win32_gl.h Rendering improvements and partial cleanup 2017-11-10 19:58:47 -05:00
win32_library_wrapper.h
win32_threading_wrapper.h
win32_utf8.cpp
win32_utf8.h