Timeline
06/10/05:
- 10:53 Changeset [34632] by
- Allow MSW Base be usable in other ports than wxMSW (ie. wxTVision in …
- 07:57 Changeset [34631] by
- Don't use native font always.
- 07:45 Changeset [34630] by
- Compilation fix for Cygwin
- 07:19 Ticket #2585 (STL compatibility with WX_DECLARE_OBJARRAY) created by
- I'm not sure if this is a bug, because the documentation doesn't mention …
- 07:06 Ticket #2584 (Error in documentation of wxArray) created by
- In the documentation of wxArray, there are some errors. 1) The text "To …
- 06:37 Ticket #2583 (Error in documentation of wxList) created by
- In the documentation of wxList there is an error that might confuse …
- 05:04 Changeset [34629] by
- Declare gtk_icon_size_lookup if it is missing from the GTK+ headers (Bug …
- 04:52 Ticket #2582 (wxControl::GetLabel(), wxControl::GetLabel()) created by
- wxControl::GetLabel(), wxControl::GetLabel() not working in runtime …
- 04:08 Changeset [34628] by
- Typo
- 02:30 Changeset [34627] by
- Include rawbmp.h only for WXGTK20 (unneeded for GTK12 anyway and …
- 02:20 Changeset [34626] by
- Hopefully fixed library names generated by wx-config for OS/2's PM port.
- 02:17 Changeset [34625] by
- Removed some code for detecting no longer needed pthread functionality, …
- 01:39 Changeset [34624] by
- Need to set background colour for wxListBox, not just wxCheckListBox, to …
- 00:13 Ticket #9313 (Virtual wxComboBox) created by
- I will like to see a virtual combo box like wxVListBox
- 00:11 Ticket #9312 (RTL support) created by
- I will like that wxWidgets to support setting RTL layout: - for a window - …
- 00:09 Ticket #9311 (wxStaticText Vertical center text) created by
- I will like that wxStaticText when using NO_AUTORESIZE to be able to …
06/09/05:
- 23:48 Ticket #2581 (Bad ClientToScreen with LAYOUTRTL) created by
- After setting WS_EX_LAYOUTRTL for a frame …
- 23:40 Ticket #2580 (Hiding a control do not remove the control space) created by
- After switching to 2.6.1 from 2.6.0 when I hide a wxPanel derivated …
- 17:30 Changeset [34623] by
- Fix for bug #1217874, Error in parameter name in DocManager.CreateView
- 17:27 Changeset [34622] by
- Fixes for bug #1217872 pydocview.DocService not correctly initialized
- 17:10 Ticket #2579 (Closing view crashes Python) created by
- When multiple Views are open on the same Document in an MDI application, …
- 16:27 Ticket #2578 (Error in parameter name in DocManager.CreateView) created by
- DocManager.CreateView takes a parameter "document", but "doc" is actually …
- 16:25 Ticket #2577 (pydocview.DocService not correctly initialized) created by
- pydocview.DocService is not correctly initialized: it doesn't call …
- 15:57 Ticket #7378 (Swedish translation for the internat sample) created by
- This patch adds swedish as an alternative in the internat sample, and a …
- 14:52 Changeset [34621] by
- another compilation fix for wxUSE_MIMETYPE==0
- 14:51 Changeset [34620] by
- reSWIGged
- 14:51 Changeset [34619] by
- Virtualize OnInternalIdle.
- 13:18 Changeset [34618] by
- always set flat toolbar style, even under XP with themes: this is …
- 13:13 Changeset [34617] by
- don't statically link to SetMenuInfo(): it is not present in Win95/NT4
- 13:11 Changeset [34616] by
- Added wx.RendererNative class
- 12:39 Changeset [34615] by
- added explicit casts for (varagr) TIFFSetField() parameters
- 12:36 Changeset [34614] by
- (blind) compilation fix for wxUSE_UXTHEME==0
- 12:00 Changeset [34613] by
- Subrelease version bump
- 11:49 Changeset [34612] by
- reSWIGged
- 11:48 Changeset [34611] by
- Added wx.LogBuffer
- 11:37 Changeset [34610] by
- VC warning fixes.
- 07:49 Changeset [34609] by
- Worked around problem with kill focus event being sent as soon as the …
- 07:35 Ticket #7377 (make possible to disable OpenGL hardware acceleration) created by
- Thanks to this patch it's possible to disable OpenGL hardware acceleration …
- 05:31 Changeset [34608] by
- Temporary fix for checklistbox refresh problem; setting the background to …
- 03:26 Ticket #7376 (fix VC++6 workspace dependencies) created by
- This patch just add dependencies between each ".dsp" VC6 projects. For …
- 02:37 Changeset [34607] by
- Allow native font specification
06/08/05:
- 23:08 Ticket #2576 (wxGrid selection API works not intuitively) created by
- When I create a grid and register an event handler for a right button …
- 16:34 Changeset [34606] by
- UniChar being platform endian
- 16:23 Changeset [34605] by
- fixing build for debug
- 16:13 Ticket #7375 (fix for bug 1040539) created by
- This is a fix for bug 1040539 In method wxWindow::Create(...) in file …
- 16:07 Changeset [34604] by
- Don't deselect all others when SelectItem is called on a treectrl with …
- 16:05 Changeset [34603] by
- For consistency with the other ports don't send an event when a radio …
- 15:22 Ticket #2575 (The generic tree control is deselecting all when SelectItem ) created by
- The generic tree control is deselecting all when SelectItem or …
- 14:47 Changeset [34602] by
- include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of …
- 14:42 Changeset [34601] by
- added tech note for MSW programmers
- 14:28 Changeset [34600] by
- test for TB_SETBUTTONINFO instead of _WIN32_IE in …
- 13:13 Changeset [34599] by
- don't define WINVER as 0x0600 for VC6, its standard headers warn against …
- 11:19 Ticket #2574 (SetBackgroundColour not respected after change to 2.6.0.1) created by
- SUSE Linux 9.2 - KDE 3.3.0 - gtk2 wxPython 2.6.0.1 python 2.3.4 I am …
- 10:49 Changeset [34598] by
- guard against erases during tlw window destruction
- 08:17 Changeset [34597] by
- [ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.
- 07:49 Changeset [34596] by
- Second part of '[ 1216148 ] cleanup: unused variables and declarations'.
- 07:37 Changeset [34595] by
- Second part of '[ 1216148 ] cleanup: unused variables and declarations'.
- 07:32 Changeset [34594] by
- Second part of '[ 1216148 ] cleanup: unused variables and declarations'.
- 06:56 Changeset [34593] by
- define MIM_STYLE and MNS_CHECKORBMP for mingw32 which doesn't have them
- 01:17 Ticket #2573 (wxMSW Appl crash when a toolbar has both wxComboBox and tool) created by
- wxMSW Appl crash when a toolbar has both wxComboBox and tools placed AFTER …
06/07/05:
- 17:30 Changeset [34592] by
- adding dynamic build fixes
- 16:59 Changeset [34591] by
- xcode 2.1 support
- 16:54 Changeset [34590] by
- xcode 2.1 support
- 16:40 Changeset [34589] by
- xcode 2.1 support
- 13:20 Changeset [34588] by
- don't use WINVER for tests, work around bug in VC6 headers in another way
- 13:19 Changeset [34587] by
- don't define WINVER in platform.h, do it in wrapwin.h and always define it …
- 13:18 Changeset [34586] by
- correcting condition
- 13:15 Changeset [34585] by
- don't draw edge around the bitmap for pseudo owner-drawn items, this …
- 13:13 Changeset [34584] by
- InsertMenuItem() works with bitmaps under Win98 too (not only ME)
- 13:09 Changeset [34583] by
- don't test for WINVER inside the library, we do all the tests at run-time, …
- 12:16 Changeset [34582] by
- First part of '[ 1216148 ] cleanup: unused variables and declarations'.
- 12:01 Changeset [34581] by
- First part of '[ 1216148 ] cleanup: unused variables and declarations'.
- 11:55 Changeset [34580] by
- VC6 (harmless) warning fix
- 11:46 Changeset [34579] by
- Reuse wxTempFile and wxFile in wxConcatFiles.
- 11:30 Changeset [34578] by
- use InsertMenuItem() for more native support of bitmaps in menu items when …
- 11:29 Changeset [34577] by
- define wxUSE_UNICODE before including wx/chkconf.h which uses it
- 11:28 Changeset [34576] by
- support not-quite-owner-drawn mode when we draw only the bitmap and the …
- 11:24 Changeset [34575] by
- don't create (and leak) wxLogStderr in wxEntryReal(), we now create …
- 09:55 Changeset [34574] by
- wxGetWinVersion() must be exported from base DLL, not core
- 09:45 Changeset [34573] by
- forgot to export wxGetWinVersion() from DLL
- 09:21 Changeset [34572] by
- wxPalmOS build fix.
- 09:08 Ticket #2572 (Trouble with ID of wxShape) created by
- Hello. My english is not good. I work with python and wxPython on Mac OS X …
- 07:47 Ticket #7374 (cleanup "shadow variable" warnings from gcc in headers) created by
- The attached patch cleanups "shadow variable" warnings from gcc in several …
- 07:37 Ticket #2571 (wxLocale::GetSystemEncodingName() returns empty string under OS X) created by
- On MacOS X, wx.Locale.GetSystemEncodingName() returns the empty string …
- 07:34 Ticket #2570 (bus error with GetBestVirtualSize()) created by
- I have error a bus error on MacOSX when doing a GetBestVirtualSize() on a …
- 07:34 Ticket #2569 (wxSizer::DeleteWindows() leaves sizer in bad state) created by
- wxSizer::DeleteWindows() deletes the windows but (invalid/unusable) …
- 06:29 Changeset [34571] by
- added wxGetWinVersion()
- 05:52 Changeset [34570] by
- Missing include.
- 05:28 Changeset [34569] by
- silently ignore wxUSE_UNICODE_MSLU in non-Unicode builds (see also rev …
- 05:19 Changeset [34568] by
- added tests of more URLs in URITestCase::URLCompat()
- 05:17 Changeset [34567] by
- fix for fixing of escape sequences (patch 1213416)
- 05:11 Changeset [34566] by
- Missing include.
- 05:10 Changeset [34565] by
- use pragma warning push/pop under MSVC instead of enabling temporarily …
- 05:06 Changeset [34564] by
- use stderr in wxMessageOutputBest::Printf() even under Windows if it's …
- 05:05 Changeset [34563] by
- don't do anything in wxLogBuffer::Flush() if there are no messages (patch …
- 03:08 Changeset [34562] by
- Missing include.
06/06/05:
- 21:22 Ticket #7373 (no message box when error output stream usable) created by
- Hi, this patch prevents showing a MessageBox in all wxMSW applications …
- 20:56 Changeset [34561] by
- support mac on little endian systems
- 20:55 Ticket #7372 (cleanup: unused variables and declarations) created by
- Local variables which are unused or never read; file-scope declarations, …
- 20:32 Changeset [34560] by
- support mac on little endian systems
- 20:25 Changeset [34559] by
- support mac on little endian systems
- 16:38 Changeset [34558] by
- generate an error message when a module initialization fails, otherwise …
- 16:36 Changeset [34557] by
- use wxLogBuffer to ensure that we don't lose error messages during …
- 16:35 Changeset [34556] by
- added wxLogBuffer which collects all log messages in a string buffer
- 16:34 Changeset [34555] by
- added wxMessageOutputBest which tries to show the message to the user in …
- 16:28 Ticket #2568 (wxWidgets-2.6.1.tar.gz problem(s) with VC++ 6) created by
- My understanding is that wxWidgets-2.6.1.tar.gz provides all ports, …
- 16:12 Ticket #2567 (wxWidgets-2.6.1.tar.gz problem(s) with VC++ 6) created by
- My understanding is that wxWidgets-2.6.1.tar.gz provides all ports, …
- 15:05 Changeset [34554] by
- don't crash if FormatMessage() fails in wxSysErrorMsg()
- 14:39 Ticket #7371 (Mac wxDirDialog's message to be displayed) created by
- I needed the message to be displayed on the wxDirDialog window. The …
- 14:39 Changeset [34553]
- This commit was manufactured by cvs2svn to create tag 'wxPy_2_6_1_0'.
- 14:39 Changeset [34552] by
- Put back this icon, it's needed by the windows installer
- 14:28 Ticket #7370 (Mac xrc enables unknown class) created by
- This is a probably not complete but still usable implementation of …
- 12:34 Changeset [34551] by
- Dependency tracking for Sun CC
- 12:23 Changeset [34550] by
- Compilation fix for Cygwin
- 11:54 Changeset [34549] by
- updates from Rosetta
- 09:47 Changeset [34548] by
- Source cleaning inspired by and included in patch '[ 1215450 ] cleanup: …
- 05:16 Changeset [34547] by
- update from Hakki Dogusan
- 04:52 Changeset [34546] by
- DECLARE_DYNAMIC_CLASS() requires a default ctor
- 04:37 Ticket #2566 (wxMSW 2.6.1 apps fails to run if comctl32.dll < 4.70) created by
- wxMSW 2.6.1 apps fails to run on Win95 with comctl32.dll < 4.70: "Linked …
- 00:33 Ticket #7369 (wxPluginLibrary, wxFileSystemInternetModule, and wxFileSyste) created by
- I am using latest CVS version on MSW with dlls compiled with MSVC2003. …
06/05/05:
- 23:32 Ticket #7368 (cleanup: unreachable code) created by
- Conditionals which are partly or completely invariant, unreachable return …
- 17:05 Changeset [34545] by
- removed check for wxUSE_UNICODE==1 if wxUSE_UNICODE_MSLU==1 as it makes it …
- 17:03 Changeset [34544] by
- check for Unicode being used under Win9x much earlier on startup as …
- 12:16 Changeset [34543] by
- Compilation fix for Cygwin, it doesn't have digitalv.h
06/04/05:
- 21:51 Changeset [34542] by
- Build and distrib changes and etc. for 2.6.1.0
- 16:39 Ticket #2565 (wxPathList::FindAbsoluteValidPath() returns file in cwd) created by
- If a file is not found in the path list but the file is found in the …
- 10:45 Changeset [34541] by
- Detect Apple bug that prevents the joystick code compiling for OS X 10.1
- 10:45 Changeset [34540] by
- DeleteEntry should SetDirty when any entry is removed, not just the last …
- 10:18 Ticket #2564 (wxChoice min size layout bug) created by
- If you have a wxNotebook mounted on a panel with a sizer, which is …
- 09:12 Ticket #2563 (Begin Drag on Tiger hangs the whole app.) created by
- This is Mac OSX Tiger specific. I tested on Panther, Linux GTK2, Windows …
06/03/05:
- 19:39 Ticket #7367 (fix typo in griddemo.cpp) created by
- see subject
- 16:59 Changeset [34539] by
- Typo fixed
- 15:07 Changeset [34538] by
- reSWIGged
- 14:39 Changeset [34537] by
- Use the wx.ART_NORMAL_FILE icon
- 14:38 Changeset [34536] by
- Ignore HtmlHelpController.Destroy() since it owns itself, to avoid double …
- 11:18 Ticket #2562 (wxMSW 2.6.1 - EVT_UPDATE_UI bug in wxMDIChildFrame) created by
- In wxMDIChildFrame, EVT_UPDATE_UI is not called when you hit a menu …
- 11:06 Ticket #2561 (wxMSW 2.6.1 - DLL's not linking out of the box) created by
- wxMSW 2.6.1 - build/msw/wx_base.dsp: base DLL targets (Win32 DLL Debug …
- 11:04 Ticket #2560 (wxMSW 2.6.1 - DLL targets not linking out-of-the-box) created by
- wxMSW 2.6.1 - build/msw/wx_base.dsp: base DLL targets (Win32 DLL Debug …
- 09:33 Ticket #7366 (Adds wxStandardPaths::GetDocumentsDir() [FeatureReq 1193550]) created by
- These patches implement a new function in the wxStandardPaths classes, …
- 01:33 Ticket #2559 (Bug in wxMac 2.6.1 wxMenuItemList) created by
- /usr/bin/ld: Undefined symbols: …
Note: See TracTimeline
for information about the timeline view.
