Commit Graph

10635 Commits

Author SHA1 Message Date
Miculcy Brian 7b884d7595 fix typo
SVN revision: 55765
2010-12-27 22:15:53 +00:00
Miculcy Brian b4f46bc259 make --help work correctly again
SVN revision: 55764
2010-12-27 20:59:14 +00:00
Lucas De Marchi c77ad75e83 Fix desklock
Revert r55711!

discomfitor: SPANK! SPANK! SPANK!



SVN revision: 55762
2010-12-27 16:17:12 +00:00
Carsten Haitzler 1583fac1a1 and we didnt actually use the engine vsync support in comp.
SVN revision: 55756
2010-12-26 10:17:54 +00:00
Mike Blumenkrantz fcfdf2a6f6 apparently this was too hard to read for k-s ;)
SVN revision: 55742
2010-12-23 18:06:43 +00:00
Mike Blumenkrantz 74782f2e5c fix explicit check to actually be the correct one, and use type instead of variable for sizeof
SVN revision: 55741
2010-12-23 17:50:48 +00:00
Mike Blumenkrantz e2af5fd862 I am super tired this morning :/
SVN revision: 55740
2010-12-23 17:33:16 +00:00
Mike Blumenkrantz 7da2c81f01 fix sizeof use, thanks to kim woelders
SVN revision: 55739
2010-12-23 16:47:05 +00:00
Mike Blumenkrantz feb6934d2b if someone found and enabled this now before it's actually implemented that would be bad (tm)
SVN revision: 55736
2010-12-23 01:23:23 +00:00
Mike Blumenkrantz 3d166f4860 alloc checks
SVN revision: 55735
2010-12-23 01:10:48 +00:00
Mike Blumenkrantz b0b7d04154 init variables to 0 to avoid garbage values being compared in conditionals
SVN revision: 55734
2010-12-23 01:05:12 +00:00
Mike Blumenkrantz f3a0638cf7 combine some if{} blocks to remove a possibility of passing garbage value to e_widget_ilist_nth_label_set
SVN revision: 55733
2010-12-23 01:02:42 +00:00
Mike Blumenkrantz 18a3bc72ef outdent!
SVN revision: 55732
2010-12-23 00:57:47 +00:00
Mike Blumenkrantz 7bf11e8075 badformattinghorns!!!! I know it was you!!!!!!! arghhhhhhhhhhh the tabs
SVN revision: 55731
2010-12-23 00:55:58 +00:00
Mike Blumenkrantz 0e31d51ba6 clean up _binding_label_get to just return the correct value, fix potential garbage return
SVN revision: 55730
2010-12-23 00:51:49 +00:00
Mike Blumenkrantz 5020fd62b0 formatting. I'm going to catch whoever this is and beat them.
SVN revision: 55729
2010-12-23 00:49:06 +00:00
Mike Blumenkrantz 2e4b8b9901 add explicit null check (for hahas?)
SVN revision: 55728
2010-12-23 00:41:19 +00:00
Mike Blumenkrantz 2e647df117 make this more portable in case the number of states changes in the future, also outdent and make function params more explicit
SVN revision: 55727
2010-12-23 00:36:53 +00:00
Mike Blumenkrantz e82e4a3f2b again with the tabs!!!!
SVN revision: 55726
2010-12-23 00:28:49 +00:00
Mike Blumenkrantz d3bcd46f2b avoid garbage deref
SVN revision: 55725
2010-12-23 00:24:16 +00:00
Mike Blumenkrantz d9f8fbefd4 avoid using garbage values for z{x,y,w,h}; FIXME!!!
SVN revision: 55724
2010-12-22 23:36:46 +00:00
Mike Blumenkrantz a8f324517f I don't even know what to say about the formatting in this file except that it was terrible. ecrustified.
SVN revision: 55723
2010-12-22 23:32:42 +00:00
Mike Blumenkrantz d1019f055e avoid null deref
SVN revision: 55722
2010-12-22 23:32:09 +00:00
Mike Blumenkrantz 9224fcdb23 avoid null deref
SVN revision: 55721
2010-12-22 23:23:47 +00:00
Mike Blumenkrantz c2afdae74c fix typo to avoid null deref: a copy/paste propagated error
SVN revision: 55720
2010-12-22 23:22:01 +00:00
Mike Blumenkrantz 7594fc4607 fix typo to avoid null deref
SVN revision: 55719
2010-12-22 23:20:05 +00:00
Mike Blumenkrantz 192dc22c0d avoid null derefs
SVN revision: 55718
2010-12-22 23:16:26 +00:00
Mike Blumenkrantz 4306b25619 avoid null deref
SVN revision: 55717
2010-12-22 23:14:50 +00:00
Mike Blumenkrantz b7b7e11f32 add some explicit null checks
SVN revision: 55716
2010-12-22 23:08:25 +00:00
Mike Blumenkrantz ecf3a65a09 move if{} block into another if{} block to avoid null deref
SVN revision: 55715
2010-12-22 23:05:47 +00:00
Mike Blumenkrantz 633de9d48d avoid null deref
SVN revision: 55714
2010-12-22 23:05:14 +00:00
Mike Blumenkrantz 5ec802d8ba again with the tabs! ecrustified!
SVN revision: 55713
2010-12-22 23:02:00 +00:00
Mike Blumenkrantz bd9200c460 avoid two null derefs
SVN revision: 55712
2010-12-22 22:55:55 +00:00
Mike Blumenkrantz f97f4f5d60 avoid null deref
SVN revision: 55711
2010-12-22 22:54:22 +00:00
Mike Blumenkrantz 7f55007159 avoid null deref
SVN revision: 55710
2010-12-22 22:53:30 +00:00
Mike Blumenkrantz 7c64edbdd6 maybe there was a point to this previously, but x = x is dumb
SVN revision: 55709
2010-12-22 22:51:32 +00:00
Mike Blumenkrantz 2bd7097622 left side is always 0
SVN revision: 55708
2010-12-22 22:50:24 +00:00
Mike Blumenkrantz 3f9380048f calloc initializes to 0
SVN revision: 55707
2010-12-22 22:48:50 +00:00
Mike Blumenkrantz 2aa8241d9e fix possible segv
SVN revision: 55706
2010-12-22 22:47:46 +00:00
Mike Blumenkrantz 7667571dc2 add pondering comment, fix what appears to be a bug? please check, o ye lords of illume
SVN revision: 55705
2010-12-22 22:45:26 +00:00
Mike Blumenkrantz 6dd6c9bc89 another comment
SVN revision: 55704
2010-12-22 22:41:26 +00:00
Mike Blumenkrantz aa202802e4 just set to 0 instead of subtracting to 0
SVN revision: 55703
2010-12-22 22:39:53 +00:00
Mike Blumenkrantz 76b1e1805f someone is using an editor that has tabs. stop it.
ecrustified.


SVN revision: 55702
2010-12-22 22:36:13 +00:00
Mike Blumenkrantz 75f95cebe2 add comment
SVN revision: 55701
2010-12-22 22:31:24 +00:00
Mike Blumenkrantz 045750c946 calloc means it's already 0
SVN revision: 55700
2010-12-22 22:28:58 +00:00
Mike Blumenkrantz d795ae2e34 hooray idempotence! no wait, not hooray.
SVN revision: 55699
2010-12-22 22:26:53 +00:00
Mike Blumenkrantz c974e62d02 this will avoid a segv, but the entire function is broken and should be looked at by someone who knows the code
SVN revision: 55698
2010-12-22 22:22:59 +00:00
Sebastian Dransfeld 2ca0ca709a prevent recursive deletion
SVN revision: 55689
2010-12-21 09:42:31 +00:00
Sebastian Dransfeld 394e0868fa copy theme to user dir
SVN revision: 55688
2010-12-21 09:42:19 +00:00
Sebastian Dransfeld e9bfb04e12 copy backgrounds to e dir
SVN revision: 55686
2010-12-21 09:26:43 +00:00