Timeline
06/18/09:
- 21:47 Changeset [61129] by
- override DoSetBitmap() instead of SetBitmapLabel()
- 21:12 Ticket #10915 (Image loaded from bitmap is 100% transparent) created by
- On Windows Vista 64-bit with Python 64-bit and wxPython 2.8.10.1, I run a …
- 20:57 Changeset [61128] by
- make the script executable
- 17:01 Changeset [61127] by
- only erase background if we do have a non-default background set
- 16:51 Changeset [61126] by
- fix output of WX_ARG_DISABLE() for options which can have values other …
- 16:00 Changeset [61125] by
- erase background using the window background colour when using …
- 15:54 Changeset [61124] by
- fix a couple of harmless warnings during wxOSX build
- 14:56 Ticket #10914 (wx/image.h needs wx/arrstr.h in minimal builds) created by
- wxImageHandler needs wxArrayString, but wx/arrstr.h is …
- 14:43 Ticket #10900 (src/common/iconbndl.cpp won't compile w/o STREAMS and FFILE) reopened by
- Compilation still fails when wxUSE_STREAMS==1 and wxUSE_FFILE=0 (the …
- 14:36 Ticket #10913 (wxHtmlEasyPrinting::SetStandardFonts not documented) created by
- Missing function documentation
- 14:30 Ticket #10912 (build error with --disable-compat28) created by
- wxBitmapButton::SetMargins() calls wxButton::SetImageMargins() …
- 14:12 Changeset [61123] by
- no changes, just removed apparently unneeded wxMacBitmapButton class
- 14:05 Changeset [61122] by
- disable deprecation warnings when building wxMac as there are just too …
- 12:48 Changeset [61121] by
- Fix typo
- 12:30 Ticket #10911 (Feature request: wxStreamToTextRedirector that takes wostream) created by
- I'm making an internationalized app, and was thinking that maybe if …
- 11:22 Changeset [61120] by
- Also fixed Clear() in the generic control
- 11:10 Changeset [61119] by
- set use-underline button property when setting its label
- 10:42 Changeset [61118] by
- Further attempts to implement Clear() for the GTK control
- 10:32 Changeset [61117] by
- wxHtmlWindow background drawing fixes for OS X and optimizations 1. Avoid …
- 10:13 Changeset [61116] by
- don't draw borders for bitmap buttons with wxBORDER_NONE style
- 08:37 Changeset [61115] by
- Patch wxGTK1 for recent changes in bmpbuttn
- 08:33 Changeset [61114] by
- implement propert background style semantics for OS X
- 08:28 Changeset [61113] by
- use wxOSX_USE_COCOA instead of WXOSX_COCOA (which was checked …
- 08:25 Changeset [61112] by
- Update setup for OpenVMS
- 07:45 Ticket #4831 (wxListCtrl: no selection event for range selection (w/SHIFT)) closed by
- duplicate: Same as #4541.
- 07:44 Ticket #9444 (Range-based selection events for virtual ListCtrls) closed by
- duplicate: Same as #4541.
- 07:43 Ticket #10878 (wxListCtrl dont send Selected event when using selection with Shift Key) closed by
- duplicate: "virtual" was the absolutely crucial missing information -- and if you …
- 05:48 Ticket #10910 (wx/defs.h (C) includes wx/msw/windundef.h (C++)) created by
- In wx/def.h line 12 is mentioned that it is a C header file. In line …
06/17/09:
- 23:18 Changeset [61111] by
- Use UTF16 for text data object on Mac. Fixes #10902
- 23:15 Ticket #10902 (wxTextDataObject from clipboard has embedded nulls) closed by
- fixed: (In [61110]) Use UTF16 for text data object on Mac. Fixes #10902
- 23:15 Changeset [61110] by
- Use UTF16 for text data object on Mac. Fixes #10902
- 16:34 Changeset [61109] by
- make wxCollapsiblePane blend into its parent background by using the same …
- 16:16 Changeset [61108] by
- correct wrong assert checking for default button flags consistency (closes …
- 16:16 Ticket #10906 (Assertion in Yes/No/Cancel messagebox with Cancel as default) closed by
- fixed: Thanks, checking for wxOK_DEFAULT and wxYES_DEFAULT is useless as they …
- 16:11 Ticket #10907 (can't build wxUniversal after latest wxBitmapButton changes) closed by
- fixed: I don't see this wither neither wxDFB nor wxX11 but I guess it should …
- 16:08 Changeset [61107] by
- don't define wxHAS_BUTTON_BITMAP for wxUniv (closes #10907)
- 16:06 Changeset [61106] by
- We have to avoid use of wxMacLTEHIViewControl even with CG on 10.5 because …
- 15:14 Changeset [61105] by
- suppress harmless gcc warning about not handling all enum values in a …
- 15:13 Changeset [61104] by
- added wxBU_NOTEXT style to allow creating bitmap buttons with stock id not …
- 14:46 Changeset [61103] by
- fix error in file caused by improperly applying patch.
- 14:45 Changeset [61102] by
- Fix improper highlighting of django and mako template files due to …
- 14:44 Changeset [61101] by
- Corrected version test
- 14:31 Changeset [61100] by
- Avoid disabling comboboxes completely on 10.4 (caused by rev 56156) See …
- 14:27 Changeset [61099] by
- wxFont::MakeXXX() and Scale() methods now modify the font in place; XXX() …
- 14:26 Changeset [61098] by
- Don't use wxMacMLTEHIViewControl for single-line text controls in non-Core …
- 14:10 Changeset [61097] by
- wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode
- 14:10 Changeset [61096] by
- wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode
- 14:09 Changeset [61095] by
- wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode
- 13:40 Changeset [61094] by
- Setup.h wrapper was missing propgrid section (ported from trunk)
- 13:38 Ticket #10909 (propgrid not automatically linked) closed by
- fixed: (In [61093]) Setup.h wrapper was missing propgrid section (fixes #10909)
- 13:38 Changeset [61093] by
- Setup.h wrapper was missing propgrid section (fixes #10909)
- 12:34 Ticket #10909 (propgrid not automatically linked) created by
- In include/msvc/wx.setup.h, there's missing #if wxUSE_PROPGRID && …
- 12:02 Ticket #10908 (wxSingleInstanceChecker does not check for Global\ instances.) created by
- Windows, Visual Studio 2009, Fast User Switching or Services or Terminal …
- 10:31 Changeset [61092] by
- fn.Mkdir now gives an ICE on VC6 now that it is const.
- 09:32 Changeset [61091] by
- Avoid accidental enabling of disabled windows by checking for disabled …
- 09:32 Changeset [61090] by
- Avoid accidental enabling of disabled windows by checking for disabled …
- 09:31 Changeset [61089] by
- Avoid accidental enabling of disabled windows by checking for disabled …
- 07:35 Ticket #10907 (can't build wxUniversal after latest wxBitmapButton changes) created by
- Building wxUniversal (on Linux) fails with: src/univ/bmpbuttn.cpp:68: …
- 05:20 Changeset [61088] by
- Update OpenVMS compile support
- 05:12 Changeset [61087] by
- Update OpenVMS compile support
- 04:00 Ticket #10906 (Assertion in Yes/No/Cancel messagebox with Cancel as default) reopened by
- I closed it by mistake. I suck with trackers, sorry :S
- 03:59 Ticket #10906 (Assertion in Yes/No/Cancel messagebox with Cancel as default) closed by
- fixed: […] (Fixed that last line)
- 03:57 Ticket #10906 (Assertion in Yes/No/Cancel messagebox with Cancel as default) created by
- include\wx\msgdlg.h @ 161 style = wxCANCEL|wxNO|wxYES|wxCANCEL_DEFAULT …
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 …
Note: See TracTimeline
for information about the timeline view.
