Timeline
05/06/10:
- 23:45 Changeset [64240] by
- Integrate with GNOME's Recent Documents menu. GTK+ provides …
- 23:25 Ticket #12030 (CaptureMouse/ReleaseMouse problems on gtk port) created by
- I've been using some code written by Auria which creates a wxButton that …
- 11:28 Changeset [64239] by
- Clarify that wxFileSystem::OpenFile() takes URL, not filename.
- 11:25 Changeset [64238] by
- Unload Acrobat DLLs when closing the window.
- 11:25 Changeset [64237] by
- Unload Acrobat DLLs when closing the window.
- 11:20 Changeset [64236] by
- Clamp the index to actual range. Closes #11826
- 11:20 Ticket #11826 (Index out of range error in wordwrap) closed by
- fixed: (In [64235]) Clamp the index to actual range. Closes #11826
- 11:20 Changeset [64235] by
- Clamp the index to actual range. Closes #11826
- 10:52 Changeset [64234] by
- Special Python implementations of PGProperty member functions …
- 10:44 Changeset [64233] by
- PGProperty.SetChoices() can now also accept array of strings as argument …
- 10:42 Changeset [64232] by
- Change wxPGProperty::SetChoices() to accept 'const wxPGChoices&'
- 10:36 Ticket #12029 (menu sample crashes because of separator) created by
- The menu sample crashes. There were some changes in menucmn.cpp that cause …
- 10:21 Changeset [64231] by
- Modify float/double wxAny testing to use CPPUNIT_ASSERT_EQUAL() instead of …
- 06:32 Ticket #12028 (wxGraphicsContext cannot be used with wxPrintPreview) created by
- Under wxMSW, wxGraphicsContext cannot be used to render a print preview …
- 06:05 Ticket #12018 (make two phases creation work for wxRibbon related controls) reopened by
- [This probably was closed unintentionally, reopening] Unfortunately the …
- 06:05 Ticket #12027 (wxCommandProcessor crash) created by
- There is a crash in wxCommandProcessor::Store when there is a limit for …
- 06:01 Ticket #12018 (make two phases creation work for wxRibbon related controls) closed by
- fixed: It was intended to work, so I'm in favour of applying this.
- 05:59 Ticket #12004 (wxSpinCtrlDouble no keyboard navigation) closed by
- fixed: I don't think there any wxSpinCtrl-specific problems remaining here so I'm …
- 05:58 Changeset [64230] by
- Don't accept focus in the dummy main generic spin control window. This …
- 05:58 Changeset [64229] by
- Don't send wxEVT_COMMAND_SPINCTRLDOUBLE_UPDATED when nothing changed. The …
- 05:58 Changeset [64228] by
- Always update the value of generic spin control when leaving it. We could …
- 05:58 Ticket #12019 (wxTreeCtrl doesn't handle keyboard navigation "natively" on Mac) closed by
- fixed: (In [64227]) Make keyboard navigation in generic wxTreeCtrl more Mac-like …
- 05:58 Changeset [64227] by
- Make keyboard navigation in generic wxTreeCtrl more Mac-like under OS X. …
- 05:40 Changeset [64226] by
- Check that menu ids are limited to MSW-supported range. We already check …
- 05:40 Ticket #12016 (Bosnian language missing in wxLocale) closed by
- fixed: (In [64225]) Added wxLANGUAGE_BOSNIAN. Closes #12016.
- 05:40 Changeset [64225] by
- Added wxLANGUAGE_BOSNIAN. Closes #12016.
- 05:22 Changeset [64224] by
- Mention that hatched pens don't work under wxGTK and wxX11. See #11983.
- 05:12 Changeset [64223] by
- Refactor wxTranslationsLoader API. Instead of calling back into …
05/05/10:
- 23:26 Ticket #12026 (Explain how to navigate to the given anchor in wxHtmlWindow) created by
- In response to: >>Ticket #12020 (closed enhancement: wontfix) >>The …
- 22:43 Changeset [64222] by
- Move wxScopedPtr::reset() implementation to wxDEFINE_SCOPED_PTR. Just as …
- 22:42 Changeset [64221] by
- Use wxCHECKED_DELETE in wxScopedPtr::reset(). It was only used in delete …
- 22:42 Changeset [64220] by
- Use wxCHECKED_DELETE in wxScopedPtr<T>. It was only used in macros-based …
- 21:47 Ticket #12025 (wxDataViewVirtualListModel calls super-class' version of certain virtual ...) created by
- WxDataViewVirtualListModel calls the super-class' version of virtual …
- 21:29 Ticket #12020 (Make wxHtmlWindow::ScrollToAnchor public instead or protected) closed by
- wontfix: There is a reason why it isn't public: it's an implementation detail. Use …
- 18:40 Ticket #12024 (wxKeyEvent contains incorrect values for the GetX(), GetY() information) created by
- In MSW 2.8.11, CreateKeyEvent seems to create mouse x/y information …
- 17:10 Ticket #12023 (Spurious memory leak reports with MSVC debug CRT) created by
- I'm using Visual Studio 2010 (MSVC 16.00.30319.01) on Windows XP 32-bit. …
- 11:22 Ticket #12022 (RegionFromPoints versus DrawPolygon on Macbook Pro) created by
- Hi, I was asked by Robin Dunn to report the following result on my …
- 11:17 Ticket #12021 (SetAxisOrientation on Macbook Pro Running 10.6.3) created by
- Hi, Robin Dunn asked me to: "Looks like wxMac is not doing the right …
- 11:07 Ticket #12020 (Make wxHtmlWindow::ScrollToAnchor public instead or protected) created by
- The wxHtmlWindow::ScrollToAnchor is a useful function and I don't think it …
- 06:53 Changeset [64219] by
- Fix PCH-less compilation after recent changes. Include wx/sizer.h …
- 06:50 Changeset [64218] by
- Fix incorrect assumptions about locales codes. wx incorrectly assumes …
- 05:45 Changeset [64217] by
- No changes, just make wxDataViewEditorCtrlEvtHandler private. This class …
- 05:45 Ticket #11732 (wxDataViewCtrl sample asserts just after edited any text field) closed by
- fixed: (In [64216]) Pop event handler from wxDVC edit control before destroying …
- 05:45 Changeset [64216] by
- Pop event handler from wxDVC edit control before destroying it. This …
- 05:38 Ticket #12019 (wxTreeCtrl doesn't handle keyboard navigation "natively" on Mac) created by
- wxTreeCtrl handles left and right arrow keys differently than Mac's native …
- 05:34 Ticket #11992 (Assertion failure in dataviewctrl) closed by
- duplicate: Ok, this is really the same as #11732 and I prefer a simpler patch from …
- 05:27 Changeset [64215] by
- Don't use size_t for plural forms parameter. size_t should be used for …
- 05:20 Changeset [64214] by
- Notify user less intrusively about overflow when previewing HTML …
- 05:20 Changeset [64213] by
- Move wxInfoBar to core library from adv. This is necessary in order to be …
- 05:19 Changeset [64212] by
- Replace wxPrintout::SetIsPreview() with SetPreview(). Unlike the old …
- 05:19 Changeset [64211] by
- No real changes, just clean up wxAbortProc mess. Remove m_lpAbortProc …
- 05:19 Changeset [64210] by
- Remove GtkPrintOperation preview signal handler. This handler wasn't …
- 01:21 Ticket #12018 (make two phases creation work for wxRibbon related controls) created by
- when using the usual "default constructor + ::Create" approach everything …
- 00:45 Changeset [64209] by
- Fix wxScopedCharTypeBuffer<T>::CreateOwned() to match docs. The …
05/04/10:
- 15:35 Ticket #12017 (wxFileName::Normalize() should (optionally) resolve symlinks) created by
- This would allow wxFileName::SameAs() to match two different paths …
- 14:59 Ticket #11276 ([wxMSW] MonthCal_GetCurSel in wxCalendarCtrl) closed by
- fixed: (In [64208]) Ignore time component of SYSTEMTIME in wxCalendarCtrl. …
- 14:59 Changeset [64208] by
- Ignore time component of SYSTEMTIME in wxCalendarCtrl. Native month …
- 09:38 Changeset [64207] by
- Fixed a typo in misc/languages/README.
- 09:15 Changeset [64206] by
- docstring typo
- 08:55 Ticket #12016 (Bosnian language missing in wxLocale) created by
- The title sais enough, in order to insert a bosnian translation ("bs"), I …
- 08:09 Ticket #12015 (wxTreeBook's wxTreeCtrl has no TAB handler) created by
- MSW with Trunk and VC++2008 Widgets sample. Any page with a wxRadioBox …
- 05:15 Changeset [64205] by
- Move wxFileHistory out of docview framework, add wxUSE_FILE_HISTORY.
05/03/10:
- 17:20 Ticket #12014 (wxStyledTextCtrl multiline brace highlighting graphical errors) created by
- I am experiencing strange behaviour when trying to implement brace …
- 14:39 Ticket #11703 (Trunk wxX11 apps assert and crash) closed by
- fixed: Yes, you're right: 'minimal' now runs OK. (Sorry, I should have checked …
- 05:06 Ticket #12013 (Fatal error C1189 #error: "SIZEOF_WCHAR_T must be defined, but isn't.") created by
- The error appens during build of the 2.9.0 SVN copy of the library, …
- 04:19 Changeset [64204] by
- Use wxString::ToCDouble() instead of emulating it. No real changes, just …
- 01:02 Changeset [64203] by
- Update OpenVMS compile support
05/02/10:
- 20:36 Ticket #12012 (wxCheckListBox changes font when updating list) created by
- The wxCheckListBox control changes to a different font after appending …
- 11:25 Ticket #12011 (extended list box does not work under ubuntu 10.04) created by
- I downloaded and compiled wxWidgets 2.8.11 under Ubuntu 10.04 LTS. Here is …
- 06:49 Ticket #12010 (Building with MSVC 2010 Express) created by
- Since MSVC 2010 Express edition is available now, I decided to give it a …
- 05:19 Changeset [64202] by
- Fix PCH-less build after changes r64139. As wx/log.h is not included from …
- 05:19 Changeset [64201] by
- Include <windows.h> before including <shellapi.h>. Although this is not …
- 05:11 Changeset [64200] by
- Create a branch for GSoC 2010 project for GUI classes unit testing by …
- 05:10 Changeset [64199] by
- Create a branch for GSoC 2010 project for wxMaskedEditCtrl implementation …
- 05:09 Changeset [64198] by
- Create a branch for GSoC 2010 project for Windows Vista/7 UI enhancements …
- 05:06 Changeset [64197] by
- Create a branch for GSoC 2010 project for wxRichTextCtrl image support …
- 05:01 Ticket #11599 (Make wxTreeCtrl:: SetFocusedItem/ClearFocusedItem public) closed by
- fixed: (In [64196]) Add wxTreeCtrl::{Clear,Set}FocusedItem(). Allow changing …
- 05:01 Changeset [64196] by
- Add wxTreeCtrl::{Clear,Set}FocusedItem(). Allow changing just the …
- 04:48 Changeset [64195] by
- Spell contributor name correctly. Use the spelling preferred by Nikolay …
05/01/10:
- 14:42 Changeset [64194] by
- Update to trunk r64193
- 14:06 Changeset [64193] by
- Added more stubs
- 08:24 Changeset [64192] by
- Add function to test for multiline selections
- 08:04 Changeset [64191] by
- fix documentation typo
- 06:41 Changeset [64190] by
- Detect qt paths via pkg-config
- 06:38 Changeset [64189] by
- Detect qt paths via pkg-config
- 05:35 Changeset [64188] by
- Improved MOC rules
04/30/10:
- 23:51 Ticket #12009 (FlatMenu demo enhancements and bug) created by
- After ticket 11918: http://trac.wxwidgets.org/ticket/11918 has been …
- 23:24 Ticket #12008 (wxSVGFileDC creates invalid floating numbers in SVG file due to locale) created by
- On a German Windows (tested on Windows7) the decimal point is represented …
- 16:55 Ticket #12007 (wx.lib.colourutils.AdjustColour - "brighten" color appears bugged) created by
- Darkening a color with colourutils appears as I'd expect, but brightening …
- 11:29 Changeset [64187] by
- updated headers
- 11:29 Changeset [64186] by
- textctrl impl
- 09:55 Changeset [64185] by
- adding wrapper for native UIWindow, using designated initializer for view …
- 09:53 Changeset [64184] by
- adjusting to API change of cocoa and carbon
- 09:52 Changeset [64183] by
- cleanup
- 09:46 Changeset [64182] by
- Check in samples/dll for WXUSINGDLL. If it is set and DLL build of wx is …
- 09:40 Changeset [64181] by
- moving value setting conformance to impl
- 09:31 Changeset [64180] by
- iphone implementations
- 08:27 Ticket #12006 (wxMac "quit unexepectedly" on exit) closed by
- fixed: It seems that it was my fault (sorry!) There was two problems: 1. …
- 07:48 Ticket #12006 (wxMac "quit unexepectedly" on exit) created by
- Hello, I'm using wxMac-2.8.11 on Snow Leopard. In an application I'm …
- 06:32 Changeset [64179] by
- Use scoped ptrs to managed wxAnyValueType instances. This fixes …
- 03:20 Ticket #12005 (Allow permanently setting the width at which wxStaticText is wrapped) created by
- I would expect wxStaticText::Wrap to behave like any other property of a …
- 02:29 Changeset [64178] by
- adding uifont support
- 01:18 Ticket #12004 (wxSpinCtrlDouble no keyboard navigation) created by
- Using wxMSW widgets sample with Vista64 and SVN Trunk with VC++ 2008 …
04/29/10:
- 18:44 Changeset [64177] by
- Support 'with' statement in Python auto-indenter
- 16:14 Changeset [64176] by
- Add missing PySlices icons
- 16:09 Changeset [64175] by
- fix the default message raised with deprecation warnings
- 16:09 Changeset [64174] by
- Fix import
- 16:08 Changeset [64173] by
- Demo multi-stop gradient brushes, and mention the new feature in the …
- 16:05 Changeset [64172] by
- Cairo GraphicsGradientStop[s] and gradient brush changes to match new …
- 16:02 Changeset [64171] by
- port distrib build changes from 2.8 branch
- 15:55 Changeset [64170] by
- first pass at build updates, fixes and cleanup for 2.8.11.0
- 15:54 Changeset [64169] by
- uppercase the acronym
- 15:53 Changeset [64168] by
- reSWIGged
- 15:53 Changeset [64167] by
- 2.8 can have the msgpanel module too
- 15:52 Changeset [64166] by
- Add missing PySlices icons
- 07:32 Ticket #12003 (Update wxRibbonButtonBar buttons with wxUpdateUIEvent) created by
- Hi all. This patch make wxRibbonButtonBar fire wxUpdateUIEvent to update …
- 06:50 Ticket #12002 (Assertion failed in src/gtk/frame.cpp(330)) created by
- I have got an error when using AUI pane - when I undock it and then try to …
- 06:32 Ticket #12001 (Segmentation fault on wxWidgets/MINGW) created by
- I have got segmentation fault with message: Program received signal …
- 03:43 Ticket #12000 (wxRichTextCtrl: colour and text style changes ignored when AppendText() is ...) created by
- Example: […] For this case, the text is still normal and black. No …
- 01:31 Changeset [64165] by
- Always use active wxTranslations instance via wxLocale. Don't use …
Note: See TracTimeline
for information about the timeline view.
