date | project | content | link |
|---|
| 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 | # |
| 14:15 on Jan 08 | grafx2 | Commit by pulkomandy :: r 1891 /trunk/src/ (global.h operatio.c): ( link) Add XOR-line helper when drawing circles and ellipses. | # |
| 19:39 on Nov 14, 2011 | haiku | Commit by pulkomandy on master :: r hrev43268 haiku/: ( link) Fix BSnow localization.
* Having defines in a header that are used only a single time is not helpful.
* B_TRANSLATE in a macro is only expanded when the macro is used, so it escaped collectcatkeys eyes. | # |
| 16:47 on Nov 13, 2011 | haiku | Commit by pulkomandy on master :: r hrev43255 haiku/: ( link) Merge branch 'master' of ssh://git.haiku-os.org/haiku [2 commits] | # |
| 17:31 on Nov 11, 2011 | OpenBeOS | Commit by pulkomandy :: r43235 /haiku/trunk/src/add-ons/accelerants/intel_extreme/mode.cpp: Use timing constraints from the G35 programming manual (which are much more relaxed) Should help with #8001. | # |
| 11:52 on Nov 11, 2011 | OpenBeOS | Commit by pulkomandy :: r43233 /haiku/trunk/docs/user/locale/Collator.dox: Fix documentation of Collator: Greater and GreaterOrEqual are not commutative (that would mean Greater(s1, s2) is the same as Greater(s2, s1), and adding a negation in front of them is not enough either. | # |
| 00:02 on Nov 08, 2011 | OpenBeOS | Commit by pulkomandy :: r43220 /haiku/trunk/headers/os/locale/Catalog.h: Avoid warning for unused parameters. | # |
| 15:03 on Nov 07, 2011 | OpenBeOS | Commit by pulkomandy :: r43209 /haiku/trunk/src/servers/mail/Notifier.cpp: - Fix case in Notification window group to match the new message notification
- Try harder to report useful progress when both sending and receiving messages.
| # |
| 00:46 on Nov 04, 2011 | OpenBeOS | Commit by pulkomandy :: r43173 /haiku/trunk/src/servers/notification/ (2 files): Calling Show() in the constructor unlocks the Looper, so calling SetPosition after that doesn't work.
Tweak the code around as it doesn't really have to be done there :
* Remove the Show() method override
* Make sure the window is layouted and moved to the right place before showing it (which is what this early SetPosition call attempted to do) | # |
| 23:43 on Nov 03, 2011 | OpenBeOS | Commit by pulkomandy :: r43171 /haiku/trunk/src/servers/notification/AppGroupView.cpp: Remove unused code. Thanks to ummccoullough for noticing. | # |
| 23:33 on Nov 03, 2011 | OpenBeOS | Commit by pulkomandy :: r43170 /haiku/trunk/src/servers/notification/ (6 files): Even more work on notification window:
* Use the layout kit. That makes the code simpler.
* Group headers now look like deskbar team entries. I had the answer just under my eyes all the time.
* Folding and closing a group are back. However, folding does not work yet.
* We need to select a better default "failure" color, as red looks a bit aggressive. | # |
| 19:03 on Nov 03, 2011 | OpenBeOS | Commit by pulkomandy :: r43167 /haiku/trunk/src/kits/Jamfile: Remove this as it moved away. | # |
| 16:54 on Nov 03, 2011 | OpenBeOS | Commit by pulkomandy :: r43164 /haiku/trunk/ (7 files in 4 dirs): Set of patches by Pete Goodeve to imrpove the handling of audio latency. Closes #7285. | # |
| 16:10 on Nov 03, 2011 | OpenBeOS | Commit by pulkomandy :: r43161 /haiku/trunk/src/preferences/notifications/ (7 files): Use a tabview instead of an iconrule (without icons) in the notification preflet. | # |
| 15:18 on Nov 03, 2011 | OpenBeOS | Commit by pulkomandy :: r43159 /haiku/trunk/ (5 files in 2 dirs): - revert '43157 as the files are actually needed. I still don't understand how I managed to build everything without them ...
- Move the files shared between server and preflet to the server folder.
| # |
| 14:47 on Nov 03, 2011 | OpenBeOS | Commit by pulkomandy :: r43157 /haiku/trunk/ (2 files in 2 dirs): Turns out the "notification kit" was not actually used anywhere. So, remove it. | # |