Timeline
02/26/09:
- 21:27 Ticket #10523 (src/osx/carbon/colordlg.cpp fails to compile in trunk) closed by
- fixed: (In [59179]) applying patch, fixes #10523
- 21:27 Changeset [59179] by
- applying patch, fixes #10523
- 21:23 Ticket #10524 (wxOSX Cocoa wxStaticText doesn't grey out when disabled) closed by
- fixed: (In [59178]) applying patch, fixes #10524
- 21:23 Changeset [59178] by
- applying patch, fixes #10524
- 19:41 Changeset [59177] by
- Lint and cleanup
- 19:13 Changeset [59176] by
- Add Support for adding context links to pylint output (modified patch …
- 19:10 Changeset [59175] by
- Remove unused import
- 18:27 Changeset [59174] by
- Rename Serbian locale with correct canonical name
- 18:08 Changeset [59173] by
- Adding support for installing the wxPython modules and changing the …
- 16:52 Changeset [59172] by
- Fix improperly inserting completions when cursor is inside non html …
- 16:15 Changeset [59171] by
- Copy changes from 2.8 branch that never got merged correctly
- 15:57 Ticket #10525 (2.8 wxImage::Create doesn't set m_staticAlpha) created by
- In 2.9 m_staticAlpha is set to the static_data argument to avoid freeing …
- 15:43 Ticket #10524 (wxOSX Cocoa wxStaticText doesn't grey out when disabled) created by
- Apparently static text doesn't change its color in Cocoa when disabled. …
- 15:39 Ticket #10523 (src/osx/carbon/colordlg.cpp fails to compile in trunk) created by
- If you compile wxOSX Carbon with --disable-coldlg …
- 14:02 Changeset [59170] by
- Documentation and add more sample code to test/demo files.
- 11:59 Ticket #10522 (Problems in Vista with wxPython and Python 2.6.1) created by
- Last package (2.8.9.2) have same problems with Python 2.6.1 in my Vista …
- 11:35 Changeset [59169] by
- No longer overestimate virtual height given to the vertical scroll bar
- 11:04 Changeset [59168] by
- Fix ordering.
- 11:00 Changeset [59167] by
- wxPropertyGrid::IsEditorFocused() is now public
- 10:59 Ticket #10521 (wxArray::Remove : error in example) closed by
- fixed: (In [59166]) fix Remove() argument in the example (closes #10521)
- 10:59 Changeset [59166] by
- fix Remove() argument in the example (closes #10521)
- 10:50 Ticket #10521 (wxArray::Remove : error in example) created by
- wxArray documentation (trunk) gives the following example: T *item = …
- 09:55 Changeset [59165] by
- Adding new symbols needed for wxGraphicsBitmap support.
- 08:16 Changeset [59164] by
- deprecate the old TryValidator/Parent() and replace them with the new and …
- 08:10 Changeset [59163] by
- added wxDEPRECATED_BUT_USED_INTERNALLY_INLINE
- 07:24 Changeset [59162] by
- override TryValidator() in wxMDIParentFrame to implement forwarding of …
- 06:15 Changeset [59161] by
- another missing WXDLLIMPEXP to fix DLL build
- 03:46 Changeset [59160] by
- update for 2.8.10-rcX with bakefile 0.2.5
- 03:24 Ticket #10520 (Changing wxToolTip tooltip text causes repaint of controls under tooltip) created by
- Changing wxToolTip tooltip text causes repaint of controls under tooltip. …
- 02:59 Changeset [59159] by
- added wxAboutDialog::GetCopyrightToDisplay()
- 02:56 Changeset [59158] by
- rebake after WX_AGE change in build/bakefiles/version.bkl
- 02:51 Changeset [59157] by
- correct WX_AGE after last change
- 01:32 Changeset [59156] by
- update for 2.8.10-rcX with bakefile 0.2.5
- 01:29 Changeset [59155] by
- update for 2.8.10-rcX with bakefile 0.2.5
- 00:02 Changeset [59154] by
- Fixed symbol
02/25/09:
- 23:24 Changeset [59153] by
- Updating OpenVMS compile configuration
- 22:04 Changeset [59152] by
- Add style option to disable drawing of segment dividers
- 20:20 Changeset [59151] by
- * Separator drawing refinements * Better handling of click events
- 17:15 Ticket #10519 (Using style wxCB_READONLY on wxComboBox objects disables tab navigation.) created by
- On panels with multiple objects of different types, if one of those …
- 16:17 Changeset [59150] by
- added wxXmlResource::LoadFile() to avoid URL-vs-filename ambiguity in …
- 16:13 Changeset [59149] by
- fixed wxXmlResource::Load's detection of filenames to be done as early as …
- 15:46 Changeset [59148] by
- Fixes for trunk after removal of m_ accessors from public API.
- 15:45 Changeset [59147] by
- Add support for building Mac frameworks.
- 15:44 Changeset [59146] by
- Fix for unstable versions not listing the revision in their version …
- 15:42 Changeset [59145] by
- Update the bindings with latest wx changes.
- 15:41 Changeset [59144] by
- added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowing to save/restore …
- 15:40 Changeset [59143] by
- Make sure that a framework build always uses lipo to build, and make sure …
- 15:27 Changeset [59142] by
- compilation fix after last commit
- 15:02 Changeset [59141] by
- don't use template assign() with VC6, even though it can compile it it …
- 13:53 Changeset [59140] by
- Implement more of the bookctrl api
- 13:12 Ticket #2476 (Leak, background image file not closed) closed by
- fixed: Fixed by #8486
- 13:12 Changeset [59139] by
- compilation fix after the previous commit
- 13:04 Changeset [59138] by
- fix for DLL build: wxEvtHandlerArray should be in wxBase as it's used by …
- 13:01 Changeset [59137] by
- undo the change of r57522, it's not needed any more after r59136
- 13:01 Ticket #10294 (Handle too many items in wxFlexGridSizer better) closed by
- fixed: (In [59136]) postpone the check for the validity of growable rows/columns …
- 13:01 Changeset [59136] by
- postpone the check for the validity of growable rows/columns indices until …
- 12:57 Ticket #10518 (Patch for src/gtk/dataview.cpp compilation error) created by
- Attached patch fixes the next error and warning: ../src/gtk/dataview.cpp: …
- 11:48 Ticket #10517 (Deadlock when loading shared library that uses wxWidgets) created by
- By using wxWidgets in a shared library (wxApp is defined in this shared …
- 09:55 Changeset [59135] by
- Remove duplicate code that was landed when forward porting.
- 09:43 Ticket #10477 (Events Now Broken in the Trunk) closed by
- fixed: (In [59134]) replace templae Connect() overloads with separate Bind() …
- 09:43 Changeset [59134] by
- replace templae Connect() overloads with separate Bind() method to improve …
- 09:42 Ticket #10000 (Improved/typesafe event handling patch.) closed by
- fixed: Thanks, I've applied it with minor changes. Now Bind() must be documented. …
- 06:31 Changeset [59133] by
- Fix some flashing in the segmentbook demo/test file
- 05:23 Changeset [59132] by
- add wxAppConsoleBase::OnEventLoopEnter/Exit callbacks; add …
- 05:12 Changeset [59131] by
- document wxPolygonFillMode
- 05:10 Changeset [59130] by
- no real change: just group functions in a logic manner
- 05:08 Changeset [59129] by
- Fix error when trying to do Copy Path from tab context menu.
- 05:07 Changeset [59128] by
- don't call Refresh(empty-rect) unnecessarily
- 04:08 Changeset [59127] by
- try to clear the device/logical unit fog; remove unused and unsupported …
- 03:54 Changeset [59126] by
- revise all code; do not use many global objects; use wxLog to give …
02/24/09:
- 23:59 Changeset [59125] by
- Update compile configuration for OpenVMS
- 18:40 Changeset [59124] by
- Apply patch to add a peekable lexer wrapper utility. (patch from Rudi …
- 18:32 Changeset [59123] by
- * Implement page changing events. * Can add/remove pages
- 18:11 Changeset [59122] by
- Remove no longer necessary re-entrancy check, fix function prototype …
- 16:09 Changeset [59121] by
- fix handling of long lines in wxGridCellAutoWrapStringRenderer
- 14:19 Changeset [59120] by
- Fix for deprecated constructor issues, setting a function without a body …
- 14:10 Changeset [59119] by
- Move demo file icons to shared module.
- 13:08 Changeset [59118] by
- Fix some drawing issues on windows. * Text size is properly calculated and …
- 11:34 Changeset [59117] by
- focus fixes for wxAUINotebook (fixes #4361)
- 10:37 Ticket #4361 (wxAUINotebook incorrect ALLOW_ACTIVE_PANE handling) closed by
- fixed: (In [59116]) focus fixes for wxAUINotebook (fixes #4361)
- 10:37 Changeset [59116] by
- focus fixes for wxAUINotebook (fixes #4361)
- 10:10 Changeset [59115] by
- render <TH> contents in bold, as all the browsers do
02/23/09:
- 21:51 Changeset [59114] by
- Turn off the annoying beep when a key down is passed all the way up the …
- 21:37 Changeset [59113] by
- Make the build script cache args passed to it so it won't reconfigure when …
- 21:29 Changeset [59112] by
- Add SegmentBook control
- 18:19 Changeset [59111] by
- Make wxPython demo not asplode on shutdown. :)
- 13:24 Changeset [59110] by
- remove non-existent wx/msw/datecontrols.h from files.bkl (it's a private …
- 13:20 Changeset [59109] by
- add wx/persist/*.h files
- 13:15 Changeset [59108] by
- fix (harmless) warnings in release mingw32 build
- 10:34 Ticket #10516 (Python crashes when undocking AUI Toolbars) closed by
- duplicate: Marked as duplicate of #10371, please refer to comments there.
- 10:28 Changeset [59107] by
- Blind fix for crash when undocking AUI toolbars (#10371 and #10516).
- 07:35 Changeset [59106] by
- Add some more missing php keywords, and std functions.
- 06:07 Ticket #10516 (Python crashes when undocking AUI Toolbars) created by
- OS: Win XP SP2 wxPython 2.8.9.2 Python: 2.6.1 wxMSW, unicode, …
- 06:00 Ticket #1090 (wxStaticText in GTK2 always stays left-aligned) reopened by
- Hi, This is my first bug report here. Please let me know if it's better …
- 03:51 Ticket #10500 (tex2rtf segfaults on OSX 10.5 (gcc 4.0.1)) closed by
- fixed: (In [59105]) fix some buffer overflows (closes #10500)
- 03:51 Changeset [59105] by
- fix some buffer overflows (closes #10500)
- 03:31 Ticket #10515 (wxClipboard::Flush() not implemented in wxGTK) created by
- I've recently joined a project that uses wxWidgets as its GUI framework. …
- 01:14 Ticket #10514 (DirBrowseButton does not support passing labelWidth argument) created by
- DirBrowseButton in filebrowsebutton.py is a subclass of FileBrowseButton …
02/22/09:
- 20:22 Changeset [59104] by
- Define all
- 20:03 Changeset [59103] by
- Add support for having labels under the bitmaps in the SegmentBar.
- 19:38 Ticket #10513 (There is bug if menu is unicode string in wx.lib.agw.flatmenu) created by
- Hi, If my menu string is using unicode string like: u'\u6a94\u6848 (F)', …
- 16:43 Changeset [59102] by
- Initial version of SegmentBar Control
- 15:54 Ticket #10501 (wxMSWDCImpl::DoStretchBlit uses out-of-bounds coordinates under certain ...) closed by
- fixed: (In [59101]) correct the coordinates used for DIBs in StretchBlt() (closes …
- 15:54 Changeset [59101] by
- correct the coordinates used for DIBs in StretchBlt() (closes #10501)
- 15:49 Changeset [59100] by
- avoid integer overflow when computing the radius in DoDrawArc() (see …
- 15:38 Changeset [59099] by
- no changes, just update the copyright in the header
- 15:38 Ticket #10511 (Expose 'const sockaddr*' from wxSockAddress for interfacing with 3rd party ...) closed by
- fixed: (In [59098]) add accessors for sockaddr to wxSockAddress (closes #10511)
- 15:38 Changeset [59098] by
- add accessors for sockaddr to wxSockAddress (closes #10511)
- 14:20 Changeset [59097] by
- Quick fix to prevent a crash when running on 10.4.
- 13:52 Changeset [59096] by
- add public wxXmlResource::GetResourceNode() which can be used directly …
- 13:30 Changeset [59095] by
- Missed one symbol used in the compatibility path.
- 13:22 Changeset [59094] by
- Fix for building under 10.4, where the BlendMode constants are not …
- 12:58 Changeset [59093] by
- move common helper functions into shared module
- 12:08 Ticket #10512 (problems with changing tooltip for wxComboBox) created by
- I noticed some problems with setting of tooltips to comboboxes in wxPython …
- 11:13 Changeset [59092] by
- don't print to stdio when pythonw is being used to run application
- 11:09 Changeset [59091] by
- Various compilation fixes.
- 10:25 Changeset [59090] by
- Landing basic EVT_CHAR support, along with the rest of EVT_TEXT support …
- 10:13 Changeset [59089] by
- Add support for EVT_TEXT in OS X Cocoa.
- 09:38 Changeset [59088] by
- put something in the content field type in the tables to avoid ugly …
- 09:10 Changeset [59087] by
- Cleanup of functions not taking any parameter. Compilation fix for …
- 08:32 Ticket #10511 (Expose 'const sockaddr*' from wxSockAddress for interfacing with 3rd party ...) created by
- Attached patch exposes the 'sockaddr' information from wxSockAddress, so …
- 08:07 Changeset [59086] by
- fix as per http://article.gmane.org/gmane.comp.lib.wxwindows.general/64255
- 07:13 Changeset [59085] by
- Added wxComboPopup::GetComboCtrl()
- 06:42 Changeset [59084] by
- remove wxAppConsoleBase::OInitGui and leave it only in wxApp[Base] class
- 06:13 Ticket #10510 (MSLU not initialised in wxEntry) closed by
- invalid: wxIsUnicodeAvailable() only does sanity checks, it doesn't "initialize" …
- 05:40 Ticket #10510 (MSLU not initialised in wxEntry) created by
- My app uses a custom main function and as such calls wxEntry to start …
- 04:37 Ticket #9679 (wxFileDialog::SetExtraControlCreator() for wxMSW) reopened by
- Replying to vadz: > Thanks, applied as r58270 with some minor …
- 00:52 Changeset [59083] by
- Fixed documentation of wxComboPopup::m_combo
- 00:51 Changeset [59082] by
- Fixed documentation of wxComboPopup::m_combo
02/21/09:
- 21:07 Changeset [59081] by
- Share one printer object for all frames.
- 16:46 Changeset [59080] by
- add public wxLog::Log() to avoid ugly casts needed in order to call …
- 16:19 Changeset [59079] by
- Fix incorrect page count being shown on print preview.
- 15:56 Changeset [59078] by
- Tagging Editra 0.4.65
- 14:19 Ticket #10509 (Using SetTip on tooltip of wxSpinCtrl only changes tooltip on spin buttons) created by
- Using SetTip to change the value of a tooltip attached to a wxSpinCtrl …
- 13:31 Ticket #10507 (add a link in the About pages navigation box to the i18n.php page) closed by
- fixed: Thanks, applied.
- 13:23 Roadmap edited by
- Add MT-safe logging (diff)
- 13:20 Ticket #10508 (Make wxLog thread-safe) created by
- We need to 1. Make wxLogFunctions() thread-safe by collecting the …
- 12:56 Changeset [59077] by
- fix the restore of the fix of r58979
- 12:37 Changeset [59076] by
- restore changes of r58979 accidentally overwritten by r59023
- 12:30 Changeset [59075] by
- fix event table base for wxListMainWindow
- 10:08 Changeset [59074] by
- check for self-assignment in operator=
- 10:08 Changeset [59073] by
- non-pch build fixes, some cleanup
- 09:13 Changeset [59072] by
- fix for missing sighandler_t
- 08:43 Changeset [59071] by
- added asserts to check correct order of wxHtmlDCRenderer methods calls
- 07:40 Changeset [59070] by
- fix a few typos
- 07:19 Ticket #10507 (add a link in the About pages navigation box to the i18n.php page) created by
- it's difficult to find the internationalization page in the wxwebsite. …
- 05:53 Changeset [59069] by
- Added wxSingleInstanceChecker for OS/2 (patch #10491).
- 05:52 Changeset [59068] by
- Added wxSingleInstanceChecker for OS/2 (patch #10491).
- 05:40 Changeset [59067] by
- only update stc.h when USE_STC==1
- 00:57 Ticket #10506 (mouse scroll button inside EVT-CHOICE and EVT_COMBOBOX) closed by
- wontfix: I don't know what you mean with "mouse scroll button inside EVT-CHOICE and …
02/20/09:
- 23:46 Changeset [59066] by
- Move Win and *nix/Mac build consolidation over to trunk.
- 20:56 Changeset [59065] by
- Consolidate both the Windows and *nix/Mac build processes to use …
- 18:13 Ticket #10506 (mouse scroll button inside EVT-CHOICE and EVT_COMBOBOX) created by
- Hello wxWidgets developers, you might be interested to know that we are …
- 17:42 Changeset [59064] by
- bump version number
- 17:22 Changeset [59063] by
- Stub in a new special purpose control bar class.
- 09:31 Changeset [59062] by
- updated floatcanvas externals revision
- 09:22 Changeset [59061] by
- Don't use a relative import, for Python 2.4 compatibility
- 08:38 Changeset [59060] by
- fix a couple of drawing defects
- 08:07 Changeset [59059] by
- show wxMutexGuiEnter/Leave by drawing into a bitmap from a secondary …
- 05:51 Changeset [59058] by
- remove MyExecThread: wxExecute can't be called from secondary threads …
- 04:47 Changeset [59057] by
- use correct form of rtf for making PDF
- 04:45 Changeset [59056] by
- minor cleaning: use %p instead of 0x%lx; clear in the menu name which is …
- 04:40 Changeset [59055] by
- use %p when logging the thread IDs instead of %lu to make it easier to …
- 04:26 Changeset [59054] by
- use correct form of rtf for making PDF
- 04:02 Changeset [59053] by
- implement wxThreadEvent safe copy ctor
- 03:56 Changeset [59052] by
- no real change; just reorder the sample putting all declarations together …
- 03:34 Changeset [59051] by
- recategorize many misplaced classes; move lots of classes from …
- 02:47 Ticket #2673 (Mouse Wheel Event not sent to second win in wxSplitterWindow) closed by
- fixed: Thanks for testing, closing as it seems to have been fixed.
- 02:37 Changeset [59050] by
- add missing macro
- 02:23 Changeset [59049] by
- missing backticks
- 01:34 Ticket #10505 (wxWidgets App craches when using OpenCV 1.1pre1a) created by
- wxWidgets App craches when using Highgui functions of OpenCV 1.1 pre1a …
- 01:27 Changeset [59048] by
- moved bakefile_gen.exe
- 00:58 Changeset [59047] by
- rc2
- 00:56 Changeset [59046] by
- rc2
02/19/09:
- 23:43 Ticket #10320 (Selective Yield implementation) closed by
- fixed: Replying to frm: > indeed. I think that your Logger class …
- 22:48 Changeset [59045] by
- fix for HP aCC
- 19:43 Changeset [59044] by
- Add more methods for managing sub items.
- 17:05 Changeset [59043] by
- rebundle for latest updates
- 16:16 Changeset [59042] by
- Adding install mode and moving install dir and build dir to script args.
- 16:16 Changeset [59041] by
- Adding install mode and moving install dir and build dir to script args.
- 15:45 Changeset [59040] by
- wxCHECK that there is an active event loop before using …
- 14:48 Changeset [59039] by
- mention wxThreadEvent in wxEVT_CATEGORY_THREAD and in …
- 13:30 Changeset [59038] by
- fix Windows compilation after last change
- 12:57 Changeset [59037] by
- don't leak events in wxEvtHandler::QueueEvent when there's no event loop
- 12:26 Ticket #10503 (generic wxImageList is missing copy constructor/operator) closed by
- fixed: (In [59036]) Make wxImageList not copiable (fixes #10503), replace wxList …
- 12:26 Changeset [59036] by
- Make wxImageList not copiable (fixes #10503), replace wxList with …
- 12:18 Changeset [59035] by
- If a selected item is about to be deleted, try to select the next one …
- 09:45 Changeset [59034] by
- add braces around if-body
- 09:45 Changeset [59033] by
- remove old hacks for gtk blit problem which was probably fixed long ago
- 09:44 Changeset [59032] by
- remove unnecessary cast, that type should match
- 09:28 Changeset [59031] by
- better fix for aCC and rawbmp.h
- 09:02 Changeset [59030] by
- Add support for running batch scripts (patch from Gaël)
- 08:22 Changeset [59029] by
- Tagging wxPython 2.8.9.2, setting revision for svn:externals
- 08:15 Changeset [59028] by
- Tagging wxPython 2.8.9.2
- 08:12 Changeset [59027] by
- Tagging wxPython 2.8.9.2
- 08:05 Changeset [59026] by
- 2.8.9.2 is in the can
- 07:31 Changeset [59025] by
- Add error output link support for VBScript (patch from Gaël ).
- 06:17 Changeset [59024] by
- compilation fix for systems without neither MSG_NOSIGNAL nor SO_NOSIGPIPE …
- 06:01 Changeset [59023] by
- another AIX compilation fix: getservbyname_r() returns int, not servent* …
- 00:04 Ticket #10504 (Add Background Colour to Font Attrributes Dialog) created by
- Since it is possible to set the background colour within the font …
Note: See TracTimeline
for information about the timeline view.
