date | project | content | link |
|---|
| 21:32 yesterday | gentoo | Commit by leio :: gentoo/xml/htdocs/proj/en/council/ (index.xml meeting-logs/20100208.txt): Add raw log for February 8, 2010 meeting | # |
| 19:21 on Jan 21 | gentoo | Commit by leio :: gentoo/xml/htdocs/proj/en/council/ (index.xml meeting-logs/20100118.txt): Add raw log for January 18, 2010 meeting | # |
| 11:01 on Jan 05 | gentoo | Commit by leio :: gentoo-x86/x11-themes/gtk-engines/ (ChangeLog gtk-engines-2.18.5.ebuild): Version bump. Fixes a potential infinite loop with buggy clearlooks themes, translation updates
(Portage version: 2.2_rc61/cvs/Linux x86_64) | # |
| 19:13 on Jan 04 | gentoo | Commit by leio :: gentoo-x86/dev-util/kdevelop/kdevelop-3.9.97.ebuild: Typo fix - s/shuold/should - OK from reavertm
(Portage version: 2.2_rc60/cvs/Linux x86_64) | # |
| 16:32 on Jan 04 | gentoo | Commit by leio :: gentoo-x86/gnome-extra/quick-lounge-applet/ (4 files in 2 dirs): Remove old
(Portage version: 2.2_rc60/cvs/Linux x86_64) | # |
| 05:51 on Dec 26, 2009 | wxmud | Commit by leio :: r1001 /trunk/build/msw/ (wxmud.sln wxmud.vcproj): Update Windows project files a little.
- Update some paths to my current system ones (and make some of them system independent based on WXWIN variable).
- Add UNICODE, _UNICODE and ENABLE_PYTHON definitions.
- Update to VS2005 etc
| # |
| 06:12 on Dec 23, 2009 | wxmud | Commit by leio :: r1000 /trunk/src/MXP.cpp: MXP: Fix crashers in MXP variable processing
- Allocate the new MXP_C_ENTITY before use, not after first assignments...
- Don't re-assign wele->data to just the MXP_C_ENTITY after doing all that complicated work to set it with two integers and MXP_C_ENTITY, it will be reading it as the 2*integer + MXP_C_ENTITY later
- Remove all the unreadable pointer manipulation and replace with a simple local structure for now. The previous code was pretty much broken too, it looks like.
| # |
| 04:28 on Dec 23, 2009 | wxmud | Commit by leio :: r999 /trunk/src/ (MXP.cpp MudPanel.cpp): MXP: Handle MXP_Element_table index and MXPElement variables correctly
There was quite some mix-up between the array index of MXP_Element_table and MXPElement enum values. Though fortunately the runtime end result was correct, just bad explicit and implicit wrong typecasts going on that seemed to confuse poor gdb. So, fixed up what I had messed up years ago. | # |
| 00:11 on Dec 23, 2009 | wxmud | Commit by leio :: r998 /trunk/src/Input.cpp: Workaround wxGTK and glib-2.21 GSocket symbol conflict in Input.cpp too | # |
| 22:50 on Dec 22, 2009 | wxmud | Commit by leio :: r997 /trunk/src/EditCtrl.cpp: Workaround wxGTK and glib-2.21 GSocket symbol conflict | # |
| 02:09 on Dec 11, 2009 | gentoo | Commit by leio :: gentoo/xml/htdocs/proj/en/council/ (2 files in 2 dirs): Add summary for December 7th meeting | # |
| 22:53 on Dec 07, 2009 | gentoo | Commit by leio :: gentoo/xml/htdocs/proj/en/council/index.xml: Add entry for December 7th meeting log | # |
| 22:49 on Dec 07, 2009 | gentoo | Commit by leio :: gentoo/xml/htdocs/proj/en/council/meeting-logs/20091207.txt: Add raw log from December 7th 2009 meeting | # |
| 09:50 on Nov 24, 2009 | wxmud | Commit by leio :: r995 /trunk/src/ (Output.cpp include/Output.h): Optimize selection drawing in the custom output control a little.
If we are dragging a selection (slowly) from tracked motion events and we find out the mouse pointer still points at the same location after the pointer position is calculated to text buffer position, then bail out early. Saves us from full text control redraws if the mouse is still on top of the same character when the next motion event hits, plus some probably negligible OTYPE_MOUSE buffer metadata handling. | # |
| 09:12 on Nov 24, 2009 | wxmud | Commit by leio :: r994 /trunk/src/ScriptNew.cpp: Use wxStdDialogButtonSizer in ScriptNew dialog, assign an accelerator for Create button | # |
| 09:12 on Nov 24, 2009 | wxmud | Commit by leio :: r993 /trunk/src/AddColor.cpp: Use wxStdDialogButtonSizer in AddColor dialog | # |
| 08:36 on Nov 24, 2009 | wxmud | Commit by leio :: r992 /trunk/src/Prefs.cpp: Use "monospace" as the default font on wxGTK, instead of ugly courier.
Monospace is a standard font alias in fontconfig based font usage for a fixed width font. This should also be guaranteed to exist with wxGTK.
Might want to find a better default font on Windows and other platforms too, though. | # |
| 08:36 on Nov 24, 2009 | wxmud | Commit by leio :: r991 /trunk/src/CharSettings.cpp: Use wxFontPickerCtrl's in font settings dialog for better visual result. | # |
| 08:36 on Nov 24, 2009 | wxmud | Commit by leio :: r990 /trunk/ (configure.in src/CharSettings.cpp): Use wxColourPickerCtrl's in color settings dialog for better visual result.
This makes us unconditionally require wxWidgets-2.8, which should be more than fine in the year 2009. | # |
| 07:05 on Nov 24, 2009 | wxmud | Commit by leio :: r989 /trunk/src/MXP.cpp: Make use of MXP_R_Element::FindArg in one more place | # |