Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Right-side image on dialogs would be scaled/cut-off even if it was the only one.wkendrick2011-09-231-4/+6
* 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
* Buttons to change the onscreen keyboard layout now are purple.perepujal2011-09-053-8/+18
* Adding the new joystick and onscreen keyboard options to tuxpaint-completion....perepujal2011-09-051-1/+21
* 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
* 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-012-0/+1779
* 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
* No longer directly accessing PNG structure members directly, now using png_se...wkendrick2011-08-081-6/+1
* 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
* Disable $HOME error on win32.johnnypops2011-07-021-0/+4
* Polish update.wkendrick2011-06-302-338/+226
* Getting 'saveover...' options working as they used to, under the new gperf st...wkendrick2011-06-243-9/+41
* Hindi update (SF Bug #3308839)wkendrick2011-05-292-24/+25
* Added joystick options to man page and HTML version of OPTIONS doc.wkendrick2011-05-281-2/+8
* Joystick should now work.perepujal2011-05-274-537/+791
* Brazilian Portuguese update.wkendrick2011-05-251-132/+121
* Hungarian update.wkendrick2011-05-251-254/+113
* Correctly filling some mouse events (SDL_PushEvent() takes an SDL_Event, but ...wkendrick2011-05-251-34/+42
* 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
* Fixing #300881 AKA drawing shapes at release. Removing ghost previews if you ...perepujal2011-05-181-11/+37
* Adding a switchin when the mouse returns in mouse accessibility mode. Also re...perepujal2011-05-151-2/+21
* Using strcoll to sort magic tools by locale name.perepujal2011-05-141-1/+1
* Ordering the magic tools by localized translation.perepujal2011-05-141-1/+1
* Fula update.wkendrick2011-05-101-13/+13
* To many switchouts.perepujal2011-05-091-2/+2
* Fixed issues with 'unclicking' when clicking or hovering some places (thus le...wkendrick2011-05-021-10/+6
* Left/Right Stamp navigation buttons are purple, like the other (up/down) scro...wkendrick2011-04-271-3/+8
* Edited my .h rather than .h.in!wkendrick2011-04-261-4/+24
* "Paint" magic tool can now be one-click or -with-preview, to supportwkendrick2011-04-261-8/+28
* * Some work to avoid leaving Magic previews on the screen when unfinishedwkendrick2011-04-261-19/+31
* Silly attempt at improving event handling.wkendrick2011-04-221-2/+24
* Fixed error reporting when make_directory() fails.johnnypops2011-04-181-4/+5
* Nautilus and trash in GNOME apparently need no hints; they find out via Kernel.wkendrick2011-04-181-2/+11
* Using dbus-send to tell KDE UI that trash has something new in it.wkendrick2011-04-181-7/+62
* Deleting files from Tux Paint's 'Open' dialog now moves them to the user's Tr...wkendrick2011-04-171-11/+111
* Documenting experimental new 'keymouse' option, and listing FIXME/TODO for it...wkendrick2011-04-161-1/+1
* * Faster dialog pop-up animation.wkendrick2011-04-151-6/+19