Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Noted SF# for a fixed bug.upstream_masterwkendrick2011-09-231-2/+4
* Right-side image on dialogs would be scaled/cut-off even if it was the only one.wkendrick2011-09-232-6/+14
* updating catalan.perepujal2011-09-201-34/+12
* Descriptions for magic tools that use the new MODE_PAINT_WITH_PREVIEW and MOD...perepujal2011-09-191-7/+16
* Env vars were not honored.perepujal2011-09-181-3/+12
* Removing a mistake in the command line parsing.perepujal2011-09-131-2/+1
* Clean up of old onscreen keyboard code, mostly passed to onscreen_keyboard.cperepujal2011-09-121-816/+2
* Tweaking onscreen keyboard layouts. Not found a proper font to get the unicod...perepujal2011-09-063-19/+20
* Buttons to change the onscreen keyboard layout now are purple.perepujal2011-09-054-8/+18
* Adding the new joystick and onscreen keyboard options to tuxpaint-completion....perepujal2011-09-052-2/+156
* Adding an option to select the initial onscreen keyboard layout, adding an op...perepujal2011-09-045-9/+43
* Fixed build for gcc2.95.3.scottmc2011-09-021-1/+1
* Now make install wil putt the onscreen keyboard files in place.perepujal2011-09-021-0/+10
* Using the new rewrited of onscreen keyboard.perepujal2011-09-021-338/+227
* Rewrited of onscreen keyboard. Uses 2 files from xorg and now it can change b...perepujal2011-09-0112-3/+10253
* Redisabled the custom cursors for Haiku as they are still buggy in the curren...scottmc2011-08-291-2/+2
* Restored the previous setting for BeOS to use ./ instead of ~/scottmc2011-08-291-1/+1
* Removed workaround for open_memstream and fmemopen for Haiku as these have be...scottmc2011-08-291-7/+12
* Added an include of zconf.h for Haiku as it wasn't finding a definition for "...scottmc2011-08-291-0/+3
* Using $LDFLAGS when linking Magic tool plugins and Tux Paint binary. (SF.Net ...wkendrick2011-08-092-4/+7
* No longer directly accessing PNG structure members directly, now using png_se...wkendrick2011-08-082-11/+11
* Forgot to commit thoseperepujal2011-07-292-0/+37
* More improvements on joystick, now Hat can move continuos and there are some ...perepujal2011-07-291-86/+458
* Oh yeah, we already have sRGB<->linear conversions, currently used by some Ma...wkendrick2011-07-261-7/+13
* Gamma corrected '255' was coming out as '254.999985', so wrapping gamma-to-li...wkendrick2011-07-251-4/+4
* Initial stab at Halftone.wkendrick2011-07-251-27/+112
* A little further. But time for bed. :^(wkendrick2011-07-161-10/+28
* TXT version of some docs for new Magic tools.wkendrick2011-07-162-0/+14
* Starting a Halftone magic tool. (SF Bug #3148011)wkendrick2011-07-163-3/+237
* Added code to include the tuxpaint-config i18n files in the bdist-win32 bundle.johnnypops2011-07-031-1/+13
* "Tiles" and "Pattern" tools, based on Kaleidoscope.wkendrick2011-07-029-10/+56
* Path to gperf (helpful for Haiku), via scottmc.wkendrick2011-07-021-3/+8
* Added new, removed old and updated existing win32 font and module config files.johnnypops2011-07-0245-681/+1709
* Disable $HOME error on win32.johnnypops2011-07-021-0/+4
* Disable '-fvisibility=hidden' on win32. Updated config file and DLL copying f...johnnypops2011-07-021-10/+13
* Polish update.wkendrick2011-06-304-342/+234
* Getting 'saveover...' options working as they used to, under the new gperf st...wkendrick2011-06-244-11/+46
* Helps if I provide args in every func callwkendrick2011-06-171-2/+2
* OpenCandy expects 2-letter code, and can't have countries (e.g., "pt" is okay...wkendrick2011-06-171-6/+18
* Correcting localization setup issue when using OpenCandy. (Thx to OC Partner ...wkendrick2011-06-171-4/+1
* Integrated OpenCandy (as an option; secret key needed).wkendrick2011-06-176-385/+1589
* Hindi update (SF Bug #3308839)wkendrick2011-05-294-28/+31
* Added joystick options to man page and HTML version of OPTIONS doc.wkendrick2011-05-284-21/+49
* Joystick should now work.perepujal2011-05-276-542/+833
* Brazilian Portuguese update.wkendrick2011-05-252-133/+125
* Hungarian update.wkendrick2011-05-253-258/+121
* Correctly filling some mouse events (SDL_PushEvent() takes an SDL_Event, but ...wkendrick2011-05-251-34/+42
* Forgot to note the changes.perepujal2011-05-221-1/+7
* tweaking undo in mouse accessibility mode.perepujal2011-05-211-2/+8
* Tuxpaint was using all cpu, restoring a SDL_Delay() and setting to 1, Thanks ...perepujal2011-05-181-0/+2