Timeline
06/10/09:
- 23:58 Ticket #10854 (samples/validate does not validate properly on wxMac Cocoa) closed by
- fixed: (In [60995]) backport of event implementation for single line, fixes …
- 23:58 Changeset [60995] by
- backport of event implementation for single line, fixes #10854
- 23:54 Changeset [60994] by
- adding missing release for editor
- 23:40 Changeset [60993] by
- adding events to single line textcontrols (password is not fully …
- 18:44 Changeset [60992] by
- added a demo of doing bounding box hit-testing
- 13:51 Changeset [60991] by
- Added note about 'Py' prefix no longer being necessary when reimplementing …
- 13:50 Changeset [60990] by
- Added note about 'Py' prefix no longer being necessary when reimplementing …
- 13:36 Changeset [60989] by
- Allow reparenting wxPropertyGrid(Manager) to work; Show error and suggest …
- 11:14 Ticket #10886 (wxObjectRefData refactoring) created by
- Re-use wxObjectRefData. Less redundant code.
- 10:36 Ticket #10885 (tons of 'class needs to have dllexport linkage to be used as base class' ...) created by
- Visual Studio, svn-head wxWidgets header files use #pragma …
- 10:35 Changeset [60988] by
- Added wxEventLoopSource: class encapsulating source of I/O that can be …
- 10:32 Changeset [60987] by
- Respond to file open messages and update statusbar accordingly.
- 10:23 Changeset [60986] by
- Store plugin distro objects in addition to the plugin instances. Extract …
- 10:22 Changeset [60985] by
- Use :: instead of rem for autocomment
- 09:42 Ticket #10884 (LNK2005 linker errors when wxUSE_STL and an external module uses ...) created by
- This is with wxMSW, Visual Studio 2008, svn approx 10 months old. …
- 09:41 Changeset [60984] by
- add virtual DoGetTextExtent() to allow calling the overloaded …
- 09:19 Changeset [60983] by
- Added ribbon panel rendering to the art provider. Added minimum and best …
- 09:10 Changeset [60982] by
- Added new wxRibbonControl class as a base class for ribbon components.
- 08:07 Changeset [60981] by
- don't disable the use of standard streams/strings by default under OS XE …
- 08:05 Changeset [60980] by
- removed the inexistent (at least in 10.4 SDK) and unneeded carbon/carbon.h …
- 07:56 Changeset [60979] by
- remove support/detection of Mac OS < X
- 07:55 Changeset [60978] by
- added --disable-tls option and use it by default under NetBSD which is …
- 07:54 Changeset [60977] by
- don't start menu IDs at 0 to avoid an assert under Mac
- 07:44 Ticket #10882 (Fix for base64.h documentation) closed by
- fixed: (In [60976]) document wxBase64DecodeMode and other minor fixes (closes …
- 07:44 Changeset [60976] by
- document wxBase64DecodeMode and other minor fixes (closes #10882)
- 07:43 Changeset [60975] by
- add missing DLL export declaration to fix linking in shared library build
- 05:25 Ticket #10883 (conflict with glib 2.21 in GSocket) created by
- glib starting in version 2.21 introduces support for network addresses and …
- 05:03 Ticket #10882 (Fix for base64.h documentation) created by
- Some fixes to documentation (added missing enum and fix interface …
- 00:09 Changeset [60974] by
- backporting fixes, see #10876
- 00:04 Changeset [60973] by
- making SetFocus bringing TLW to front as Carbon, see #10876
06/09/09:
- 23:52 Changeset [60972] by
- allow mouse events being sent to parents, see #10876
- 23:46 Changeset [60971] by
- allow vetoing on drop, see #10876
- 23:37 Changeset [60970] by
- fixing coordinates for dnd, see #10876
- 23:10 Changeset [60969] by
- misc key-event fixes, see #10876
- 22:32 Changeset [60968] by
- backport: fixes direction for scroll events, closes #10873
- 22:24 Ticket #10873 (wxOSX-Cocoa: Horizontal scroll is sent as vertical) closed by
- fixed: (In [60967]) fixes direction for scroll events, closes #10873
- 22:24 Changeset [60967] by
- fixes direction for scroll events, closes #10873
- 22:17 Changeset [60966] by
- backport: adding idle processing in modal loop, closes #10871
- 22:15 Ticket #10871 (wxOSX-Cocoa: Update-UI not beeing processed in modal dialogs) closed by
- fixed: (In [60965]) adding idle processing in modal loop, closes #10871
- 22:15 Changeset [60965] by
- adding idle processing in modal loop, closes #10871
- 22:07 Changeset [60964] by
- backport: fixing modal dialog quit after nested message box problem
- 22:04 Changeset [60963] by
- fixing modal dialog quit after nested message box problem
- 22:03 Changeset [60962] by
- backport: disclosure triangles on all implementations are able to give …
- 22:03 Changeset [60961] by
- backport of: fixing redraw of combobox on osx_cocoa
- 21:53 Changeset [60960] by
- disclosure triangles on all implementations are able to give their true …
- 21:38 Changeset [60959] by
- fixing redraw of combobox on osx_cocoa
- 21:25 Changeset [60958] by
- backport of r60956
- 21:22 Changeset [60957] by
- backport of r60955
- 21:06 Changeset [60956] by
- changing disclosure triangle to allow for label
- 21:04 Ticket #10877 ([wxOSX-Carbon] wxTextCtrl missing border when in dialogs) closed by
- fixed: (In [60955]) fixing border drawing for toplevel controls on dialogs, fixes …
- 21:04 Changeset [60955] by
- fixing border drawing for toplevel controls on dialogs, fixes #10877
06/07/09:
- 09:01 Changeset [60954] by
- fix typo in previous commit
- 07:48 Changeset [60953] by
- Fixed sample 'IntProperty2'
- 07:47 Changeset [60952] by
- Added sample 'DirsProperty'
- 07:47 Changeset [60951] by
- Fixed some wxVariant typemaps
- 05:56 Changeset [60950] by
- derive wxStandardPathsCF from Unix wxStandardPaths implementation to make …
- 05:55 Changeset [60949] by
- mention support for multiselection in wxDirCtrl
- 05:44 Changeset [60948] by
- bracket <vector> inclusion by wx/beforestd.h and wx/afterstd.h to avoid …
- 05:41 Changeset [60947] by
- disable a VC6 warning occurring inside a standard header
- 05:38 Changeset [60946] by
- work around apparent VC6 bug resulting in warnings about using non-const …
- 05:31 Changeset [60945] by
- suppress MSVC warning about cast truncating constant value
- 05:29 Changeset [60944] by
- work around MSVC warnings about using uninitialized variables in optimized …
- 05:27 Changeset [60943] by
- disable MSVC warning 4275 which is harmless and can't be avoided anyhow
- 05:23 Changeset [60942] by
- remove inline from IosSeekDirToWxSeekMode() to work around VC6 release …
- 05:19 Changeset [60941] by
- correct bug with using uninitialized end variable (unused variable …
- 03:56 Changeset [60940] by
- wxAuiPaneInfo: Change wxDEPRECATED to wxDEPRECATED_INLINE for inline …
- 03:45 Changeset [60939] by
- revert z-layer changes from revision 60836, will be re-added later with a …
- 02:07 Changeset [60938] by
- Added section 'Changes from wxPropertyGrid 1.4'
- 02:02 Changeset [60937] by
- Added section 'Changes from wxPropertyGrid 1.4'
- 00:52 Changeset [60936] by
- Implementations of wxPGProperty::ChildChanged() must now return changed …
- 00:30 Ticket #10881 ([wxOSX-Cocoa] Top-Level Window Sizing) created by
- Revision 60904 OS X 10.5.7 The top-level windows of my application are a …
06/06/09:
- 23:36 Ticket #10880 ([wxOSX-Cocoa] Application Menu Missing Standard Items) created by
- Revision 60904 OS X 10.5.7 The application menu is missing standard menu …
- 23:31 Ticket #10879 ([wxOSX-Cocoa] wxChoice Missing Top and Bottom Row of Pixels) created by
- Revision 60904 OS X 10.5.7 wxChoice is not drawing its top and bottom …
- 16:34 Changeset [60935] by
- return wxStandardPaths, not wxStandardPathsBase, from …
- 16:27 Changeset [60934] by
- disable warning about _set_se_translator() requiring /EHa for VC9 too (it …
- 16:26 Changeset [60933] by
- fix (bogus) warning about uninitialized variable in release MSVC build
- 16:25 Changeset [60932] by
- mention wxTreeCtrl::SelectItem() fix of r60921
- 16:24 Changeset [60931] by
- disable MSVC 8+ warning about using Unicode characters as we do want to …
- 16:22 Changeset [60930] by
- disable warnings about unused parameters in CppUnit headers
- 16:20 Changeset [60929] by
- use _isatty/_fdopen/_fileno() instead of isatty/fdopen/fileno() with VC
- 16:18 Changeset [60928] by
- use _fileno() instead of fileno() with VC
- 16:17 Changeset [60927] by
- use _unlink() instead of unlink() with VC
- 16:16 Changeset [60926] by
- rename ARRAYSIZE to CELLSARRAYSIZE to avoid conflict with a macro with the …
- 16:14 Changeset [60925] by
- fix warnings about using signed values for chars and strdup() from VC9
- 16:13 Changeset [60924] by
- fix unused parameter warning
- 16:10 Changeset [60923] by
- define _SCL_SECURE_NO_WARNINGS to avoid warnings about unsafe standard …
- 16:04 Changeset [60922] by
- work around (harmless) warnings in VC7 release build
- 15:56 Changeset [60921] by
- make wxTreeCtrl::SelectItem(false) work in single selection controls under …
- 15:26 Changeset [60920] by
- more corrections from Y. KABA.
- 10:38 Changeset [60919] by
- correct msgfmt warnings after last commit
- 10:31 Changeset [60918] by
- Japanese translations update from Y. KABA.
- 10:27 Changeset [60917] by
- simplify code by removing workaround not needed any longer after fix of …
- 09:03 Ticket #10824 (wxGenericDirCtrl::ShowHidden asserts if its treectrl has the wxTR_MULTIPLE ...) closed by
- fixed: Closed. Fixed by #10830, implemented by r60909.
- 08:40 Changeset [60916] by
- Removed some non-working sample properties. Goal is to have more-or-less …
- 08:34 Changeset [60915] by
- Fixes in wxVariant<->PyObject conversion, added PyProperty.m_value …
- 08:32 Changeset [60914] by
- Added temporary workarounds for bypassing existing wxVariant conversion …
- 08:29 Ticket #10878 (wxListCtrl dont send Selected event when using selection with Shift Key) created by
- Im using wxGTK 2.8.9 and the Selected/Unselected events are not sent when …
- 08:28 Changeset [60913] by
- Added wxPGProperty::Set/GetValuePlain() for direct m_value member access …
- 08:27 Changeset [60912] by
- Added better asserts, helps with debugging strange wxVariant issues
- 08:24 Changeset [60911] by
- Added wxPGProperty::GetValuePlain() and SetValuePlain() for direct m_value …
- 07:15 Changeset [60910] by
- fix bug in generic wxTreeCtrl: calling SelectItem(true) on an already …
- 07:00 Ticket #10830 (Multiple selection in wxGenericDirCtrl) closed by
- fixed: (In [60909]) added multiple selections support to wxDirCtrl (closes …
- 07:00 Changeset [60909] by
- added multiple selections support to wxDirCtrl (closes #10830)
- 05:54 Changeset [60908] by
- override GetBackgroundBrush to disable background color change
- 05:25 Changeset [60907] by
- compilation fixes for OS X Cocoa build
- 05:09 Changeset [60906] by
- document effect of loading an icon bundle on stream position
- 05:01 Changeset [60905] by
- export wxStatusBarPaneArray from the DLL to fix Borland multilib build
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 …
Note: See TracTimeline
for information about the timeline view.
