Timeline
11/11/08:
- 09:02 Ticket #10178 (wxSocketClient crushes within wxThread) created by
- I am running xw-2.8 on Debin GNU Linux. Wx crushes while using threads …
- 08:53 Ticket #10177 (wxGrid row move by draging support patchs) created by
- I had modified the grid.cpp and grid.h to including the code to support …
11/10/08:
- 21:25 Changeset [56737] by
- update for latest fixes
- 20:54 Changeset [56736] by
- Report number of matches that were replaced when doing a Replace All.
- 19:01 Changeset [56735] by
- Fix inaccurate highlighting of words when doing an incremental whole word …
- 18:52 Changeset [56734] by
- note latest changes
- 15:55 Changeset [56733] by
- use explicit global scope for a couple of more occurrences of new
- 15:40 Changeset [56732] by
- Fixed GUIModes.py, so that you can move around during animations. Added …
- 15:10 Ticket #10176 (ListCtrl not returning correct GetBestSize() in OSX) created by
- I think I might have found something odd in wxPython 2.8.x.x when calling …
- 15:06 Changeset [56731] by
- use base class copy ctor in wxPGCell and wxPGChoiceEntry copy ctor …
- 13:33 Changeset [56730] by
- other ifacecheck fixes
- 12:24 Changeset [56729] by
- FloatCanvas: Changes to GUIModes.GUIMove to allow moving the iamge around …
- 12:12 Changeset [56728] by
- update screenshots using the default theme for Windows XP (looks more …
- 10:31 Ticket #10172 (wxAuiToolBar automatically assign new id for tools) closed by
- duplicate
- 08:44 Changeset [56727] by
- fix yet another VC6 compilation error because of loop variable reuse
- 07:57 Ticket #10175 (wxListCtrl::GetItemRect bug) created by
- In report mode, this is returning not the width of the entire row, only …
- 06:30 Ticket #10152 ([fix] r56664: src/{dfb,mgl}/font.cpp didn't compile) closed by
- fixed: (In [56726]) compilation fix after wxFont changes (closes #10152)
- 06:30 Changeset [56726] by
- compilation fix after wxFont changes (closes #10152)
- 06:08 Changeset [56725] by
- Added wxChoice renderer to wxDataViewCtrl
- 06:01 Changeset [56724] by
- fix another VC6 compilation error because of loop variable reuse
- 05:46 Ticket #10174 (wxAuiToolBar allow item alignment) created by
- wxAuiToolBarItem let us specify a great set of properties for their …
- 05:41 Ticket #10173 (wxAuiToolBar automatically assign new id for tools) created by
- When calling AddTool() with an id of WX_ID_ANY, the tool should get a …
- 05:38 Ticket #10172 (wxAuiToolBar automatically assign new id for tools) created by
- When calling AddTool() with an id of WX_ID_ANY, the tool should get a …
- 03:39 Ticket #10171 (wxAuiToolBar WindowStyleFlag bug) created by
- The wxAuiToolBar code is not consistant about its WindowStyle flags. They …
11/09/08:
- 19:53 Changeset [56723] by
- Escape '.' when not using regular expressions to search.
- 19:45 Changeset [56722] by
- improve performance of reading from ProcessThread fix case where some …
- 16:13 Ticket #10170 (auidemo crashes when undocking toolbars) created by
- error message: Unhandled exception at 0x006361f4 in MCP2.exe: 0xC0000005: …
- 11:34 Ticket #10169 (After successfull install: _core_.so: undefined symbol: ...) created by
- System: uname -a Linux puppypc 2.6.21.7 #1 Wed Aug 27 16:05:38 …
- 08:49 Changeset [56721] by
- fix VC6 broken for variable scope handling
- 08:46 Changeset [56720] by
- ifacecheck manual fixes
- 08:44 Changeset [56719] by
- use wxEventType coherently with the docs
- 08:30 Changeset [56718] by
- more intelligence to avoid false warnings
- 07:36 Changeset [56717] by
- fix VC6 builds by removing variadic macros; use standard wxLogXXX …
- 07:20 Changeset [56716] by
- fix typo: s/SetTimestamp/DisableTimestamp
- 04:40 Ticket #8865 (XRC wxComboBox: wxTE_PROCESS_ENTER/TAB ) closed by
- fixed: (In [56715]) add wxTE_PROCESS_ENTER to the list of supported flags (closes …
- 04:40 Changeset [56715] by
- add wxTE_PROCESS_ENTER to the list of supported flags (closes #8865) …
- 04:34 Changeset [56714] by
- use global operator new to fix compilation errors if type T overloads new …
- 03:36 Ticket #8865 (XRC wxComboBox: wxTE_PROCESS_ENTER/TAB ) reopened by
- I want to reopen this bug-report, because wxTE_PROCESS_ENTER is still …
- 03:33 Changeset [56713] by
- another wxFont OS2 blind build fix
11/08/08:
- 14:43 Ticket #9093 (assert when adding event from child thread) closed by
- fixed: The explanations seem correct to me, so I've applied the patch as r56712, …
- 14:41 Changeset [56712] by
- fix race condition which could result in assert failures in debug builds …
- 10:03 Changeset [56711] by
- Fixed typo introduced in r51034 (don't unload Gnome VFS), apparently the …
- 08:20 Changeset [56710] by
- Automatically advance search after a replace
- 08:14 Changeset [56709] by
- point updater to new request location
- 07:25 Changeset [56708] by
- ifacecheck fixes
- 07:17 Changeset [56707] by
- ifacecheck fixes
- 07:16 Changeset [56706] by
- fix error from applying auto-indenter improvement patch.
- 07:01 Changeset [56705] by
- use wxFrameNameStr where possible instead of 'frame' string (for coherence …
- 06:38 Changeset [56704] by
- generate the output gcc XML file always in the same folder where …
- 06:04 Changeset [56703] by
- do not halt gccXML because wxUSE_ACCESSIBILITY, even if it's being used …
- 06:04 Ticket #10168 (wxGLCanvas (OpenGL rendering) broken in Vista, not refreshed properly) created by
- This probably affects all wxGLCanvas apps in Windows Vista. Steps …
- 04:56 Changeset [56702] by
- blind fix based on buildbot logs
11/07/08:
- 16:06 Changeset [56701] by
- release the mouse in wxGrid dtor to avoid asserts when the grid is …
- 15:58 Changeset [56700] by
- note latest updates
- 15:55 Changeset [56699] by
- Add Paste After command. (modified patch from Dario Ghilardi)
- 14:50 Changeset [56698] by
- Finnish translations update from Elias Julkunen
- 14:45 Ticket #10167 (wx/db.h undefines BOOL) closed by
- fixed: (In [56697]) don't undefine BOOL if it's already defined (closes #10167)
- 14:45 Changeset [56697] by
- don't undefine BOOL if it's already defined (closes #10167)
- 14:40 Ticket #10167 (wx/db.h undefines BOOL) created by
- db.h in 2.8.9 unconditionally undefines BOOL, which causes build failures …
- 11:07 Changeset [56696] by
- fix build
- 07:41 Ticket #10164 (FindWindowByName() returns 'ScrolledWindow' instead of 'wxHtmlWindow') closed by
- invalid: When wxPython is creating a new proxy object to wrap the wxWindow pointer …
- 05:42 Ticket #10166 (Expand wxVariant with new datatype) created by
- Please expand wxVariant with datatype longlong (int64).
- 02:37 Ticket #10165 (MacCheckSpelling does not seem to work any more) created by
- Hello. Activating spell checking on a wx.TextCtrl under MacOS does not …
- 01:18 Ticket #9093 (assert when adding event from child thread) reopened by
- The problem still exists in svn-Head Nov-6th-2008 (wxMSW). Worse: in wxMSW …
11/06/08:
- 21:24 Ticket #10164 (FindWindowByName() returns 'ScrolledWindow' instead of 'wxHtmlWindow') created by
- REPRO: 1. create an xrc file with a wxHtmlWindow named "WEBCONTROL" <?xml …
- 16:47 Changeset [56695] by
- Prevent activation of the AUI hint window (mini frame) on Mac.
- 16:42 Changeset [56694] by
- Make sure to call Thaw before leaving ClosePage
- 16:06 Changeset [56693] by
- Skip window close event in main window handler when it is not active so …
- 15:31 Changeset [56692] by
- check for NULL pointer in IsExtensionInList()
- 11:26 Changeset [56691] by
- Possible to show auto-completion choices with Ctrl+Space at anytime. …
- 11:00 Ticket #10163 (small improvement to the update-handlers for new-doc and open-doc) created by
- Some of us create doc templates dynamically, in which case it is valid to …
- 10:05 Changeset [56690] by
- Removed property editor validation failure assertions when implicitly …
- 09:33 Changeset [56689] by
- Improved Python auto-indenter to support automatic un-indent (patch from …
- 08:22 Ticket #10162 (popup sample not in samples.dsw) created by
- 04:15 Changeset [56688] by
- Temporarily disable the email notifications as we're getting false ones …
- 00:12 Changeset [56687] by
- changing depricated font-family enums into current ones
11/05/08:
- 23:39 Ticket #10161 (buildbot test failure in VC) created by
- test.exe fail in the Stream test. They hang forever trying to setup the …
- 18:52 Ticket #10160 (Connect Assigns different class event functions) closed by
- invalid: It is intended to work that way. The eventSink parameter is how you can …
- 18:32 Ticket #10160 (Connect Assigns different class event functions) created by
- It cost me some gray hair until i discovered that you can Connect an …
- 16:40 Changeset [56686] by
- fixed a few things in the floatcanvas BouncingBall demo
- 16:36 Changeset [56685] by
- wx.lib.floatcanvas: added a Bouncing Ball demo re-wrote the Circle …
- 07:28 Ticket #9989 (wxDirDialog incoherent behavior under Vista) closed by
- invalid: After exchanging some mails with the submitter it turned out that the …
- 07:27 Changeset [56684] by
- document wxRESIZE_BORDER side effect under Windows (see #9989)
- 05:56 Ticket #10159 (EVT_LISTBOX for wxSimpleHtmlListBox doesn't include the selected string) created by
- I have an EVT_LISTBOX event wxSimpleHtmlListBox. In the handler, calling …
- 04:35 Changeset [56683] by
- inserting generic mdi for OpenVMS Motif support
- 04:27 Changeset [56682] by
- romoving motif-mdi for OpenVMS compile support
- 02:08 Ticket #10156 (Add --detail and --timing command line switch to test.exe) closed by
- fixed: (In [56681]) add command line options for displaying the test name and …
- 02:08 Changeset [56681] by
- add command line options for displaying the test name and time taken by …
- 02:01 Changeset [56680] by
- remove Motif MDI files not used any longer
- 01:57 Ticket #10158 (wxOwnerDrawnComboBox assertion) created by
- When using wxOwnerDrawnComboBox and clicking to drop-down arrow, popup …
- 01:52 Ticket #10157 (wxOwnerDrawnComboBox SetFocus problem) created by
- When using wxOwnerDrawnComboBox (or wxComboCtrl) derived combo box, I've …
11/04/08:
- 16:36 Ticket #10156 (Add --detail and --timing command line switch to test.exe) created by
- Add --display option to displays the test name. This allow for quick …
- 16:21 Ticket #10155 (Allow autoscrolling wxListCtrl) created by
- wxListCtrl (generic version at least, which is used in wxGTK) overrides …
- 14:36 Contributors edited by
- Added another contributor (diff)
- 10:04 Contributors created by
- Added lookup page for Trac contributors
- 09:47 Ticket #9892 (samples/docvwmdi open/save) closed by
- fixed: (In [56679]) override Do{Open,Save}Document() instead of …
- 09:47 Changeset [56679] by
- override Do{Open,Save}Document() instead of On{Open,Save}Document() …
- 06:12 Ticket #10053 (wxDataViewCtrl assertion failed (MSW)) closed by
- fixed: Closing this ticket as I've found out the problem is elsewhere; see ticket …
- 06:09 Ticket #10154 (bug with wxDataViewCtrl and custom event handler) created by
- Hi, As explained in ticket #10053, I've had problems with wxDataViewCtrl …
- 06:01 Ticket #10153 (wxRichTextCtrl: DEL / BCKSPC key press when selection is present should ...) created by
- Select some text in a wxRichTextCtrl, - press DEL - the selection and the …
- 05:03 Ticket #10152 ([fix] r56664: src/{dfb,mgl}/font.cpp didn't compile) created by
- Consistently use wxFont.. types instead of int; completes SVN r56664 (FM) …
- 04:15 Changeset [56678] by
- disable the test under Windows as it hangs and prevents buildbot from …
- 04:11 Changeset [56677] by
- include wx/menu.h as we delete wxMenu pointer in this header (and creating …
- 01:52 Ticket #10151 (wxComboCtrl XRC handler) created by
- Support for wxComboCtrl in XRC
Note: See TracTimeline
for information about the timeline view.
