Timeline
09/22/11:
- 22:42 Ticket #13507 (OS X 10.7.1 - Beta DMG files crashing) created by
- I wish to report that (1) The dmg file from …
- 05:53 Changeset [69184] by
- Fix inconsistent DLL export declaration for wxTreeListCtrlNameStr. This …
- 04:43 Ticket #13506 (Resize column in wxGrid with native header resizes only header) created by
- wxMSW Resize column in wxGrid with UseNativeHeader affects only header …
- 03:40 Ticket #13505 (Win2008 VNC 4 and standard dialogs sample) closed by
- fixed: I think this should have been fixed by r69171, please retest with latest …
- 03:36 Ticket #13502 (treelistctrl header sizing problem) closed by
- fixed: (In [69183]) Improve appearance of wxTreeListCtrl during live resizing. …
- 03:36 Changeset [69183] by
- Improve appearance of wxTreeListCtrl during live resizing. When using the …
- 03:35 Changeset [69182] by
- Always give all the remaining space to the first wxTreeListCtrl column. …
- 02:50 Ticket #13505 (Win2008 VNC 4 and standard dialogs sample) created by
- Under Windows 2008 (maybe other platforms) the dialogs sample app shows …
09/21/11:
- 17:30 Changeset [69181] by
- Update for the new C-API structure in pycairo 1.10.0
- 16:38 Ticket #13504 (wxOSX-Cocoa bug handling non-ASCII file names) created by
- I've attached a modified version of the dnd sample code to make it easy to …
- 15:35 Ticket #13503 (Iconize and maximize top level windows from XRC file) created by
- This patch adds two new 'maximized' and 'iconized' properties to wxDialog, …
- 11:19 Ticket #13502 (treelistctrl header sizing problem) created by
- Seen in the treelist sample, on Windows: The header control size is out of …
- 11:16 Ticket #13501 (wxDVC needs a triple-click to edit a field) created by
- This is rather counter-intuitive; double-click should suffice. Seen on …
- 11:13 Ticket #13500 (webview sample memory leaks) created by
- The webview sample has very many memory leaks, on shutdown, on Windows. …
- 10:44 Ticket #13499 (wxTreeCtrl steals focus after Delete() call) created by
- If the child node of a non root node is selected and then Delete is called …
- 08:08 Ticket #13454 (Short wxVListBox with tall items has odd scrolling behavior) closed by
- fixed: (In [69180]) Fix scrolling in small wxVListBox with tall items. Scrolling …
- 08:08 Changeset [69180] by
- Fix scrolling in small wxVListBox with tall items. Scrolling in a small …
- 08:08 Ticket #13453 (Minor code typo in keyboard sample demo.) closed by
- fixed: (In [69179]) Replace erroneous comma with a semicolon in keyboard sample. …
- 08:08 Changeset [69179] by
- Replace erroneous comma with a semicolon in keyboard sample. Fix typo in …
- 08:08 Ticket #13451 (malloc-like wxSound interface) closed by
- fixed: (In [69178]) Change wxSound ctor from in-memory data to use size_t/void *. …
- 08:08 Changeset [69178] by
- Change wxSound ctor from in-memory data to use size_t/void *. This …
- 08:07 Changeset [69177] by
- Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when not clicking on an …
- 08:07 Changeset [69176] by
- Implement sorting in wxTreeListCtrl. Allow the user to sort the control …
- 08:07 Changeset [69175] by
- Reset previous sort column in generic wxDataViewColumn::SetSortOrder(). …
- 08:07 Changeset [69174] by
- Remove wxHeaderColumn::SetAsSortKey() and only use SetSortOrder(). The …
- 08:07 Changeset [69173] by
- Add wxTreeListCtrl::GetView() and GetDataView(). It can be useful to have …
- 08:07 Changeset [69172] by
- Don't limit window size to (0, 0) in wxSizer if getting display size …
- 08:07 Changeset [69171] by
- Refresh wxDisplay when a monitor is added to or removed from the system. …
- 08:07 Changeset [69170] by
- No changes, just extract wxCreateHiddenWindow() declaration in a header. …
- 07:51 Ticket #13494 (Found a non-working way to disable Toolbar buttons) closed by
- invalid: I don't think you're supposed to call wxToolBarTool::Enable() yourself, …
- 07:07 Ticket #13498 (2.8: wxMenu::AppendRadioItem crashed after wxMenu::Delete) created by
- http://forums.wxwidgets.org/viewtopic.php?f=1&t=31462 wxWidgets-2.8.12 …
- 03:25 Ticket #13497 (wxAuiManager, dock areas can be hidden when resizing the window) created by
- When resizing the main widow it is possible for a dock area to be pushed …
09/20/11:
- 21:56 Ticket #13496 (wxOSX enhancement: allow "\tRawCtrl+A" to display ^A in menu item) created by
- Given the recent addition of wxACCEL_RAW_CTRL, it would be nice if a Mac …
- 18:26 Ticket #13495 (wxSpinCtrl value not updated when closing the dialog containing it) created by
- If a dialog is created with a wxSpinCtrl and SetFocus() is called on that …
- 15:28 Changeset [69169] by
- sync latest pyaui
- 14:07 Ticket #13494 (Found a non-working way to disable Toolbar buttons) created by
- I've found an inconsistency depending on how you disable toolbar buttons …
- 13:03 Changeset [69168] by
- Remove pointless case insensitivity
- 13:03 Changeset [69167] by
- Remove pointless case insensitivity
- 11:37 Changeset [69166] by
- Add GetExpanderColumnOrFirstOne() to avoid code duplication in generic …
- 11:37 Changeset [69165] by
- Reset the expander column when clearing columns in generic wxDVC. The …
- 10:30 Changeset [69164] by
- Switch to using a typemap for wxVariant, and add impls for wxString, long, …
- 10:26 Ticket #13491 (PyAuiNotebook - Event 'Selection' property always returns zero) closed by
- fixed: (In [69163]) AuiNotebook: implement the Selection property in …
- 10:26 Changeset [69163] by
- AuiNotebook: implement the Selection property in CommandNotebookEvent. …
- 10:25 Changeset [69162] by
- Move ravnsgaards build to brandt32 while its down.
- 09:20 Changeset [69161] by
- reword it a bit
- 08:16 Ticket #13493 (Add wxSizeProperty and wxPointProperty to wxPropertyGrid) created by
- I wonder if it is possible to add these two properties, included in the …
- 02:25 Ticket #13492 (wxDateTime::Now() is not the same as wxDateTime::SetToCurrent()) created by
- The documentation for wxDateTime::SetToCurrent() reads […] Yet the …
09/19/11:
- 22:46 Changeset [69160] by
- Start the Phoenix migration guide.
- 22:45 Changeset [69159] by
- more new test modules
- 21:44 Changeset [69158] by
- Add notes about setting up automated builds
- 21:43 Changeset [69157] by
- updated and new unittests
- 21:40 Changeset [69156] by
- dont complain about the lack of a unit test for this one
- 21:40 Changeset [69155] by
- auto-create properties, and experimenting with keepReference on the dc …
- 21:39 Changeset [69154] by
- Add back the "BLACK" parameter defaults
- 21:38 Changeset [69153] by
- Add DllMain to save the DLL hInstance as the wx hInstance (so it knows …
- 21:36 Changeset [69152] by
- make running the tests verbosly optional
- 21:33 Changeset [69151] by
- sort the list of C++ files
- 21:33 Changeset [69150] by
- Add wxStockGDI, use it to delay the initialization of the global stock GDI …
- 16:39 Ticket #13491 (PyAuiNotebook - Event 'Selection' property always returns zero) created by
- The 'Selection' property on an aui event objectalways returns zero. …
- 11:37 Ticket #13490 (wxDialog not closing when using ...) created by
- When a dialog (e.g. sized_controls.SizedDialog or just a standard …
- 09:54 Ticket #13487 (wxPanel does not inherit background colour from parent any longer in wxMSW) reopened by
- Hi Vadim, You are testing the wrong thing with your test code snippet. …
09/18/11:
- 13:28 Ticket #13486 (Typo in wxPropertyGrid overview documentation) closed by
- fixed: (In [69149]) Minor fixes to code examples in wxPropertyGrid documentation. …
- 13:28 Changeset [69149] by
- Minor fixes to code examples in wxPropertyGrid documentation. Fix typo in …
- 13:26 Ticket #13470 (--disable-treelist not working in configure script) closed by
- fixed: (In [69148]) Fix test for wxUSE_TREELISTCTRL in configure. wxUSE_TREECTRL …
- 13:26 Changeset [69148] by
- Fix test for wxUSE_TREELISTCTRL in configure. wxUSE_TREECTRL was wrongly …
- 13:26 Ticket #13487 (wxPanel does not inherit background colour from parent any longer in wxMSW) closed by
- worksforme: I seem to vaguely remember that this was indeed a problem in 2.8 but I …
- 12:50 Ticket #13489 (AUIToolbar HitTest) closed by
- fixed: Patch applied in SVN, thank you for creating it!
- 12:50 Changeset [69147] by
- AuiToolBar: applied patch from nagylzs, fixing bug #13489.
- 12:42 Ticket #13489 (AUIToolbar HitTest) created by
- New HitTest method for aui/auitoolbar.py , class AUIToolbar that can find …
- 11:28 Ticket #13470 (--disable-treelist not working in configure script) reopened by
- I am compiling wxWidgets for wxGTK under linux. The current SVN version …
- 09:37 Changeset [69146] by
- Another batch of new classes. With this, aside from wxRadioBox since it …
- 07:18 Ticket #13488 (OSX Cocoa 2.9.2 ftp problem) created by
- wxFTP apparently does not get socket replies in a timely manner. I …
- 00:49 Ticket #13487 (wxPanel does not inherit background colour from parent any longer in wxMSW) created by
- Using the following code on Windows 7 the panel is grey instead of yellow. …
09/17/11:
- 22:31 Changeset [69145] by
- More details for the "For all new etg files" section of the document.
- 22:17 Changeset [69144] by
- Updated TODOs
- 21:59 Changeset [69143] by
- Lotsa new unittests
- 21:58 Changeset [69142] by
- Ignore the wxIMAGE_OPTION_* defines since they are all strings. Add …
- 21:57 Changeset [69141] by
- No unittests needed for this module since the classes are all abstract.
- 21:56 Changeset [69140] by
- * Switch type default to wxBITMAP_TYPE_ANY * Add nonzero * Add …
- 21:52 Changeset [69139] by
- * Enable the use of the KeepReference annotation * Use keepReference=True …
- 21:48 Changeset [69138] by
- Move wxFontMetrics from font.py to dc.py since that is the interface file …
- 21:42 Changeset [69137] by
- Move wxFontMetrics from font.py to dc.py since that is the interface file …
- 21:40 Changeset [69136] by
- FIx the %Extract used in the wxListWrapper and wxArrayWrapper templates to …
- 21:38 Changeset [69135] by
- FIx broken or missing interface items for Phoenix
- 15:02 Ticket #13485 (Horizontal foldpanelbar control can't be created issue) closed by
- fixed: Thank you so much for the patch, applied in SVN.
- 15:02 Changeset [69134] by
- - AquaButton: applied patch from Werner with the option of selecting the …
- 14:50 Changeset [69133] by
- * Flesh out wxConfig some more. * Add ReadFloat, ReadBool, set ownership …
- 14:41 Changeset [69132] by
- remove debug print
- 13:53 Ticket #13486 (Typo in wxPropertyGrid overview documentation) created by
- Typo in a class name and a missing parameter in the sample code.
- 13:03 Changeset [69131] by
- move checklistbox to checklst
- 12:49 Changeset [69130] by
- Clarify a comment
- 12:48 Changeset [69129] by
- wxMSW requires mask bitmaps to have 1-bit depth
- 12:47 Changeset [69128] by
- import and use unittest
- 12:46 Changeset [69127] by
- A little cleanup
- 12:46 Changeset [69126] by
- * Add generation of docstrings * addPyMethod can now take a …
- 12:29 Changeset [69125] by
- Give a little more details in the comment about wxConfig
- 12:22 Changeset [69124] by
- Let the backend know that the "unsigned char" parameters should be treated …
- 12:19 Changeset [69123] by
- Windows build fixes
- 12:15 Changeset [69122] by
- Pretend that there is a real wxConfig class. It will end up using the …
- 12:09 Changeset [69121] by
- fix file header text
- 12:06 Changeset [69120] by
- Move dataformat to dataobj
- 11:49 Changeset [69119] by
- use super() to call base
- 11:46 Changeset [69118] by
- override del to make sure resources are freed when it goes out of …
- 11:43 Changeset [69117] by
- Move common functionality to base class
- 10:00 Changeset [69116] by
- sync latest pyqui
- 09:51 Changeset [69115] by
- update description
- 09:50 Changeset [69114] by
- Fix dead object errors when multiple windows are open and one is …
- 06:21 Ticket #13485 (Horizontal foldpanelbar control can't be created issue) created by
- I have found that it's not possible to create …
- 04:06 Ticket #13447 (wxUIntProperty fails on 64-bit Linux) closed by
- fixed: (In [69113]) Fix format specifiers used for "unsigned long" in wxPG code. …
- 04:06 Changeset [69113] by
- Fix format specifiers used for "unsigned long" in wxPG code. "unsigned …
- 04:06 Ticket #13464 (When using wxICON_EXCLAMATION in a wxMessageBox, it doesn't center the ...) closed by
- fixed: (In [69112]) Change wxDIALOG_NO_PARENT to avoid clash with …
- 04:06 Changeset [69112] by
- Change wxDIALOG_NO_PARENT to avoid clash with wxICON_EXCLAMATION. Use …
- 04:06 Ticket #13470 (--disable-treelist not working in configure script) closed by
- fixed: (In [69111]) Add wxUSE_TREELISTCTRL checks to treelist.cpp itself. The …
- 04:06 Changeset [69111] by
- Add wxUSE_TREELISTCTRL checks to treelist.cpp itself. The contents of …
- 04:06 Ticket #13482 (wxGenericDirCtrl is shown as part of wxBase library in doxygen document) closed by
- fixed: (In [69110]) Fix the library of wxGenericDirCtrl in the documentation. …
- 04:06 Changeset [69110] by
- Fix the library of wxGenericDirCtrl in the documentation. Closes #13482.
- 03:08 Ticket #13484 (Cursor bug on wxCocoa) closed by
- invalid: In general wxWidgets doesn't support overlapping windows. You can have one …
- 03:03 Ticket #13484 (Cursor bug on wxCocoa) created by
- In the minimal sample, just add those lines to MyFrame's constructor: …
09/16/11:
- 21:47 Changeset [69109] by
- We want the name of the parent module, not the name of the module itself, …
- 15:44 Changeset [69108] by
- Only define wxUSE_WEBVIEW if wxWebView is really available. Don't define …
- 15:44 Changeset [69107] by
- Check for wxUSE_WEBVIEW being defined. All wxUSE_XXX options must be …
- 15:44 Changeset [69106] by
- Fix wxFont::GetFaceName() for not realized yet fonts in wxMSW. …
- 14:49 Changeset [69105] by
- Fix failure to detect correct syntax highlighting when extension manager …
- 14:17 Changeset [69104] by
- Commit another missing file…
- 13:49 Changeset [69103] by
- Add missing filedlg.py.
- 12:49 Ticket #13483 (Postpone disconnecting dynamic events) created by
- Adds a m_valid flag to each wxDynamicEventTableEntry, which can be set to …
- 11:52 Ticket #13482 (wxGenericDirCtrl is shown as part of wxBase library in doxygen document) created by
- 11:47 Ticket #13481 (wxWebView endless refreshing) created by
- First of all I must thank Auria/SJL for the wonderful wxWebView control. …
- 11:10 Ticket #13479 (memory/stack corruption in multiple instances of wx.App()) reopened by
- Well this is a stunning closure to my ticket. Is it really good coding …
- 10:56 Ticket #13479 (memory/stack corruption in multiple instances of wx.App()) closed by
- wontfix: It really is not a good idea to have more than one wx.App created in a …
- 10:03 Changeset [69102] by
- fixes for missing or broken interface items for Phoenix
- 06:23 Changeset [69101] by
- Fix int field of wxCommandEvents generated by menu items in wxMSW. Set …
- 06:23 Changeset [69100] by
- Fix int field of wxCommandEvent generated by popup menu items in wxMSW. …
- 06:23 Ticket #11644 (check menu items report incorrect state) closed by
- fixed: (In [69099]) Fix checked state for the popup menu items in the events …
- 06:23 Changeset [69099] by
- Fix checked state for the popup menu items in the events generated by …
- 04:38 Ticket #13480 (wxArchiveFSHandler locks the archive its using.) created by
- I'm using wxWidgets' XRC system do load dialogs from a zip file. Since XRC …
09/15/11:
- 22:15 Changeset [69098] by
- Adding several new classes, some transfer annotations, and a start on a …
- 13:14 Changeset [69097] by
- Fix AuiToolBar disabled items text colour
- 12:05 Changeset [69096] by
- reverting change, for precompiled headers, unfortunately this means that …
- 09:16 Changeset [69095] by
- unittest updates and new test modules
- 09:15 Changeset [69094] by
- Add nonzero and MacSetTheme
- 09:15 Changeset [69093] by
- * Transfer ownership for SetMask * Add nonzero and SetMaskColour
- 09:13 Changeset [69092] by
- Add a TODO
- 09:13 Changeset [69091] by
- * Suppress the unittest warning
- 09:12 Changeset [69090] by
- * Don't generate the property if the getter is static * Give a WARNING if …
- 07:25 Changeset [69089] by
- Repair compile sequenze for wxGTK on OpenVMS
Note: See TracTimeline
for information about the timeline view.
