Timeline
06/05/09:
- 15:38 Changeset [60904] by
- backport: avoiding events during destruction, fixes #10855
- 15:09 Changeset [60903] by
- added Left, Right, Bottom, Top properties to the BBox class.
- 14:46 Ticket #10877 ([wxOSX-Carbon] wxTextCtrl missing border when in dialogs) created by
- System: rev 60892, OS X 10.5.7. Symptoms: wxTextCtrls that are in dialogs …
- 14:08 Ticket #10855 (sample/validate has assert and crash on exit with wxMac Carbon) closed by
- fixed: (In [60902]) avoiding events during destruction, fixes #10855
- 14:08 Changeset [60902] by
- avoiding events during destruction, fixes #10855
- 13:51 Changeset [60901] by
- porting back important speed fix
- 05:41 Ticket #10876 (wxOSX-Cocoa: Mouse, keyboard and DnD fixes) created by
- Sorry for collating many fixes in one ticket, but they are kind of related …
- 01:54 Changeset [60900] by
- compilation fixes for g++ 3.2 (closes #10875)
- 01:28 Ticket #10875 (Patch to make 2.9trunk@60899 compilable wigh g++ 3.2) created by
- g++ 3.2 refuses to compile the following construct in …
06/04/09:
- 20:32 Ticket #10874 (Improve PyShell autoindentation) created by
- Improves the autoindent functionality of py.PyShell to work for more than …
- 16:41 Changeset [60899] by
- added wxEditbaleListBox XRC handler
- 15:51 Ticket #10873 (wxOSX-Cocoa: Horizontal scroll is sent as vertical) created by
- Problem: Horizontal two-finger scroll events does not always set the …
- 15:40 Changeset [60898] by
- File system watcher public interface in its basic form.
- 15:28 Changeset [60897] by
- correct the fix for avoiding the integer multiplication overflow to really …
- 15:27 Ticket #10869 (wxAui: Change wxBufferedPaintDC to wxAutoBufferedPaintDC in wxAuiToolBar) closed by
- fixed: (In [60896]) use wxAutoBufferedPaintDC to avoid needlessly double …
- 15:27 Changeset [60896] by
- use wxAutoBufferedPaintDC to avoid needlessly double buffering under …
- 15:24 Changeset [60895] by
- account properly for the menu in SetShape() (closes #10870)
- 15:24 Ticket #10870 (wxMSW: Fix SetShape() offset in wxFrame if menu is added) closed by
- fixed: (In [60894]) account properly for the menu in SetShape() (closes #10870)
- 15:24 Changeset [60894] by
- account properly for the menu in SetShape() (closes #10870)
- 14:45 Changeset [60893] by
- added a demo of PIxelBitmap -- a bitmp on to of the Canvan in pixel coords
- 14:34 Ticket #10872 (wxOSX-Cocoa: wxFrame with style wxFRAME_TOOL_WINDOW should not grab focus ...) created by
- Problem: In order to be consistent with other ports, top level tool-frames …
- 14:05 Ticket #10871 (wxOSX-Cocoa: Update-UI not beeing processed in modal dialogs) created by
- Problem: Handlers for update-UI events are never called in modal dialogs. …
- 12:38 Ticket #10870 (wxMSW: Fix SetShape() offset in wxFrame if menu is added) created by
- Problem: If a frame has a menu, SetShape() will be offset because the …
- 12:26 Ticket #10869 (wxAui: Change wxBufferedPaintDC to wxAutoBufferedPaintDC in wxAuiToolBar) created by
- Saves the extra buffering on platforms that already has double-buffering …
- 05:17 Changeset [60892] by
- value of wrap parameter of wxStaticText must be specified in pixels, not …
- 02:27 Ticket #10868 (const wxFileName::Mkdir wxFileName::Rmdir) created by
- This patch makes (the non-static) wxFileName::Mkdir method const; …
- 01:55 Ticket #10867 (wxOSX-Carbon: wxBufferedPaintDC asserts in wxGCDCImpl::SetTextForeground) closed by
- fixed: (In [60891]) postpone the call to CopyAttributes() until the DC is fully …
- 01:55 Changeset [60891] by
- postpone the call to CopyAttributes() until the DC is fully initialized …
- 01:23 Ticket #10840 ([wxPNGHandler::SaveFile] invalid ASSERT_MSG of unsupported bit-depths) closed by
- fixed: (In [60890]) removed assert checking that bit depth is 8 or 16 as the code …
- 01:23 Changeset [60890] by
- removed assert checking that bit depth is 8 or 16 as the code appears to …
- 01:01 Changeset [60889] by
- Use live update for splitter on Mac since Leopard seems even more …
- 01:01 Changeset [60888] by
- Use live update for splitter on Mac since Leopard seems even more …
06/03/09:
- 21:32 Changeset [60887] by
- backport avoid overdrawing, see #10865
- 21:25 Ticket #10865 (wxOSX-Carbon: wxFrame painting is not shown) closed by
- fixed: (In [60886]) avoid overdrawing, fixes #10865
- 21:25 Changeset [60886] by
- avoid overdrawing, fixes #10865
- 15:33 Changeset [60885] by
- use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing …
- 15:28 Ticket #10863 ("majorDim = 1" default is wrong for wxRadioBox) closed by
- fixed: (In [60884]) don't fix the columns number to 1 by default in ctors (closes …
- 15:28 Changeset [60884] by
- don't fix the columns number to 1 by default in ctors (closes #10863)
- 15:19 Changeset [60883] by
- work around g++ 4.3 warning about possibly ambiguous else
- 14:46 Ticket #10867 (wxOSX-Carbon: wxBufferedPaintDC asserts in wxGCDCImpl::SetTextForeground) created by
- Platform: Platform: SVN trunk on Leopard 10.5.7 Example: Start …
- 14:04 Ticket #10866 (Add wxImage::LoadAll() for loading all images from a multi-image ...) created by
- See …
- 13:16 Ticket #10864 (wxOSX-Carbon: No result from wxFrame paint) closed by
- duplicate: Ignore this one .... I got an error when submitting, so I did not think it …
- 13:13 Ticket #10865 (wxOSX-Carbon: wxFrame painting is not shown) created by
- Platform: SVN trunk on Leopard 10.5.7 Problem: All that is done in the …
- 13:08 Ticket #10864 (wxOSX-Carbon: No result from wxFrame paint) created by
- Platform: SVN trunk on Leopard 10.5.7 Problem: All that is done in the …
- 08:44 Changeset [60882] by
- credit the reporter of bugs in PNG and TIFF code
- 02:15 Ticket #9486 (Blit() fails for wxScreenDC and wxClientDC on Mac) closed by
- fixed: you are using an outdated version, as you are stating your wx-config …
06/02/09:
- 20:19 Ticket #9486 (Blit() fails for wxScreenDC and wxClientDC on Mac) reopened by
- Replying to csomor: > Kevin has added the code to blit …
- 14:09 Ticket #10863 ("majorDim = 1" default is wrong for wxRadioBox) created by
- I noticed that a wxRadioBox using the default parameters arranges items …
- 09:22 Changeset [60881] by
- fix wxIconBundle creation from multiimage files broken by r60852
- 08:11 Changeset [60880] by
- Added scrollbar rendering to the ribbon art provider interface, and an …
- 07:26 Changeset [60879] by
- Fix style sheet generation to output tags in sorted order.
- 07:16 Changeset [60878] by
- Make this header SWIG-safe
- 06:52 Changeset [60877] by
- mention PNG and TIFF loaders fixes
- 06:51 Changeset [60876] by
- check for integer overflow which could result in buffer overrun when …
- 06:50 Changeset [60875] by
- don't free() the same pointer twice if an error occurs during lines …
- 06:43 Changeset [60874] by
- added wxUINTn_MAX constants; document them together with the existing …
- 06:01 Changeset [60873] by
- add wxGetLinuxDistributionInfo() and …
- 01:20 Ticket #4165 (wxButton disable/enable -> not clickable) closed by
- worksforme: Replying to kkeogh: > But now my GUI doesn't seem to capture …
06/01/09:
- 19:05 Changeset [60872] by
- reSWIGged
- 18:57 Changeset [60871] by
- Oops, this chunk got left out of the last commit
- 18:51 Changeset [60870] by
- Make this header SWIG-safe
- 18:51 Changeset [60869] by
- %include advprops so we can get the definition of wxColourPropertyValue
- 18:50 Changeset [60868] by
- Fix Python property classes to not use GetValueAsString and avoid an …
- 16:19 Changeset [60867] by
- add wxProgressDialog::SetRange() function
- 16:05 Changeset [60866] by
- no change: fix a couple typos
- 16:01 Changeset [60865] by
- do not show the timestamp column in the details pane of the wxLogDialog …
- 13:54 Changeset [60864] by
- correct Borland #pragma hdrstop position
- 08:26 Changeset [60863] by
- non-PCH compilo
- 08:15 Changeset [60862] by
- Compilo.
- 07:58 Changeset [60861] by
- Apply patch from Igor to fix another windows related issue in the …
- 07:55 Changeset [60860] by
- use a smaller timeout value to avoid blocking buildslaves for 10minutes
- 07:46 Changeset [60859] by
- minor change: differentiate the initial banner of test.exe from …
- 07:45 Changeset [60858] by
- add check about network connectivity; don't run the test if it's not …
- 07:02 Ticket #10373 (wxAnimation::Load() should work on non-seekable input streams) closed by
- fixed: Replying to frm: > Replying to neis: > > Maybe a …
- 06:57 Ticket #10495 (wxDataViewCtrl needs a way to start the label editor programmatically) closed by
- fixed: (In [60857]) Closes #10495: wxDataViewCtrl needs a way to start the label …
- 06:57 Changeset [60857] by
- Closes #10495: wxDataViewCtrl needs a way to start the label editor …
- 06:56 Changeset [60856] by
- fix loading ICO from socket stream: override OnSysTell and OnSysSeek …
- 06:04 Ticket #10862 (Fix for base64.h documentation) closed by
- fixed: (In [60855]) corrected wrong type of posErr parameter (closes #10862)
- 06:04 Changeset [60855] by
- corrected wrong type of posErr parameter (closes #10862)
- 05:40 Changeset [60854] by
- fix PCH-less build
- 05:23 Ticket #10862 (Fix for base64.h documentation) created by
- In three place pointer (*) mark is absent. Fix added.
- 04:46 Changeset [60853] by
- add wxImage test units to test loading from both seekable and non-seekable …
- 04:43 Changeset [60852] by
- document that CanRead() and GetImageCount() functions of wxImageHandlers …
- 04:30 Changeset [60851] by
- add wxURL::GetInputStream test unit; add a global IsNetworkAvailable() …
- 03:16 Changeset [60850] by
- Backported Vaclav Slavik's speeded up accurate print preview code from …
- 01:25 Changeset [60849] by
- Applied (almost entirely) patch from Guillaume Ryder to HyperTreeList
05/31/09:
- 13:12 Changeset [60848] by
- extracted wxTextWrapper in its own header and made it public
- 12:40 Changeset [60847] by
- don't redefine HAVE_STRFTIME as it can already be defined by configure …
- 12:40 Changeset [60846] by
- added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that …
- 12:20 Changeset [60845] by
- set focus to the window when the mouse is clicked in it explicitly as we …
- 12:15 Ticket #9970 (Print Previewing...so painfully slow) closed by
- fixed: (In [60844]) use enhanced metafiles for wxMSW print preview: this is as …
- 12:15 Changeset [60844] by
- use enhanced metafiles for wxMSW print preview: this is as accurate as …
- 12:11 Changeset [60843] by
- add ability to create wxEnhMetaFileDC based on a reference DC
- 11:57 Ticket #10861 (HAVE_STRFTIME is defined by autoconf and shouldn't be used in header) closed by
- fixed: (In [60842]) don't redefine HAVE_STRFTIME as it can already be defined by …
- 11:57 Changeset [60842] by
- don't redefine HAVE_STRFTIME as it can already be defined by configure …
- 11:32 Ticket #10861 (HAVE_STRFTIME is defined by autoconf and shouldn't be used in header) created by
- wx/datetime.h defines HAVE_STRFTIME . This define is also used in autoconf …
- 09:34 Changeset [60841] by
- group wxPlatformInfo functions for easier browsing; add more descriptions; …
- 09:00 Changeset [60840] by
- Add Search/Replace in Selection option to find dialog.
- 07:43 Changeset [60839] by
- added default ctor to wxMouseEventsManager, this is convenient when …
- 06:22 Changeset [60838] by
- don't add client area origin when positioning the child MDI frame
- 06:13 Changeset [60837] by
- don't add the sash size to the best size if the window is not actually …
- 06:11 Changeset [60836] by
- wxAuiPaneInfo: Add a new dock_zlayer member variable along with accessors, …
- 06:08 Changeset [60835] by
- improve wxTreeCtrl::ScrollTo() behaviour in the generic version and add a …
- 05:55 Changeset [60834] by
- enable OpenGL library build by default under Windows too
- 05:54 Changeset [60833] by
- remove duplicate wxUSE_GSTREAMER definition
- 05:51 Changeset [60832] by
- auidemo: Fix "suggest parentheses around arithmetic..." warning under gcc
- 05:43 Changeset [60831] by
- wxAuiPaneInfo: Make more consistent with the rest of wxWidgets by …
- 02:49 Changeset [60830] by
- added wxTempFile::Flush() (dedicated to Theodore Ts'o and Ext4)
- 02:12 Ticket #10832 (Patch to fix building OpenGL library correctly) closed by
- fixed: (In [60829]) allow overriding wxUSE_GLCANVAS value in setup.h by using …
- 02:12 Changeset [60829] by
- allow overriding wxUSE_GLCANVAS value in setup.h by using USE_OPENGL=1 …
- 01:58 Changeset [60828] by
- Added wxPGProperty::SetDefaultValue(v), as a shortcut for …
- 01:11 Changeset [60827] by
- Added some function %ignores to reduce SWIG warnings
05/30/09:
- 15:59 Changeset [60826] by
- Apply patch from Igor to fix issue in GetFNQ
- 15:38 Changeset [60825] by
- forward Freeze/Thaw() and Update() to the generic list control (see …
- 15:25 Changeset [60824] by
- implement Update() properly for the generic wxListCtrl (see #10857)
- 13:42 Ticket #10860 (adding test to show that a list being manipulated inside a long task ...) created by
- wxListCtrl under Mac when using generic control did not update at all …
- 13:34 Ticket #10859 (The 2.9 treectrl sample asserts when given the wxTR_MULTIPLE style) created by
- Revision 49571 introduced a wxASSERT_MSG in wxTreeCtrl::GetSelection, …
- 13:34 Ticket #10858 (wxListCtrl on Mac does not route Freeze/Thaw/Update to m_genericImpl) created by
- wxListCtrl does not route those commands, thus they are totally ignored …
- 13:26 Ticket #10857 (wxGenericListCtrl does not recalculate positions on Thaw nor Update, ...) created by
- wxGenericListCtrl uses a m_dirty member to block refreshes when positions …
- 10:16 Ticket #10844 (Large file detection fails in configure of app using wx) closed by
- fixed: (In [60823]) define HAVE_LARGEFILE_SUPPORT in setup.h when large files …
- 10:15 Changeset [60823] by
- define HAVE_LARGEFILE_SUPPORT in setup.h when large files support is …
- 10:02 Ticket #10846 (build error with --disable-unicode --enable-stl on OSX and GTK) closed by
- fixed: (In [60822]) fix ANSI build compilation (closes #10846)
- 10:02 Changeset [60822] by
- fix ANSI build compilation (closes #10846)
- 09:58 Ticket #10851 ([wxBoxSizer] Wrong handling of a Child's Size and MinSize when Layout is ...) reopened by
- Well.. even if that is right, shouldn't that be done internally in …
- 09:53 Ticket #10856 (samples/dialogs has problems with color and font picker on wxMac Carbon ...) created by
- I tested RC4 of wxWidgets 2.9.0 from this link: …
- 09:42 Ticket #10849 (samples/makefile.vc does not build xrcdemo.exe in samples/xrc) closed by
- fixed: (In [60821]) added power, svg, taborder and xrc samples (closes #10849)
- 09:42 Changeset [60821] by
- added power, svg, taborder and xrc samples (closes #10849)
- 09:37 Ticket #10851 ([wxBoxSizer] Wrong handling of a Child's Size and MinSize when Layout is ...) closed by
- invalid: It should, this is done in order to use the initial window size as its …
- 09:15 Ticket #10855 (sample/validate has assert and crash on exit with wxMac Carbon) created by
- I tested RC4 of wxWidgets 2.9.0 from this link: …
- 09:03 Ticket #10854 (samples/validate does not validate properly on wxMac Cocoa) created by
- I tested RC4 of wxWidgets 2.9.0 from this link: …
- 08:17 Ticket #10853 (samples/wizard crashes on wxMac Cocoa after clicking OK on dialog) created by
- I tested RC4 of wxWidgets 2.9.0 from this link: …
- 07:53 Ticket #10852 (samples/wrapsizer dialog is too small) created by
- I tested RC4 of wxWidgets 2.9.0 from this link: …
- 07:53 Ticket #10851 ([wxBoxSizer] Wrong handling of a Child's Size and MinSize when Layout is ...) created by
- When calling Layout() for a wxBoxSizer the following happens for each …
- 07:18 Ticket #10850 (samples/xrc example of uncentered dialog works in Mac OSX but not Windows ...) created by
- I tested RC4 of wxWidgets 2.9.0 from this link: …
- 06:59 Ticket #10849 (samples/makefile.vc does not build xrcdemo.exe in samples/xrc) created by
- I tested RC4 of wxWidgets 2.9.0 from this link: …
- 06:54 Changeset [60820] by
- refactor printf benchmarks to fit the new wxWidgets benchmarking …
- 06:42 Changeset [60819] by
- Use correct wxColourPropertyValue ptr instead of wxColour (still does not …
- 04:46 Changeset [60818] by
- compilation fix for wxUSE_STL==1
- 04:20 Changeset [60817] by
- More forward-ported wxPython-bindings related cleanup from 2.9.0 branch, …
- 03:49 Changeset [60816] by
- Forward-ported wxPython-bindings related cleanup from 2.9.0 branch
- 00:04 Changeset [60815] by
- Some basic fixes in the PropertyGrid demo
05/29/09:
- 22:49 Changeset [60814] by
- reSWIGged
- 22:07 Changeset [60813] by
- Fix syntax error
- 21:54 Changeset [60812] by
- A couple more configure options for wxPython debug build
- 21:49 Changeset [60811] by
- Set native eol mode
- 21:40 Changeset [60810] by
- Don't need this old helper script anymore
- 21:39 Changeset [60809] by
- Disown the imagelist parameter
- 21:39 Changeset [60808] by
- Fix premultiply #if
- 21:38 Changeset [60807] by
- ignore new file
- 21:38 Changeset [60806] by
- wx.NullColor --> wx.NullColour
- 21:38 Changeset [60805] by
- Ensure the tree item is good before using it
- 21:37 Changeset [60804] by
- Split the version numbers out to their own module
- 21:37 Changeset [60803] by
- Add DataViewTreeCtrl test
- 21:33 Changeset [60802] by
- Split the version numbers out to their own module
- 18:34 Changeset [60801] by
- comment out logging statement and only use for debugging.
- 18:29 Changeset [60800] by
- Add support for Cobra programming language
- 17:42 Changeset [60799] by
- Add documentation attribute to Code objects so parsers can store …
- 16:25 Changeset [60798] by
- Added logic to the ribbon bar to detect mouse hovering. Implemented …
- 15:41 Changeset [60797] by
- Fix incorrect string handling in php tag generator parser
- 11:23 Changeset [60796] by
- Fixed wxPropertyGrid bindings, plus tidied up the demo
- 11:17 Changeset [60795] by
- Added wxPGInitResourceModule(), needed for proper initialization in …
- 09:31 Changeset [60794] by
- Preliminary wxPropertyGrid bindings
- 09:04 Changeset [60793] by
- wxPython 2.9.0 bindings related cleanup (should not have broken anything, …
- 07:46 Ticket #10848 (wxAuiNotebook: Incorrect tab indexing after tab move (via DnD)) created by
- After moving tabs in wxAuiNotebook (via drag-n-drop) and subsequently …
- 06:32 Changeset [60792] by
- Ensure the tooltip has been created before enabling or setting the delay, …
- 06:32 Changeset [60791] by
- Ensure the tooltip has been created before enabling or setting the delay, …
- 06:22 Changeset [60790] by
- Implemented page background and tab separator rendering.
- 02:01 Ticket #10847 (enhancement: Rename a wxAuiNotebook tab with double-click) created by
- It would be nice to have ability to rename wxAuiNotebook tabs by …
- 01:06 Changeset [60789] by
- - Fixed ToasterBox positioning on screen; - Slight revamp of module …
Note: See TracTimeline
for information about the timeline view.
