date | project | content | link |
|---|
| 06:42 yesterday | haiku | Commit by pulkomandy on master :: r hrev44205 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 13 | grafx2 | Commit by pulkomandy :: r 1955 /trunk/src/Makefile: ( link) Use pkg-config to detect libpng when building for unix, this helps with Debian package system. | # |
| 14:05 on May 12 | grafx2 | Commit by pulkomandy :: r 1954 /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 12 | grafx2 | Commit by pulkomandy :: r 1953 /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 01 | haiku | Commit by pulkomandy on master :: r hrev43927 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 12 | grafx2 | Commit by pulkomandy :: r 1930 /trunk/src/realpath.c: ( link) Quick fix for realpath needing PATH_MAX following Haiku patch. | # |
| 11:08 on Mar 11 | haiku | Commit by pulkomandy on master :: r hrev43845 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 08 | grafx2 | Commit by pulkomandy :: r 1925 /trunk/src/engine.c: ( link) Fix zoom factor for layer preview. | # |
| 18:56 on Mar 08 | grafx2 | Commit by pulkomandy :: r 1924 /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 06 | grafx2 | Commit by pulkomandy :: r 1917 /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 04 | haiku | Commit by pulkomandy on master :: r hrev43820 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 03 | haiku | Commit by pulkomandy on master :: r hrev43819 haiku/: ( link) Window title in Expanded Deskbar update properly
* Regression introduced by r43195
* Fixes #8126 | # |
| 21:44 on Mar 03 | haiku | Commit by pulkomandy on master :: r hrev43818 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 26 | haiku | Commit by pulkomandy on master :: r hrev43792 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 15 | grafx2 | Commit by pulkomandy :: r 1904 /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 15 | grafx2 | Commit by pulkomandy :: r 1900 /trunk/src/ (Makefile help.c helpfile.h): ( link) Patch by Syllable software to complete Syllable support. Thanks! | # |
| 18:29 on Jan 11 | grafx2 | Commit by pulkomandy :: r 1899 /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 08 | grafx2 | Commit by pulkomandy :: r 1897 /trunk/src/Makefile: ( link) More fixes (still not ok...) | # |
| 21:49 on Jan 08 | grafx2 | Commit by pulkomandy :: r 1896 /trunk/src/Makefile: ( link) More improvements to the makefile to get everything in. But still not working... | # |
| 20:32 on Jan 08 | grafx2 | Commit by pulkomandy :: r 1892 /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 | # |