afc46f615f 
								
							
								 
							
						 
						
							
							
								
								text layout space conversions  
							
							
							
						 
						
							2019-03-31 23:14:31 -07:00  
				
					
						
							
							
								 
						
							
							
								13fbae75e3 
								
							
								 
							
						 
						
							
							
								
								new animation call n=0 -> immediate animate, n>0 -> try to wait about roughly that many milliseconds  
							
							
							
						 
						
							2019-03-30 14:51:56 -07:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								f3a3dfdffe 
								
							
								 
							
						 
						
							
							
								
								Fixing max_f32  
							
							
							
						 
						
							2019-02-26 15:32:49 -08:00  
				
					
						
							
							
								 
						
							
							
								632e2bf9cd 
								
							
								 
							
						 
						
							
							
								
								Changed off bool32 int32_t uint32_t; Frame_Info, and Render_Parameters structures  
							
							
							
						 
						
							2019-02-26 15:08:42 -08:00  
				
					
						
							
							
								 
						
							
							
								1428fc822f 
								
							
								 
							
						 
						
							
							
								
								4coder Jamm 2  
							
							
							
						 
						
							2019-02-25 15:42:13 -08:00  
				
					
						
							
							
								 
						
							
							
								410b90d44c 
								
							
								 
							
						 
						
							
							
								
								Key event buffer overflow crash fixed; switched draw_string over to Vec2 and returning the distance measured in deltas  
							
							
							
						 
						
							2019-02-24 14:54:57 -08:00  
				
					
						
							
							
								 
						
							
							
								258257eb45 
								
							
								 
							
						 
						
							
							
								
								4coder Jamm 1  
							
							
							
						 
						
							2019-02-23 23:22:16 -08:00  
				
					
						
							
							
								 
						
							
							
								f9657415d5 
								
							
								 
							
						 
						
							
							
								
								Fixed get_4ed_path problems on windows  
							
							
							
						 
						
							2019-02-13 19:53:55 -08:00  
				
					
						
							
							
								 
						
							
							
								b2b4270505 
								
							
								 
							
						 
						
							
							
								
								New file attributes by handle and by name everywhere  
							
							
							
						 
						
							2019-02-13 16:24:03 -08:00  
				
					
						
							
							
								 
						
							
							
								9cfffe6bb6 
								
							
								 
							
						 
						
							
							
								
								File Attributes thingy, command line file crash investigated  
							
							
							
						 
						
							2019-02-13 15:15:22 -08:00  
				
					
						
							
							
								 
						
							
							
								f49d937fae 
								
							
								 
							
						 
						
							
							
								
								Updated API to using IDs, added new key codes  
							
							
							
						 
						
							2019-02-13 14:14:27 -08:00  
				
					
						
							
							
								 
						
							
							
								d9f71adcb3 
								
							
								 
							
						 
						
							
							
								
								timer delayed edit finished hook, batched edit finished hook  
							
							
							
						 
						
							2019-02-03 17:33:44 -08:00  
				
					
						
							
							
								 
						
							
							
								63673bf9ed 
								
							
								 
							
						 
						
							
							
								
								Merge casey changes  
							
							
							
						 
						
							2019-01-25 13:03:52 -08:00  
				
					
						
							
							
								 
						
							
							
								607a338211 
								
							
								 
							
						 
						
							
							
								
								Removing LAST_ACCESS flag  
							
							
							
						 
						
							2019-01-20 16:45:15 -08:00  
				
					
						
							
							
								 
						
							
							
								33dfcd5658 
								
							
								 
							
						 
						
							
							
								
								Issue ReadDirectoryChangesW from the worker thread ALWAYS so that CancelIo works  
							
							
							
						 
						
							2018-12-18 17:14:49 -08:00  
				
					
						
							
							
								 
						
							
							
								f0c39a267c 
								
							
								 
							
						 
						
							
							
								
								Optimized win32 file track node lookups  
							
							
							
						 
						
							2018-12-17 17:56:21 -08:00  
				
					
						
							
							
								 
						
							
							
								a1cfefbf86 
								
							
								 
							
						 
						
							
							
								
								Fixes: scope highlight scrolled right, ignore render items off the screen, scientific notation parsing with +  
							
							
							
						 
						
							2018-12-16 20:31:04 -08:00  
				
					
						
							
							
								 
						
							
							
								6e370c5de0 
								
							
								 
							
						 
						
							
							
								
								Fixed scratch arena problem in new win32 file track  
							
							
							
						 
						
							2018-12-15 15:31:00 -08:00  
				
					
						
							
							
								 
						
							
							
								09ce4060ea 
								
							
								 
							
						 
						
							
							
								
								more fixes in win32 file track  
							
							
							
						 
						
							2018-12-15 02:54:13 -08:00  
				
					
						
							
							
								 
						
							
							
								769ee14388 
								
							
								 
							
						 
						
							
							
								
								updated windows file track implementation  
							
							
							
						 
						
							2018-12-15 01:10:42 -08:00  
				
					
						
							
							
								 
						
							
							
								9c0a871545 
								
							
								 
							
						 
						
							
							
								
								Breaking down file change listening nonsense  
							
							
							
						 
						
							2018-12-14 14:23:23 -08:00  
				
					
						
							
							
								 
						
							
							
								cb85505390 
								
							
								 
							
						 
						
							
							
								
								Fix string bug in project command lister  
							
							
							
						 
						
							2018-12-09 14:20:00 -08:00  
				
					
						
							
							
								 
						
							
							
								89516d827b 
								
							
								 
							
						 
						
							
							
								
								Push string/push string copy in string library  
							
							
							
						 
						
							2018-11-27 20:36:09 -08:00  
				
					
						
							
							
								 
						
							
							
								c3ef63934f 
								
							
								 
							
						 
						
							
							
								
								API files renamed  
							
							
							
						 
						
							2018-11-27 10:07:07 -08:00  
				
					
						
							
							
								 
						
							
							
								58b50c39a7 
								
							
								 
							
						 
						
							
							
								
								Moved and renamed style tag list.  
							
							
							
						 
						
							2018-11-27 09:59:14 -08:00  
				
					
						
							
							
								 
						
							
							
								59d70950d6 
								
							
								 
							
						 
						
							
							
								
								Removed keycodes from 4ed_metagen.cpp  
							
							
							
						 
						
							2018-11-22 10:34:11 -08:00  
				
					
						
							
							
								 
						
							
							
								aa1cbf9a0f 
								
							
								 
							
						 
						
							
							
								
								Fixed reopen bug that loses indentation information, moved reopen command to the custom layer  
							
							
							
						 
						
							2018-11-20 23:48:42 -08:00  
				
					
						
							
							
								 
						
							
							
								1d5621f5b6 
								
							
								 
							
						 
						
							
							
								
								Cleaned up input, replaced all {0} with {}  
							
							
							
						 
						
							2018-11-20 00:18:54 -08:00  
				
					
						
							
							
								 
						
							
							
								29fc6f84c6 
								
							
								 
							
						 
						
							
							
								
								Fixed endless animation in UI mode  
							
							
							
						 
						
							2018-10-09 16:51:45 -07:00  
				
					
						
							
							
								 
						
							
							
								89be77f903 
								
							
								 
							
						 
						
							
							
								
								Updated various mac things  
							
							
							
						 
						
							2018-10-06 08:49:13 -07:00  
				
					
						
							
							
								 
						
							
							
								a339c9fc9e 
								
							
								 
							
						 
						
							
							
								
								New heap up and running.  
							
							
							
						 
						
							2018-08-18 01:16:52 -07:00  
				
					
						
							
							
								 
						
							
							
								0f23470717 
								
							
								 
							
						 
						
							
							
								
								Progress towards a new dynamic scope API  
							
							
							
						 
						
							2018-08-11 20:45:09 -07:00  
				
					
						
							
							
								 
						
							
							
								9e3e7519d0 
								
							
								 
							
						 
						
							
							
								
								Lister wrappers and fixed option lists  
							
							
							
						 
						
							2018-08-05 00:09:18 -07:00  
				
					
						
							
							
								 
						
							
							
								6b7d09b9d5 
								
							
								 
							
						 
						
							
							
								
								Started the preprocessor situation *sigh*; fixed an issue with how I was handling UNC paths  
							
							
							
						 
						
							2018-06-10 14:35:28 -07:00  
				
					
						
							
							
								 
						
							
							
								f19db03f0e 
								
							
								 
							
						 
						
							
							
								
								Fixed windows network drive file enumertion and file opening  
							
							
							
						 
						
							2018-06-08 17:08:51 -07:00  
				
					
						
							
							
								 
						
							
							
								4fd34688ba 
								
							
								 
							
						 
						
							
							
								
								Version 4.0.27 ready to ship  
							
							
							
						 
						
							2018-06-02 16:02:14 -07:00  
				
					
						
							
							
								 
						
							
							
								cb9b9f6160 
								
							
								 
							
						 
						
							
							
								
								Removed 4coder_helper folder from 4ed_build.cpp  
							
							
							
						 
						
							2018-05-10 01:18:54 -07:00  
				
					
						
							
							
								 
						
							
							
								4270f54698 
								
							
								 
							
						 
						
							
							
								
								Removed the error on failed file open  
							
							
							
						 
						
							2018-05-09 14:40:20 -07:00  
				
					
						
							
							
								 
						
							
							
								b703a512d7 
								
							
								 
							
						 
						
							
							
								
								Cleaning up the project code more  
							
							
							
						 
						
							2018-05-08 22:22:33 -07:00  
				
					
						
							
							
								 
						
							
							
								56f92bf4de 
								
							
								 
							
						 
						
							
							
								
								Fix for variable hiding compilation errors  
							
							
							
						 
						
							2018-05-06 21:20:59 -07:00  
				
					
						
							
							
								 
						
							
							
								a6f525a900 
								
							
								 
							
						 
						
							
							
								
								4.0.26 bug fix list completed  
							
							
							
						 
						
							2018-05-06 19:47:22 -07:00  
				
					
						
							
							
								 
						
							
							
								17704c6036 
								
							
								 
							
						 
						
							
							
								
								Fixed several bugs, setup regression tests, working on organizing code for aggressive cleanup  
							
							
							
						 
						
							2018-03-24 03:06:45 -07:00  
				
					
						
							
							
								 
						
							
							
								16bb223770 
								
							
								 
							
						 
						
							
							
								
								Passing the generated sim events into the application  
							
							
							
						 
						
							2018-03-03 12:22:24 -08:00  
				
					
						
							
							
								 
						
							
							
								ce5039d0ca 
								
							
								 
							
						 
						
							
							
								
								simulated input testing mostly done  
							
							
							
						 
						
							2018-03-02 23:46:44 -08:00  
				
					
						
							
							
								 
						
							
							
								6cdaa02312 
								
							
								 
							
						 
						
							
							
								
								Got window title changing working robustly ish  
							
							
							
						 
						
							2017-11-30 14:02:37 -05:00  
				
					
						
							
							
								 
						
							
							
								37b525fadd 
								
							
								 
							
						 
						
							
							
								
								Lots and lots of new commands, and sharpened up some other stuff too  
							
							
							
						 
						
							2017-11-29 18:00:14 -05:00  
				
					
						
							
							
								 
						
							
							
								53184771ad 
								
							
								 
							
						 
						
							
							
								
								Fix for make on Windows, Fix for -D flag  
							
							
							
						 
						
							2017-11-28 14:11:44 -05:00  
				
					
						
							
							
								 
						
							
							
								5e0670ed27 
								
							
								 
							
						 
						
							
							
								
								Hopefully better behavior when 4coder is the parent of GNU Make on Windows  
							
							
							
						 
						
							2017-11-27 17:37:50 -05:00  
				
					
						
							
							
								 
						
							
							
								fdf407fc08 
								
							
								 
							
						 
						
							
							
								
								Got windows clipboard monitoring working  
							
							
							
						 
						
							2017-11-27 14:38:48 -05:00