summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-09project: implement preliminary project managerHEADmasterJoakim Sindholt10-1137/+1924
2010-04-09main: start multi-project preparationsJoakim Sindholt7-143/+127
2010-04-09main: ask when deleting a CSJoakim Sindholt2-1/+27
2010-04-09csview/csexport: support bitfield enum value name resolutionJoakim Sindholt4-37/+159
To put it bluntly, this means that you can now see a name on the values that are otherwise just shown as numeric
2010-04-09registers: attempt to not leak memoryJoakim Sindholt7-203/+395
So far it seems ineffective. I have confirmed every object gets destroyed, but it doesn't change the memory statistics at all
2010-04-09main: add about dialogJoakim Sindholt3-50/+156
2010-04-09main: add reorderability and missing menu items/acceleratorsJoakim Sindholt3-65/+103
2010-04-08csview: use the new Packet functionsJoakim Sindholt2-151/+94
2010-04-07main/make: don't initialize or require threadsJoakim Sindholt4-13/+0
I used them to display an async pulse bar when loading the rules-ng file, but since I fixed the bug, it takes no time what-so-ever.
2010-04-07csexport: show register# where applicableJoakim Sindholt2-2/+12
2010-04-07csview: show the register# if applicableJoakim Sindholt2-8/+20
2010-04-07cs: use a more logical layoutJoakim Sindholt10-878/+1232
2010-04-06License maniaJoakim Sindholt12-0/+258
2010-04-06csview: convert to GtkBuilderJoakim Sindholt3-180/+224
2010-04-06main: convert to GtkBuilderJoakim Sindholt5-1248/+650
This spells the death of SpecLoadDialog. It was originally made because of a bug I introduced that made loading incredibly slow. It's fixed now and even valgrind loads near instantaneously.
2010-04-06csimport: switch to GtkBuilderJoakim Sindholt4-412/+478
2010-04-06Whoops, forgot the new filesJoakim Sindholt2-0/+1379
2010-04-06rsim: Add the ability to exportJoakim Sindholt8-480/+609
This also means an epic ton of fixes for the register handling. Basically nothing worked, but it gave off the illusion that it did.
2010-04-06csview: support different chips and allow on-the-fly switchingJoakim Sindholt4-329/+542
2010-04-06rsim: code/interface cleanupsJoakim Sindholt11-394/+757
2009-12-16csview: implement bitfields in the worst way possibleJoakim Sindholt7-1355/+1850
2009-11-09Valaize the the automake/conf scriptsJoakim Sindholt3-34/+23
2009-11-08Hardcode paths and do minor fixupsJoakim Sindholt2-256/+174
2009-11-08Update the stamping thing to not be so in your faceJoakim Sindholt2-5/+5
2009-11-08Add some .gitignores for the hell of itJoakim Sindholt2-0/+21
2009-11-08Initial commitJoakim Sindholt23-0/+14953