CIA.vc
pulkomandy
Real-time open source activity stats
Stats » Authors » pulkomandy
informationsyndicateUTC clock
07:18 on May 28, 2012
event counters
The last message was received 0.8 days ago at 12:00 on May 27, 2012
0 messages so far today, 1 messages yesterday
0 messages so far this week, 1 messages last week
4 messages so far this month, 1 messages last month
656 messages since the first one, 2.85 years ago, for an average of 1.58 days between messages
recent messages
dateReversed sort columnprojectcontentlink
06:42 yesterdayhaiku
Commit by pulkomandy on master :: rhrev44205 haiku/: (link)
Fix collecting of ifdef dependant strings

Following some recent changes, the collection of strings does not use
B_COLLECTING_CATKEYS define anymore. Adjust the code to use
B_TRANSLATE_MARK_VOID instead, leading to the same result (string is
added to catalog, but not used)
#
07:02 on May 13grafx2
Commit by pulkomandy :: r1955 /trunk/src/Makefile: (link)
Use pkg-config to detect libpng when building for unix, this helps with Debian package system.
#
14:05 on May 12grafx2
Commit by pulkomandy :: r1954 /trunk/src/ (miscfileformats.c struct.h): (link)

  • Load Microsoft RIFF palette files
  • Make byte, word, dword, qword typedefs instead of defines.
#
11:48 on May 12grafx2
Commit by pulkomandy :: r1953 /trunk/src/ (engine.c haiku.h readline.c): (link)
Just fix some warnings for Haiku as well.
One of them was a missing prototype, the other was likely some strangeness in the definition of size_t.
#
08:29 on Apr 01haiku
Commit by pulkomandy on master :: rhrev43927 haiku/: (link)
Force read/write mode for "removable media" devices as well. This makes
it possible to write files to my MP3 player.
#
21:26 on Mar 12grafx2
Commit by pulkomandy :: r1930 /trunk/src/realpath.c: (link)
Quick fix for realpath needing PATH_MAX following Haiku patch.
#
11:08 on Mar 11haiku
Commit by pulkomandy on master :: rhrev43845 haiku/: (link)
Some ground work for TRIM command support for SSDs.
However, this was enough to show that mine doesn't support it, so I'm not investigating further.
#
19:04 on Mar 08grafx2
Commit by pulkomandy :: r1925 /trunk/src/engine.c: (link)
Fix zoom factor for layer preview.
#
18:56 on Mar 08grafx2
Commit by pulkomandy :: r1924 /trunk/src/engine.c: (link)
Fix layer preview :
 * Avoids running its own event loop and intercepting keyboard shortcuts
 * Show all the layers (lined up with the buttons)
 * Do not draw outside of screen when picture has strange dimensions.
#
21:05 on Mar 06grafx2
Commit by pulkomandy :: r1917 /trunk/src/ (filesel.c main.c realpath.c): (link)

  • Second attempt at fixing #448.
  • Fix another bug with realpath in Haiku (relying on nonstandard behaviour)
#
08:14 on Mar 04haiku
Commit by pulkomandy on master :: rhrev43820 haiku/: (link)
The display line length constraint is different on <= G35 cards.
 * Decide which constraint to use depending on the card model.
 * May fix #8001, only tested on my hardware which already worked...
#
21:59 on Mar 03haiku
Commit by pulkomandy on master :: rhrev43819 haiku/: (link)
Window title in Expanded Deskbar update properly
 * Regression introduced by r43195
 * Fixes #8126
#
21:44 on Mar 03haiku
Commit by pulkomandy on master :: rhrev43818 haiku/: (link)
Revert part of r43092.
 * Caching of CountItems() to avoid calling it at each loop iteration
 * Use of strcasecmp when comparing strings for exact equality
#
15:52 on Feb 26haiku
Commit by pulkomandy on master :: rhrev43792 haiku/: (link)
Patch by RQ : cleanup of Lithuanian keymaps [2 commits]

 * "ergonomic" is removed, it was custom made and does not exist outside of Haiku. It could be made an optional package.
 * Command/control/alt/option keys have a slightly better layout (both control keys do the same).
#
18:34 on Feb 15grafx2
Commit by pulkomandy :: r1904 /trunk/src/main.c: (link)
Should fix #448: make sure we go to the main file directory when wqloading one at startup.
#
13:52 on Jan 15grafx2
Commit by pulkomandy :: r1900 /trunk/src/ (Makefile help.c helpfile.h): (link)
Patch by Syllable software to complete Syllable support. Thanks!
#
18:29 on Jan 11grafx2
Commit by pulkomandy :: r1899 /trunk/src/factory.c: (link)
Strings with more than 24 chars were not properly null-terminated before sending them to Print_in_menu, causing random data to appear in the status bar since Print_in_menu will print more chars if there's space.

Thanks to DawnBringer for noticing!
#
21:52 on Jan 08grafx2
Commit by pulkomandy :: r1897 /trunk/src/Makefile: (link)
More fixes (still not ok...)
#
21:49 on Jan 08grafx2
Commit by pulkomandy :: r1896 /trunk/src/Makefile: (link)
More improvements to the makefile to get everything in. But still not working...
#
20:32 on Jan 08grafx2
Commit by pulkomandy :: r1892 /trunk/src/Makefile: (link)
Fix Makefile for Mac OS X:
 * Switch to Mac OS X Lion (doesn't xhange much, if someone still wants to do a build on Tiger for PPC support it's easy)
 * Cleanup things that got messed up by the $(shell) changes
 * Add some comments that can be uncommented when building with MacPorts, instead of the more official OSX frameworks. This seems easier to setup, but does not provide portable binaries (the SDL framework can't be embedded in the app).

Many thanks to Rikard Lang for giving access to an OS
#