Timeline
12/29/05:
- 15:01 Changeset [36596] by
- [Get|Set]Quality() are deprecated
- 14:57 Changeset [36595] by
- wx.FontMapper.SetConfig is deprecated (it is removed already in 2.7)
- 14:50 Ticket #2986 (Document how to get the format being dropped) created by
- The attached patch modifies the DnD sample to demonstrate how …
- 14:40 Changeset [36594] by
- docstrign fixes
- 14:23 Changeset [36593] by
- cleanup - reformatting (lots), minor code tweaks
- 11:42 Changeset [36592] by
- cleanup - reformatting, minor code tweaks
- 09:52 Changeset [36591] by
- Applied patches from Will Sadkin for wx.lib.masked modules: * Now …
- 09:48 Changeset [36590] by
- comment fix
- 01:47 Ticket #2985 (bliting a bitmap with alpha selected in a MemoryDC) created by
- If I select a bitmap with alpha channel in a MemoryDC and then later on …
- 01:43 Ticket #2984 (Drawing rectangles with the width larger than 1 problem) created by
- Drawing rectangles with the pen width larger then one yields diffrenent …
12/28/05:
- 22:43 Changeset [36589] by
- fix MinGW/gcc compilation issue
- 18:01 Changeset [36588] by
- Remove obsolete GetForce
- 17:56 Changeset [36587] by
- Remove obsolete GetForce
- 17:49 Changeset [36586] by
- Remove wxConfig object caching (m_config), which solves dangling pointer …
- 17:45 Changeset [36585] by
- Always update cached config object to global object if one exists. …
- 15:40 Changeset [36584] by
- fix MinGW/gcc compilation issue
- 15:35 Ticket #7659 (Changes needed for MingW/GCC compilation) created by
- Since the changes for wxClientDC and wxPaintDc have been introduced, it …
- 15:02 Changeset [36583] by
- fix SetInvokingWindow link problem
- 13:11 Ticket #7658 (FIX: Bug 1306671 Build Error in list.h with VC2005) created by
- Patch resolves issue raised in Bug 1306671: > Build Error in list.h …
- 12:37 Ticket #7657 (Loading animation from a stream in wxAnimationCtrl) created by
- This patch adds the function LoadFile(wxInputStream) to …
12/27/05:
- 22:44 Changeset [36582] by
- cleanup - reformatting, minor code rewrites
- 18:49 Ticket #7656 (intl.cpp wxstd.mo search path problem) created by
- Hi. I have the problem by reference of wxstd.mo since Version 2.6.2. …
- 15:07 Changeset [36581] by
- Spawn the MDI demos as new processes
- 14:16 Changeset [36580] by
- compilation fix after latest dc.h changes for !WX_PRECOMP case
- 13:41 Changeset [36579] by
- Setting the color of the caption text was missing.
- 13:08 Changeset [36578] by
- Delay the setting of the filling sash to ensure that everything else is …
- 12:43 Changeset [36577] by
- LOTS of PyCrust enhancements and fixes. See CHANGES.txt for details.
- 11:50 Changeset [36576] by
- cleanup - reformatting
- 11:03 Ticket #2983 (wx.gizmos.TreeListCtrl.FindItem() cvs description outdated) created by
- According to http://cvs.sf.net/viewcvs.py/*checkout*/wxcode/wxCode/ …
- 10:07 Changeset [36575] by
- Backported missing definitions.
- 08:32 Ticket #2982 (wx.gizmos.TreeListCtrl.InsertColumn) created by
- I create TreeListCtrl control like this: newTree = …
- 07:00 Changeset [36574] by
- mention wxDC change
- 03:20 Changeset [36573] by
- Applied Patch #1390457 (Incorrect wxRadioBox widths & heights).
- 02:19 Ticket #2981 (wxImage png GetData returns cropped image) created by
- wxMSW CVS-HEAD circa 12/11/05 (I'll submit to SF, but it's down). the …
12/26/05:
- 16:00 Changeset [36572] by
- added support for <sub> and <sup> to wxHTML (based on patch #1263152)
- 15:29 Changeset [36571] by
- allow opening .html files, too
- 11:52 Changeset [36570] by
- description formatting
- 10:45 Changeset [36569] by
- protect separators against inappropriate state changes
- 09:58 Changeset [36568] by
- cleanup - reformatting
- 02:27 Ticket #7655 ([wxOS2]Incorrect wxRadioBox widths & heights) created by
- Following common restructuring of wxRadioBoxBase etc, it is necessary to …
12/25/05:
- 11:33 Ticket #2980 (Space around <img> tag are badly handled in wxHtmlWindow) created by
- Assuming <img> is a valid html tag, if you write : "something <img> …
- 06:37 Changeset [36567] by
- Fixed GetIcon to keep up with return type change on all other platforms.
- 06:03 Ticket #7654 (wxODBC: fix for wxDbTable::bindCols()) created by
- (1) Effect of bug: wxDbTable::IsColNull() returns false, regardless of …
- 06:02 Ticket #2979 (Wrong Documentation for TransferFromWindow) created by
- File: include\wx\valtext.h Line: 60 // Called to transfer data to the …
- 05:41 Ticket #2978 (undefined symbol: pango_x_get_context) created by
- wxpython will not run: linux% pyalamode Traceback (most recent call last): …
- 05:06 Changeset [36566] by
- implemented wxDC::DoGetSize() correctly for metafile DC classes
- 04:52 Changeset [36565] by
- Start/EndDrawingOnTop are still used under Motif, don't deprecate them
12/24/05:
- 18:34 Changeset [36564] by
- disallow creation of wxDC objects and made wxDC an ABC; use wxDCTemp …
- 12:32 Ticket #7653 ([wxOS2]wxStaticBitmap::GetIcon update needed) created by
- Due to changes in wxStaticBitmapBase it is necessary to update …
- 11:35 Ticket #7652 (XP theme support for DrawHeaderButton, DrawTreeItemButton) created by
- Straightforward patch implements DrawTreeItemButton and DrawHeaderButton …
- 09:10 Changeset [36563] by
- more cleanup
12/23/05:
- 18:55 Changeset [36562] by
- also generate wxEVT_SCROLL_CHANGED as under wxMSW
- 18:52 Changeset [36561] by
- determine the slider event type more precisely (i.e. generate LINE/PAGE …
- 18:21 Changeset [36560] by
- fixed labels under GTK+ 1 after recent changes (remove underscores from …
- 18:20 Changeset [36559] by
- GTK+ 1 compilation fixes
- 18:02 Changeset [36558] by
- implemented wxCURSOR_BLANK (bug 1377290)
- 17:31 Changeset [36557] by
- warn that GetMenu() may return NULL
- 17:29 Changeset [36556] by
- moded wxWindow::PopupMenu() from window.cpp to menu.cpp as this allows it …
- 17:21 Changeset [36555] by
- send wxEVT_MENU_CLOSE from menubar deactivate handler, this ensures that …
- 16:44 Changeset [36554] by
- send wxEVT_MENU_CLOSE at least sometimes
- 16:37 Changeset [36553] by
- Mention IEHtmlWindow fix too.
- 16:12 Changeset [36552] by
- 1. changed wxStringTokenizer to not modify the string we're iterating over …
- 16:01 Changeset [36551] by
- added a couple more wxTOKEN_RET_DELIMS tests
- 15:54 Changeset [36550] by
- even more test cases
- 15:38 Changeset [36549] by
- corrected expected test results to conform to current wxTOKEN_RET_EMPTY …
- 15:27 Changeset [36548] by
- more test cases
- 10:54 Changeset [36547] by
- reSWIGged
- 10:49 Changeset [36546] by
- Not sure why yesterday's version appeared to work so well. (It didn't …
- 10:18 Ticket #2977 (wxStaticBoxSizer does not size to fix its own label) created by
- wxStaticBoxSizers will resize to fix the largest item inside of it, but if …
- 08:53 Changeset [36545] by
- reSWIGged
- 08:38 Changeset [36544] by
- Corrected comment
- 08:36 Changeset [36543] by
- reSWIGged
12/22/05:
- 23:42 Changeset [36542] by
- Committing in . configuration update for OpenVMS Modified Files: …
- 21:16 Changeset [36541] by
- more cleanup - added comment regarding possible stipple brush problem
- 17:20 Changeset [36540] by
- corrected handling of timeouts in wxConditionInternal::WaitTimeout(): …
- 17:00 Changeset [36539] by
- don't set minimal column width, it should be possible to set it even to 0 …
- 16:59 Changeset [36538] by
- correct dll export declaration for wxVolume (backport from HEAD)
- 16:59 Changeset [36537] by
- correct dll export declaration for wxVolume
- 16:58 Changeset [36536] by
- added wxRTTI macros to wxControlWithItems: it's not private any longer
- 15:49 Changeset [36535] by
- reSWIGged
- 15:43 Changeset [36534] by
- Fixup error message
- 15:43 Changeset [36533] by
- Move wxPySwigInstance_Check() and wxPySwigInstance_Check into the core API …
- 15:33 Changeset [36532] by
- Fix for bug #1266745 and #1387725 in the wxFindReplaceDialog on MSW. …
- 15:11 Changeset [36531] by
- reverted previous accidental commit
- 15:04 Changeset [36530] by
- wxMac linking fix
- 12:55 Ticket #2976 ("align" property of <img> tag not handled properly ) created by
- In wxHtmlWindow, when using <img> like that : <img src='...' …
- 09:58 Changeset [36529] by
- Backporting fix for proper TAB, RETURN, etc. handling for IE ActiveX …
- 09:55 Changeset [36528] by
- Backporting fix to allow wx parent windows to handle non-wx child events, …
- 07:39 Ticket #9327 (wxListCtrl: Allow zero(0) column size) created by
- In /src/generic/listctrl.h on line 147 (for wxWidgets 2.6.2.1): static …
- 03:09 Ticket #2975 (Memory leak in TreeListCtrl.GetSelections()) created by
- Hi, It seems that wxTreeID:s returned by TreeListCtrl.GetSelections() are …
Note: See TracTimeline
for information about the timeline view.
