Author |
Date |
Commit |
Message |
Mike Gelfand |
Jun 11, 2011 |
6d4f80c021f4 |
preliminary v13 support (decodes everything except images, breaks other versions |
Mike Gelfand |
Apr 17, 2011 |
418e73e0567f |
fix for previous revision |
Mike Gelfand |
Apr 17, 2011 |
ae94c838b6a5 |
added check for invalid decode context (lizard)
added another v12 release suppor |
Mike Gelfand |
Mar 30, 2011 |
264518bcd2a1 |
small fix in regex/pcre implementation |
Mike Gelfand |
Mar 27, 2011 |
cefe2cbd493d |
added Gentoo ebuild
fixes issue #1 |
Mike Gelfand |
Mar 26, 2011 |
ac1cd732f2f2 |
using utf-8 capabilities of pcre engine
some fixes in regards of transition away |
Mike Gelfand |
Mar 25, 2011 |
f8f9a6c8d95b |
matching answers in a bit different manner
fixes issue #4 |
Mike Gelfand |
Mar 23, 2011 |
7daecf4d18bb |
issue #4 (http://code.google.com/p/pdd-by/issues/detail?id=4) fixed |
Mike Gelfand |
Mar 16, 2011 |
ad355e62ead7 |
fix warning on building release |
Mike Gelfand |
Mar 16, 2011 |
c12645fd3aba |
fixup Mac bundle on install |
Mike Gelfand |
Mar 7, 2011 |
980849171eaf |
fixed CMake language detection for Obj-C .m files |
Mike Gelfand |
Mar 7, 2011 |
b6ee0df52f40 |
merge from libpddby-without-glib |
Mike Gelfand |
Mar 7, 2011 |
3be5fe8c3010 |
seems to be finished, closing |
Mike Gelfand |
Mar 6, 2011 |
d407efbd8e71 |
increased decode progress window width to 500
fixed results dialog positioning ( |
Mike Gelfand |
Mar 6, 2011 |
90d0ffeba873 |
fix decode progress log view horz scrollbar not showing up |
Mike Gelfand |
Mar 6, 2011 |
9dd01a1ff2da |
added decode progress dialog, not failing with g_error now
added progress indica |
Mike Gelfand |
Mar 6, 2011 |
c4dcc92fdaa3 |
extracted PCRE regex impl to separate file
moved cmake modules to subdir
a bit o |
Mike Gelfand |
Mar 6, 2011 |
d4843905c98e |
few library function renames to follow pddby_* convension
error checking in CFSt |
Mike Gelfand |
Mar 5, 2011 |
28606e6bbad9 |
completed error handling within libpddby |
Mike Gelfand |
Feb 27, 2011 |
2c9c781ef3a4 |
split config.h into 3 files |
Mike Gelfand |
Feb 27, 2011 |
bb6873fc9ae0 |
fixed crash at the end of exam |
Mike Gelfand |
Feb 27, 2011 |
56e0a996d8be |
call custom report callbacks, if provided |
Mike Gelfand |
Feb 24, 2011 |
fdbab0c59b00 |
code reorganization (even more)
started adding error reporting |
Mike Gelfand |
Feb 22, 2011 |
f56b23132c2e |
code reorganization
CFString-based encoding on Mac |
Mike Gelfand |
Feb 20, 2011 |
15ee89bd8de2 |
asserts and error checks everywhere except decode/decode_image |
Mike Gelfand |
Feb 15, 2011 |
5cf5b2678f9a |
utility functions asserts and error checking (no error/warning reporting) |
Mike Gelfand |
Feb 14, 2011 |
557ec773dcad |
implemented pddby_aux_get_user_cache_dir |
Mike Gelfand |
Feb 12, 2011 |
8fec4d30abff |
another gtk3 compatibility fix |
Mike Gelfand |
Feb 12, 2011 |
c33d6a3342fc |
added stub projects for Qt and Cocoa frontends |
Mike Gelfand |
Feb 12, 2011 |
5e80dd5b2c4e |
gtk3 compatibility changes |
Mike Gelfand |
Feb 11, 2011 |
89d2e5bf674b |
detect big-endian
fixed compilation on recent gcc-s (missing include)
GTK fronte |
Mike Gelfand |
Feb 11, 2011 |
43554f22ebca |
more fixes. now works, at least on v10 |
Mike Gelfand |
Feb 10, 2011 |
ff7e77104789 |
merge from default |
Mike Gelfand |
Feb 10, 2011 |
2c8311d074b9 |
implemented all the string/regex functions
bugfixes in existing code (still does |
Mike Gelfand |
Feb 9, 2011 |
794d98fbb144 |
FindPCRE/FindSQLite3 cmake modules added |
Mike Gelfand |
Feb 9, 2011 |
c9239ba99e34 |
initial, lots of functions aren't implemented |
Mike Gelfand |
Feb 9, 2011 |
a6295ebe7e4a |
new branch for removing glib from libpddby |
Mike Gelfand |
Feb 10, 2011 |
16e09059df1c |
corrections in regards of v13 support |
Mike Gelfand |
Feb 9, 2011 |
9442b6df46d8 |
test support for another (v13?) release |
Mike Gelfand |
Feb 6, 2011 |
87fcfd1f61d7 |
introduced database_expect |
Mike Gelfand |
Feb 6, 2011 |
f6fca1790525 |
little sidenote on image_magic calculation |
Mike Gelfand |
Feb 6, 2011 |
945a6f9869e0 |
test support for another v12 release |
Mike Gelfand |
Feb 6, 2011 |
8fa2d4c981e3 |
added missing files |
mike dld |
Feb 6, 2011 |
f405e2eaa8c1 |
updated readme |
Mike Gelfand |
Feb 5, 2011 |
5b4d2425169c |
initial support for v12 |
Mike Gelfand |
Feb 4, 2011 |
0d97719ffe6f |
fixed installation on non-Darwin *NIXes |
Mike Gelfand |
Feb 4, 2011 |
2e7e7871a72f |
correct compilation on Darwin
added data files to Darwin bundle
share/pddby/ui d |
Mike Gelfand |
Feb 3, 2011 |
7b9a691d48b9 |
using max of 120 chars per line |
Mike Gelfand |
Feb 3, 2011 |
311399167d48 |
converted all tabs to spaces
fixed incorrect #if in question_window.c |
Mike Gelfand |
Feb 3, 2011 |
7f36b2c35d50 |
split in two projects: library and GTK frontend |
Mike Gelfand |
Jan 24, 2011 |
60d657d23b1c |
big-endian (e.g. PowerPC) fixes, thanks vicnaum@gmail.com for reporting and test |
Mike Semenyako |
Apr 26, 2010 |
e57f80c154e9 |
Linux compilation fixes |
Mike Semenyako |
Apr 26, 2010 |
7d923f345a1e |
Initial support for version 9 |
Mike Semenyako |
Oct 22, 2009 |
957425c00206 |
Xcode project and appropriate fixes
To compile, install GTK+ OS X Framework (htt |
Mike Semenyako |
Oct 22, 2009 |
43cf826b43ab |
Got rid of gconf |
Mike Semenyako |
Oct 22, 2009 |
3d3e04dcaef6 |
Got rid of libyaml |
Mike Semenyako |
Oct 22, 2009 |
9d70c6826e00 |
Yes, I'm really that stupid a.k.a. proper in-memory cache implementation. |
Mike Semenyako |
Oct 21, 2009 |
78bed602ce52 |
Install into /Applications on MacOS |
Mike Semenyako |
Oct 16, 2009 |
e7ac39e6394c |
Readme update (misprints fix) |
Mike Semenyako |
Oct 16, 2009 |
542dde80c88a |
Copyrights cleanup, readme update |
ftrvxmtrx |
Oct 15, 2009 |
341a1a52581c |
more static, more const |
ftrvxmtrx |
Oct 15, 2009 |
cf6202febba3 |
hide all symbols by default, except handlers; breaks compilation with gcc3 |
Mike Semenyako |
Oct 12, 2009 |
25ee1aa8eb81 |
Show question associated traffregs and comment on F1/F2 (feel free to improve th |
Mike Semenyako |
Oct 11, 2009 |
d8cb8a50ed6c |
Prevent from running under Windows (real fix!) |
ftrvxmtrx |
Oct 7, 2009 |
858db392a4ca |
tx_begin strikes back |
ftrvxmtrx |
Oct 7, 2009 |
66890d5b8ca6 |
unneeded include removed |
ftrvxmtrx |
Oct 7, 2009 |
80b09cd5baa0 |
use g_strcasecmp |
ftrvxmtrx |
Oct 7, 2009 |
3a02d1dcdd99 |
decode crash fix |
ftrvxmtrx |
Oct 7, 2009 |
195081888c29 |
tabify |
ftrvxmtrx |
Oct 7, 2009 |
d01ade910210 |
warnings fix; more static funcs |
ftrvxmtrx |
Oct 7, 2009 |
53fb858c3439 |
DEBUG option (adds -g -ggdb, OFF by default) |
ftrvxmtrx |
Oct 7, 2009 |
245b8fa18c6d |
warnings fix; -std=c99 |
Mike Semenyako |
Oct 7, 2009 |
370eddf95fbf |
Version bump |
Mike Semenyako |
Oct 7, 2009 |
a9171673bab6 |
Small fix for correct decoding |
Mike Semenyako |
Oct 7, 2009 |
eac3358cb13b |
Made program able to work without cache file (in-memory data)
Added installation |
ftrvxmtrx |
Oct 6, 2009 |
a722078415e7 |
typo fix |
ftrvxmtrx |
Oct 1, 2009 |
09911519079e |
Mac OS X specific README |
ftrvxmtrx |
Oct 1, 2009 |
be90d94adfb7 |
fix Mac OS X build |
Mike Semenyako |
Sep 30, 2009 |
3f7d65d05700 |
Added `export-dynamic` to MonoDevelop project (althouth it's being added to link |
ftrvxmtrx |
Sep 29, 2009 |
51a58d70b21e |
fix gtk signal handlers by adding -export-dynamic on link stage |
Mike Semenyako |
Sep 29, 2009 |
9333c1973d86 |
Fix for FreeBSD compilation (give realpath a buffer) |
Mike Semenyako |
Sep 28, 2009 |
3dd4d12f09f6 |
Initial commit |