13374 Commits (4a16ecf1c33b07c9862b2f5be1aefc25ede52eab)
 

Author SHA1 Message Date
Mike Blumenkrantz 4a16ecf1c3 ARGHHH just spent an hour trynig to figure out why this was causing a crash! I hate whoever wrote this!!!!! 11 years ago
Mike Blumenkrantz b2dda596f2 prevent double free on physics bodies on shutdown 11 years ago
Mike Blumenkrantz 5f41bccb39 fix physics module unload leaks 11 years ago
Mike Blumenkrantz 150de8da36 fix crash on comp reload 11 years ago
Mike Blumenkrantz d1b1e0be06 finally fix annoying null safety errors on shutdown 11 years ago
Mike Blumenkrantz 9dec464cfb fix qa config dd leak 11 years ago
Mike Blumenkrantz 7d9991ba9f fix qa failure shutdown 11 years ago
Mike Blumenkrantz 7d30aa1db4 fix qa menu leak 11 years ago
Mike Blumenkrantz f6914dfb6e use module version check util function instead of copying the same code everywhere 11 years ago
Mike Blumenkrantz b011625092 update module util version check message 11 years ago
Mike Blumenkrantz 8ac344d1e8 YET ANOTHER E_RANDR LEAK! ARGH! 11 years ago
Mike Blumenkrantz 4145b7893e ensure fileman menu gets deleted, also fix race condition with fileman submenus where menu could be deleted before related eio ops were complete 11 years ago
Mike Blumenkrantz 2723262945 another e_randr leak 11 years ago
Mike Blumenkrantz 9a03e0085d fix longstanding-but-unnoticed issue where submenus would not always be freed, also related issue where active menus would be freed in the wrong order, resulting in double frees in very rare circumstances 11 years ago
Vincent Torri 08aa21eea9 E17: some alloc checks, and fix a case where we lost a pointer if realloc() fails 11 years ago
Mike Blumenkrantz 470e744c0f add function to clear all delfns from e_object without calling (for hard mode players only) 11 years ago
Mike Blumenkrantz feb34b4aa3 start relaunchable qa windows after module load if not currently started 11 years ago
Massimo Maiurana ffc1df17af updating portuguese and italian translations 11 years ago
Mike Blumenkrantz e63e5b1e1b don't generate fileman submenu if it already exists 11 years ago
Mike Blumenkrantz 3a1f9aea52 more evry shutdown leaks-- 11 years ago
Cedric BAIL 4de7c065af e: remove potential buffer overflow and make it more efficient. 11 years ago
Mike Blumenkrantz 1fb57fe691 more gadman leaks-- 11 years ago
Mike Blumenkrantz 8f68476e6a tasks module shutdown leaks-- 11 years ago
Mike Blumenkrantz 62e79c7af0 more randr code cleanups, fixing a leak and not turning arrays into lists 11 years ago
Mike Blumenkrantz 46547f3e62 not sure what was going on here, but trying to double free what is now a null pointer is not a great choice 11 years ago
Mike Blumenkrantz cb7dd887b4 fix annoying flickering of submenus when moving mouse between submenu and parent 11 years ago
Mike Blumenkrantz 4f75c57c75 formatting 11 years ago
Mike Blumenkrantz 8764eebc1d fix leaky evry config shutdown 11 years ago
Mike Blumenkrantz ee9304d2a2 more gadman shutdown leaks 11 years ago
Mike Blumenkrantz b0da202860 fix leaking gadman shutdown 11 years ago
Christopher Michael ffd3d8fbb1 E: Make the separator in the Settings window actually show up. 11 years ago
Mike Blumenkrantz b0cd0bd953 fix Navigate menu item alignment 11 years ago
Mike Blumenkrantz e917781ad4 fix menu item alignment in Navigate menu 11 years ago
Mike Blumenkrantz fd1f67375e add missing consts 11 years ago
Carsten Haitzler 54b0ff4251 quick layer to pos mapper - copy from container. 11 years ago
Carsten Haitzler 25cb07dcf9 simplify some stacking code handling. 11 years ago
Mike Blumenkrantz 1798ace14d break out file ctx actions into new submenu so the file menu doesn't get huge if there are multiple handlers for a mime/glob type 11 years ago
Mike Blumenkrantz ccad002a7b put this back so the list doesn't leak 11 years ago
Mike Blumenkrantz 916fd8e183 fix e_fm2_mime_handler_mime_handlers_get() to return const like it should and fix usages to prevent freeing handlers. whoever wrote this initially should come over here so I can deliver spankies. 11 years ago
Mike Blumenkrantz 45803968c5 free ctx action list as we add so we don't have to loop twice 11 years ago
Mike Blumenkrantz adc7b0bd98 not sure why this was inline 11 years ago
Mike Blumenkrantz 098e8723e0 fix efm mime actions to properly add a separator if there is an action which fails a test before an action that does not fail a test 11 years ago
Mike Blumenkrantz c94ce38fa4 fix leak when adding ctx menu items to efm 11 years ago
Mike Blumenkrantz 4c783428c4 formatting 11 years ago
Mike Blumenkrantz b71fd801bc remove printf from import dialog 11 years ago
Mike Blumenkrantz 4f5bf08c9a change Import button to Use on import dialog to make it more versatile 11 years ago
Mike Blumenkrantz ea33bae40b quickaccess now uses border_hide(3) to prevent desk flip from showing hidden windows 11 years ago
Mike Blumenkrantz 0dab993c45 add "hidden" flag for borders which is set only when border_hide(3) is called; this prevents borders from being automatically shown on desk change when previously hidden 11 years ago
Mike Blumenkrantz 1e724ce41f set border props in border props setting function, only set sticky if entry is not in jump mode 11 years ago
Mike Blumenkrantz 540e94652e more dialog delete cleanups 11 years ago