Timeline
06/13/09:
- 16:25 Ticket #10893 (wxGLCanvas is created in single-buffered mode by default. Should be ...) closed by
- wontfix: I think the current trunk documentation is clear enough: …
- 16:23 Ticket #10892 (Remove wxDocManager instance check) closed by
- wontfix: Replying to troelsk: > It is like asking, do you have any …
- 12:54 Changeset [61047] by
- Bump codebrowser to version 0.9
- 12:52 Ticket #10893 (wxGLCanvas is created in single-buffered mode by default. Should be ...) created by
- It is said in documentation and presumed in examples that wxGLCanvas is …
- 12:42 Ticket #10081 (Minor samples/docview refactoring) closed by
- fixed: (In [61046]) don't leave the document in modified state after loading it …
- 12:42 Changeset [61046] by
- don't leave the document in modified state after loading it (closes …
- 10:08 Ticket #10892 (Remove wxDocManager instance check) created by
- It appears to be a somewhat artificial notion that you'd never want more …
- 09:34 Ticket #10081 (Minor samples/docview refactoring) reopened by
- A bug crept in, sorry: File -> Open -> text file leaves wx[Text]Document …
- 09:31 Ticket #10891 (ChangeValue instead of SetValue in wxTextCtrlBase::DoLoadFile) created by
- Sending out events here is probably not a good idea. The program[mer] …
- 08:08 Changeset [61045] by
- Moved custom DirsProperty samples into 'CustomProperties and Editors' …
- 08:07 Changeset [61044] by
- Added sample use of wx.propgrid.PyEditorDialogAdapter
- 07:55 Changeset [61043] by
- Converted wxVariant to use wxObject's reference counting facilities. …
- 05:33 Ticket #10890 (Installer Presumes Python Is On C:\ Drive) created by
- I have installed Python 2.5.4 on my D drive. Running the wxPython …
- 01:21 Changeset [61042] by
- check for uri in e command
- 01:20 Changeset [61041] by
- documentation correction
- 01:16 Changeset [61040] by
- Add support for opening file:// uri's
06/12/09:
- 23:22 Changeset [61039] by
- Fix errors with arrow key navigation Fix errors with trying to access …
- 19:48 Changeset [61038] by
- added own{fg,bg,font} allowing to set non-inheritable fore/background …
- 17:33 Changeset [61037] by
- fix compilation after wxRefCounter changes
- 13:29 Changeset [61036] by
- Update docs to mention wxRefCounter class
- 13:18 Changeset [61035] by
- Use wxRefCounter instead of wxObjecrDataRef
- 13:16 Changeset [61034] by
- Rename wxObjectDataRef wxRefCounter, use it in wxVariant
- 13:11 Changeset [61033] by
- added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() …
- 12:37 Changeset [61032] by
- compilation fix after wxLoadFileSelector() changes
- 12:36 Changeset [61031] by
- remove unnecessary refCount=1 parameter from wxObjectRefData ctor
- 12:03 Changeset [61030] by
- wxPGCellRenderer ctor doesn't really need refCount argument
- 11:43 Ticket #10889 (XRC handler for wxAuiNotebook) created by
- This patch adds an xrc handler for wxAuiNotebook, it is against the trunk. …
- 11:24 Ticket #1807 (Memory leaks using some wxGrid functions) closed by
- fixed: (In [61029]) fix memory leak in SetColFormat() if the column already had …
- 11:24 Changeset [61029] by
- fix memory leak in SetColFormat() if the column already had an attribute …
- 11:02 Ticket #10693 (wxLoadFileSelector should use wxFD_FILE_MUST_EXIST flag) closed by
- fixed: (In [61028]) only allow selecting existing files in wxLoadFileSelector; …
- 11:02 Changeset [61028] by
- only allow selecting existing files in wxLoadFileSelector; use this …
- 10:40 Ticket #10785 (XRC handler for wxFileCtrl) closed by
- fixed: (In [61027]) added XRC handler for wxFileCtrl (closes #10785)
- 10:40 Changeset [61027] by
- added XRC handler for wxFileCtrl (closes #10785)
- 10:26 Changeset [61026] by
- added new wx-config --query-xxx options and use them in (Unix) bakefile …
- 10:14 Ticket #10886 (wxObjectRefData refactoring) closed by
- fixed: (In [61025]) reuse wxObjectRefData for various ref-counted classes (closes …
- 10:14 Changeset [61025] by
- reuse wxObjectRefData for various ref-counted classes (closes #10886)
- 09:15 Changeset [61024] by
- Remove remaining bits of marker drawing during resizing
- 08:35 Ticket #10888 (Improvement to wxImage docs) closed by
- fixed: (In [61023]) clatify alpha discussion (closes #10888)
- 08:35 Changeset [61023] by
- clatify alpha discussion (closes #10888)
- 08:28 Ticket #10887 (wxFileName const methods) closed by
- fixed: (In [61022]) make more wxFileName methods const (closes #10887)
- 08:28 Changeset [61022] by
- make more wxFileName methods const (closes #10887)
- 07:34 Changeset [61021] by
- Removed unneeded and possibly confusing try...except block
- 07:32 Changeset [61020] by
- Fixed 'SampleMultiButtonEditor'
- 07:31 Changeset [61019] by
- Fixed wx.propgrid.PGMultiButton
- 07:01 Changeset [61018] by
- Added missing virtual dtor for wxPGMultiButton
- 07:01 Changeset [61017] by
- Added missing virtual dtor for wxPGMultiButton
- 06:49 Changeset [61016] by
- For needs of wxPython bindings, (re)added a version of …
- 06:43 Changeset [61015] by
- Fixed custom property editor registering
- 06:39 Changeset [61014] by
- For needs of wxPython bindings, (re)added a version of …
- 05:48 Changeset [61013] by
- Moved tests from panel init() to RunTests()
- 05:39 Changeset [61012] by
- Removed some commented-out code, improved description slightly.
- 05:36 Changeset [61011] by
- Fixed PyObjectProperty sample
- 03:20 Ticket #10888 (Improvement to wxImage docs) created by
- This patch changes the phrasing a little in the documentation for wxImage. …
- 01:11 Ticket #10887 (wxFileName const methods) created by
- This patch makes the following wxFileName methods const: - SetCwd - …
06/11/09:
- 20:37 Ticket #10885 (tons of 'class needs to have dllexport linkage to be used as base class' ...) closed by
- fixed: (In [61010]) disable MSVC warning 4275 correctly (closes #10885)
- 20:37 Changeset [61010] by
- disable MSVC warning 4275 correctly (closes #10885)
- 20:35 Ticket #10883 (conflict with glib 2.21 in GSocket) closed by
- fixed: (In [61009]) avoid name clashes with GSocket from glib 2.21+ (closes …
- 20:35 Changeset [61009] by
- avoid name clashes with GSocket from glib 2.21+ (closes #10883)
- 17:42 Changeset [61008] by
- Fixed previous merge: configure was accidentaly overwritten
- 17:17 Changeset [61007] by
- Forward port r56500.
- 16:26 Ticket #10852 (samples/wrapsizer dialog is too small) reopened by
- reopening for the part of the bug report that exists on all platforms - OK …
- 16:08 Changeset [61006] by
- backport, closes #10852
- 16:07 Ticket #10852 (samples/wrapsizer dialog is too small) closed by
- fixed: (In [61005]) respecting more of the toolbar positions (tb_right not yet …
- 16:07 Changeset [61005] by
- respecting more of the toolbar positions (tb_right not yet working), and …
- 13:56 Changeset [61004] by
- Merge r60292-r61003 from trunk. Just to be up to date:-).
- 13:29 Ticket #10853 (samples/wizard crashes on wxMac Cocoa after clicking OK on dialog) closed by
- fixed: yes, was the same problem, also fixed in r60995
- 09:48 Ticket #10704 (Document wxStandardPaths::GetResourcesDir() behaviour in debug build in ...) closed by
- invalid: As I didn't get any explanation about why is the current behaviour …
- 09:46 Changeset [61003] by
- allow customizing wxStandardPaths logic for the program directory …
- 09:11 Ticket #10868 (const wxFileName::Mkdir wxFileName::Rmdir) closed by
- fixed: (In [61002]) make wxFileName::{Mk,Rm}dir() const (closes #10868)
- 09:11 Changeset [61002] by
- make wxFileName::{Mk,Rm}dir() const (closes #10868)
- 09:02 Changeset [61001] by
- Mac appearance fixes: only use a border for wxDisclosureTriangle if …
- 09:00 Changeset [61000] by
- account for the label size in wxDisclosureTriangle under Carbon
- 08:57 Changeset [60999] by
- GetTextExtent() is not virtual any more (since r60984)
- 08:37 Changeset [60998] by
- Remove ugly flicker during resizing
- 08:21 Changeset [60997] by
- GTK: In virtual list mode, map first row to 1, not to 0 as this is …
- 08:10 Changeset [60996] by
- In virtual list mode, map first row to 1, not to 0 as this is reserved for …
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
Note: See TracTimeline
for information about the timeline view.
