Timeline
06/16/09:
- 21:36 Changeset [61086] by
- implement new wxBG_STYLE_XXX semantics for wxMSW too
- 21:20 Ticket #10905 (wxMessageQueue: Add function to delete the messages from the queue) created by
- I needed to add a function to clear the queue. The patch is attached.
- 21:02 Ticket #10904 (DrawRectangleSolid, FloodFillSolid) closed by
- wontfix: I don't think this patch it's a good idea: if we start doing this, what …
- 20:49 Ticket #10904 (DrawRectangleSolid, FloodFillSolid) created by
- It gets to be a nuisance to dabble with brushes when all you want is a …
- 18:32 Changeset [61085] by
- wxVariantData now inherits from wxObjectRefData
- 16:31 Ticket #10903 (Add "IsCancelled" and "IsSkipped" to wxProgressDialog) created by
- It would be nice to have "IsCancelled" and "IsSkipped" added to …
- 16:04 Changeset [61084] by
- introduce wxBG_STYLE_{ERASE,PAINT} and implement their documented …
- 14:57 Ticket #10900 (src/common/iconbndl.cpp won't compile w/o STREAMS and FFILE) closed by
- fixed: (In [61083]) fix compilation without wxUSE_STREAMS (closes #10900)
- 14:57 Changeset [61083] by
- fix compilation without wxUSE_STREAMS (closes #10900)
- 14:50 Ticket #10902 (wxTextDataObject from clipboard has embedded nulls) created by
- wxOSX-carbon 2.9.0 branch When a text data object is fetched from the …
- 14:50 Ticket #10885 (tons of 'class needs to have dllexport linkage to be used as base class' ...) closed by
- fixed: (In [61082]) remove more occurrences of MSVC #pragma warning(default) …
- 14:50 Changeset [61082] by
- remove more occurrences of MSVC #pragma warning(default) (closes #10885)
- 12:31 Changeset [61081] by
- implement wxGTK wxBitmapButton in terms of wxButton
- 12:08 Changeset [61080] by
- implement support for bitmaps for all states in wxGTK wxButton
- 12:08 Changeset [61079] by
- added helper GTKShouldIgnoreEvent() to use in void GTK event handlers
- 10:59 Changeset [61078] by
- Many more corrections and clarifications to virtual index list model use
- 10:40 Changeset [61077] by
- use the directory of the most recently opened file in wxDocManager if we …
- 08:59 Changeset [61076] by
- fix typo in compatibility SetBitmapLabel() declaration
- 07:27 Ticket #10885 (tons of 'class needs to have dllexport linkage to be used as base class' ...) reopened by
- Two more fixes. Also please have a look at my comment in afterstd.h, there …
06/15/09:
- 22:16 Changeset [61075] by
- implement support for button bitmaps (normal state only for now) for wxGTK
- 22:05 Ticket #10901 (Build error changeset:61058 WPARAM does not name a type) closed by
- fixed: (In [61074]) fix PCH-less build after changing timer id type to WPARAM …
- 22:05 Changeset [61074] by
- fix PCH-less build after changing timer id type to WPARAM (closes #10901)
- 18:30 Ticket #10901 (Build error changeset:61058 WPARAM does not name a type) created by
- After I svnupdated my trunk copy and build wxWidgets with this …
- 16:27 Changeset [61073] by
- Fixed printf-related warnings
- 16:18 Changeset [61072] by
- minor tweaks to alignment styles documentation
- 16:10 Changeset [61071] by
- implement wxBitmapButton as just a wrapper for wxButton under MSW
- 15:43 Ticket #10166 (Expand wxVariant with new datatype) closed by
- fixed: (In [61070]) Added support for wxLongLong and wxULongLong in wxVariant …
- 15:43 Changeset [61070] by
- Added support for wxLongLong and wxULongLong in wxVariant (closes #10166)
- 15:36 Changeset [61069] by
- added missing int
- 14:58 Ticket #10900 (src/common/iconbndl.cpp won't compile w/o STREAMS and FFILE) created by
- When building wx for an embedded target (wxDFB) I found that …
- 14:31 Changeset [61068] by
- moving to a 10.4 compatible implementation
- 13:18 Changeset [61067] by
- implement support for per-state bitmaps in wxMSW wxButton
- 12:36 Changeset [61066] by
- Correct wxDataViewListModel::RowPrepended
- 12:35 Changeset [61065] by
- add support for bitmap and bitmapposition tags to the wxButton XRC handler
- 12:30 Changeset [61064] by
- Correct wxDataViewCtrl::IsExpanded
- 12:21 Changeset [61063] by
- implement button support for pre-XP systems (or with themes disabled); …
- 11:35 Ticket #10894 (Missing OSX-Carbon DataView control header click events) closed by
- fixed: (In [61062]) Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK, fixes …
- 11:35 Changeset [61062] by
- Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK, fixes #10894: …
- 10:53 Changeset [61061] by
- no real changes, just use AutoHXXX classes instead of manually …
- 10:49 Changeset [61060] by
- no real changes, just extract private classes from msw/dc.cpp into a …
- 10:28 Changeset [61059] by
- fix Doxygen syntax error which prevented output for this page from being …
- 10:14 Changeset [61058] by
- use WPARAM (which is 64 bit under Win64) for timer ids instead of long …
- 10:14 Ticket #10896 (Bug in wxTimer on msw 64-bit) closed by
- fixed: I'm not sure if timer ids can really be 64 bit (so it would be great if …
- 07:27 Ticket #10899 (img2py script not working under windows) created by
- It would seem that img2py does not work in wxPython 2.8.10.1 (ansi, …
- 06:58 Changeset [61057] by
- Added the style FNB_NO_TAB_FOCUS to avoid setting focus on notebook tabs
- 06:15 Changeset [61056] by
- Disable commit 61050 on all platforms except Windows XP, until testing on …
06/14/09:
- 23:51 Ticket #10898 (Keydown/KeyUp reversed for modifiers keys on linux) created by
- Hi, I think the keydown and keyup events give the opposite values on …
- 23:47 Ticket #10890 (Installer Presumes Python Is On C:\ Drive) closed by
- outdated: Contrary to first impressions, the AMD64 name is one of the common names …
- 23:08 Changeset [61055] by
- Fix error condition that could result in walking of the end of the cache …
- 23:05 Ticket #10897 (CaptureMouse in ScrolledWindow generates incorrect coordinates) created by
- 1. CaptureMouse in ScrolledWindow 2. Drag outside window 3. Coordinates in …
- 21:23 Changeset [61054] by
- implement images support for wxButton under XP and later
- 20:36 Changeset [61053] by
- include wx/bitmap.h which is required by wxButton now
- 20:35 Changeset [61052] by
- added missing parentheses in a couple of GetHxxxOf() macros
- 17:04 Ticket #10896 (Bug in wxTimer on msw 64-bit) created by
- I'm a wxPython user and got this exception today: …
- 16:28 Ticket #10895 (wxSlider corrupt background colour.) created by
- I have a bunch of wxSliders on a wxScrolled<wxPanel>, which in turn is …
- 15:55 Changeset [61051] by
- preparation work for implementing images support in wxButton: move …
- 13:41 Ticket #10894 (Missing OSX-Carbon DataView control header click events) created by
- Hello, The OSX-Carbon variant of the DataView control currently (SVN …
- 08:31 Changeset [61050] by
- Applied slightly modified patch from Guillaume Ryder, which completely …
- 07:52 Ticket #10892 (Remove wxDocManager instance check) reopened by
- Replying to troelsk: > >>>a lot of code in wx supposes there …
- 07:45 Changeset [61049] by
- Updated info on wxRefCounter and related classes
- 07:11 Changeset [61048] by
- Make wxDataViewModel derive from wxRefCounter
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
Note: See TracTimeline
for information about the timeline view.
