Timeline
05/23/09:
- 14:21 Changeset [60725] by
- Branch for code lib reorganization and integration of codebrowsers taglib
- 11:59 Changeset [60724] by
- Find dialog remembers position throughout session.
- 09:32 Changeset [60723] by
- Directory creation, bakefile updates (and resulting generated makefiles, …
- 07:58 Ticket #10830 (Multiple selection in wxGenericDirCtrl) created by
- As per ticket #10824 I have uploaded a patch to add a new style to …
- 04:26 Changeset [60722] by
- make wxWindow::SetAutoLayout() now works for all windows, not just panels
- 00:49 Ticket #10829 (docview sample: enable canvas in --single mode) created by
- It is rather confusing being confronted with a disabled canvas, when …
- 00:46 Ticket #10828 (Hourglass in wxDocManager::OnPreview) created by
- It takes much too long for the hourglass to appear, in both branches. The …
05/22/09:
- 18:24 Changeset [60721] by
- apply patch from Hasan to fix some vi emulation issues related to screen …
- 16:21 Ticket #10827 (wxDocument: Adding an asterix to the title) created by
- Patch: Simply add the asterix before calling SetLabel(). Run the docview …
- 15:52 Ticket #10826 (Activate wxTextDocument.Modify() on text changes) closed by
- fixed: (In [60720]) mark the document as modified when its text control is …
- 15:52 Changeset [60720] by
- mark the document as modified when its text control is (closes #10826)
- 15:46 Ticket #10825 (docview sample is crashing) closed by
- fixed: (In [60719]) initialize wxDocChildFrameAnyBase before creating the real …
- 15:46 Changeset [60719] by
- initialize wxDocChildFrameAnyBase before creating the real window to …
- 15:45 Ticket #10826 (Activate wxTextDocument.Modify() on text changes) created by
- Paving the way for my next patch which will add the asterix to the title …
- 15:03 Ticket #10825 (docview sample is crashing) created by
- Due to uninitialized member variable.
- 12:54 Changeset [60718] by
- no real changes, just remove unneeded empty dtor
- 12:53 Ticket #10818 (wxGrid sets coloumn count to 0 if grid has no rows) closed by
- fixed: (In [60717]) return the correct number of columns from wxGridStringTable, …
- 12:53 Changeset [60717] by
- return the correct number of columns from wxGridStringTable, even when we …
- 12:37 Changeset [60716] by
- fix unused parameter warning after r60715
- 12:27 Ticket #10822 (Overriding OnMenuHighlight on Windows) closed by
- fixed: I think the bug is fixed by the above commit (for svn trunk).
- 12:25 Changeset [60715] by
- don't clear the status bar help text if the wxEVT_MENU_HIGHLIGHT event was …
- 11:40 Ticket #10824 (wxGenericDirCtrl::ShowHidden asserts if its treectrl has the wxTR_MULTIPLE ...) created by
- Revision 49571 introduced a wxASSERT_MSG in wxTreeCtrl::GetSelection, …
- 11:14 Ticket #10809 ([wxDFB] wxGetActiveWindow() missing) closed by
- fixed: (In [60714]) implement wxGetActiveWindow() which is now used by wx itself …
- 11:14 Changeset [60714] by
- implement wxGetActiveWindow() which is now used by wx itself (closes …
- 11:00 Ticket #10823 (wxTimer: 60296 breaks existing code in wxMSW) created by
- 60296 is causing problems in wxMSW. Code like in the documentation …
- 07:02 Changeset [60713] by
- allow 2 step creation of wxDocChildFrameAnyBase and derived classes
- 05:38 Changeset [60712] by
- Fix a few more issues with refreshing the codebrowser. (patch from Igor …
05/21/09:
- 16:34 Changeset [60711] by
- Add buffer position change message. Use in codebrowser so tree sync can …
- 15:20 Changeset [60710] by
- Codebrowser syncronizes with caret position. (patch from Igor Dejanovic)
- 13:27 Changeset [60709] by
- Fixed windows specific bug where closing the pref dialog after the last …
- 10:59 Ticket #3900 (BadMatch error when reparenting glcanvas in wxGTK 2.8.0) closed by
- fixed: I don't know why I didn't see this before, but I can reproduce it now. …
- 10:58 Changeset [60708] by
- fix crash when reparenting, #3900
- 10:45 Changeset [60707] by
- Fix bug in batch file comment command, ensure a space is between 'rem' and …
- 09:14 Ticket #9929 (wx.lib.plot.py: Improve SaveFile) closed by
- fixed: Replying to jaredhobbs: > Removed dlg1.Destroy(). dlg1 is …
- 09:12 Ticket #10822 (Overriding OnMenuHighlight on Windows) created by
- I've attached a sample that doesn't mess with my statusbar text on …
- 06:48 Ticket #10821 ([PATCH] stc: Optionally output minFound & maxFound from FindText) created by
- When calling FindText, our application selects the entire matching string, …
- 06:47 Ticket #10820 (Empty Label for wxListCtrl item when it is right clicked) created by
- Hi, I have a problem with wxListCtrl. When an item is activated (selected, …
- 04:33 Ticket #10819 (wxBitmap::UnShare should be called from GetRawData() and make exact copy ...) created by
- Thank you for such an excellent library! We've encountered some problems …
- 03:17 Changeset [60706] by
- COrrected my misapplied fix, sorry
- 03:17 Changeset [60705] by
- COrrected my misapplied fix, sorry
- 01:34 Changeset [60704] by
- Added a TR_NO_HEADER style to HyperTreeList to hide the header
- 01:08 Ticket #10818 (wxGrid sets coloumn count to 0 if grid has no rows) created by
- wxPort: wxMSW - 2.9.0RC3 OS: windows XP, SP2 Description: when creating …
05/20/09:
- 23:32 Ticket #10817 (stray caret in read-only wxRichText on OS X) created by
- Hi there, I'm creating a read-only RichText widget (from wxPython …
- 20:51 Ticket #10816 (please add in documentation of wxFilePickerCtrl that it doesn't support ...) created by
- And pls list the controls wxGenericValidator supports in the section …
- 16:18 Ticket #3900 (BadMatch error when reparenting glcanvas in wxGTK 2.8.0) reopened by
- I have wxWidgets 2.8.7.1 and I still see this issue. I rebuilt the …
- 16:03 Ticket #10815 (wxURL does not initialize m_useProxy in all cases.) closed by
- fixed: I think a better solution is to not use this variable at all in this case …
- 16:02 Changeset [60703] by
- don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see #10815)
- 15:58 Changeset [60702] by
- compilation fix in FindPaperType() after latest change
- 07:09 Ticket #10815 (wxURL does not initialize m_useProxy in all cases.) created by
- If wxUSE_PROTOCOL_HTTP is not set for your source(IE a none supported …
- 06:31 Ticket #10814 (Provide a mix-in handling "user-modified" status flag) created by
- I'm using this class quite often, might just as well refactor it into the …
- 06:18 Changeset [60701] by
- Avoid resetting size if paper id not found
- 06:18 Changeset [60700] by
- Avoid resetting size if paper id not found
- 06:16 Changeset [60699] by
- do allow calling Hide() on the window before it is created
- 06:16 Changeset [60698] by
- Fixed invisible CHM tooltip text bug when window text colour is black.
- 06:15 Changeset [60697] by
- Removed duplicate semicolon
- 06:08 Changeset [60696] by
- Added a comment about DMPAPER_USER not always working
- 06:07 Changeset [60695] by
- Added a comment about DMPAPER_USER not always working
- 05:25 Changeset [60694] by
- apply patch to make confdir flags match that in the help printout. (from …
- 04:56 Changeset [60693] by
- Fixed a problem with unrecognised paper id conversions
- 04:56 Changeset [60692] by
- Fixed a problem with unrecognised paper id conversions
- 01:44 Changeset [60691] by
- Added support for AquaButtons and GradientButtons to GenericMessageDialog …
- 01:05 Changeset [60690] by
- - Made FloatSpin (hopefully) locale-aware for the decimal separator
- 01:02 Changeset [60689] by
- - Made FloatSpin (hopefully) locale-aware for the decimal separator
05/19/09:
- 21:53 Ticket #10813 (wxGTK - Clipboard (partially) stops working after some hours) created by
- This solves the problem with the clipboard loosing functionality after …
- 18:54 Changeset [60688] by
- Apply patch to combine common parts popup lists to a single base class. …
- 14:35 Ticket #10812 (In wxGTK trunk, a disabled wxTextCtrl is no longer greyed) created by
- In wxGTK-2.8 and earlier, a disabled wxTextCtrl had a nice, restful …
- 14:19 Ticket #10811 (Image in docview sample) created by
- I think this wxImage doc and view code makes a neat addition to the …
- 14:15 Changeset [60687] by
- removed Ok() for bitmap and colour, use IsOk() instead
- 14:07 Changeset [60686] by
- removed Ok() for bitmap and colour, use IsOk() instead
- 08:39 Ticket #10810 (window crashes when drag over list control) created by
- I have a frame with a list control and above the list a window label …
- 05:39 Ticket #10809 ([wxDFB] wxGetActiveWindow() missing) created by
- since r60573 src/common/dlgcmn.cpp calls wxGetActiveWindow(), …
- 05:16 Changeset [60685] by
- Fix bug in parsing of new configuration command line option. (patch from …
- 03:51 Changeset [60684] by
- added Asturian language entry (see #10808)
- 02:06 Ticket #10808 (Add support for Asturian language) created by
- Hi! I use Ubuntu, and Poedit appears always in english :( The Poedit …
- 01:25 Ticket #10807 (wxTextIn/OutputStream getter) created by
- So you can get to the methods of the underlying stream: wxInputStream* …
05/18/09:
- 21:33 Ticket #10804 (samples/images has many asserts and will not display any images on wxGTK ...) closed by
- invalid: Sorry, the problem is actually in KDE Konqueror in Mandriva Linux. When I …
- 19:33 Changeset [60683] by
- Fix number of minor bugs related to searching for accented characters.
- 17:44 Changeset [60682] by
- Apply patch from Hasan Aljudy to add option to start in normal mode when …
- 15:23 Ticket #10806 (test ticket) closed by
- fixed: closed
- 12:41 Ticket #10806 (test ticket) created by
- Just checking emailing updates to the group…
- 04:32 Ticket #10805 (Application direction issue on RTL desktop) created by
- A while ago a bug on GTK that cased direction of applications without …
- 02:11 Ticket #3709 (Bad mouse cursor over gripper in floating pane wt caption) closed by
- fixed: This was fixed years ago.
- 02:10 Ticket #3597 (Layout problem with wxAUI) closed by
- fixed: This has been largely fixed, as the 'min size' feature is now working.
- 02:09 Ticket #3516 (The Lef / Right and Top / Bottom Docks over draw each other) closed by
- fixed: This has been largely fixed, as the 'min size' feature is now working.
- 02:08 Ticket #3779 (AddControl wxMenuBar Size is wrog) closed by
- outdated: I'm going to close this out, as a lot of work has been done in this area …
- 00:45 Ticket #10689 (Patch which changes wxAuiToolBar events to honor the wxEvent::IsChecked ...) closed by
- fixed: Applied to trunk, 2.9.0 and 2.8. Thanks.
05/17/09:
- 13:31 Changeset [60680] by
- Keep an instance of the SearchEngine to reuse for incremental searches …
- 09:16 Changeset [60679] by
- Complete refactoring of vi emulation handling. (modified patch from Hasan …
- 09:05 Ticket #10804 (samples/images has many asserts and will not display any images on wxGTK ...) created by
- I tested RC3 of wxWidgets 2.9.0 from this link: …
- 09:00 Ticket #10803 (samples/image is missing the vertical scrollbar on wxCocoa) created by
- I tested RC3 of wxWidgets 2.9.0 from this link: …
- 08:48 Ticket #10802 (samples/combo cannot display List View wxComboCtrl in wxCocoa) created by
- I tested RC3 of wxWidgets 2.9.0 from this link: …
- 08:35 Ticket #10801 (Underlined fonts not supported in wxOSX/Cocoa) created by
- I tested RC3 of wxWidgets 2.9.0 from this link: …
- 08:08 Ticket #10800 (demos/life does not properly update the display grid while running on ...) created by
- I tested RC3 of wxWidgets 2.9.0 from this link: …
- 07:52 Ticket #10799 (Using CallTipUseStyle() doesn't enable wxSTC_STYLE_CALLTIP) created by
- I've read in the docs that using: mySTC->CallTipUseStyle(40); (where …
- 07:45 Ticket #10798 (wxOSX Cocoa drawing tool is corrupted in samples/docview) created by
- I tested RC3 of wxWidgets 2.9.0 from this link: …
- 07:12 Changeset [60678] by
- disable a test failing under wxGTK because of what appears to be a Pango …
- 07:08 Changeset [60677] by
- add xtext codebrowser
- 07:01 Changeset [60676] by
- use a different known good face name under non-MSW
- 04:52 Changeset [60675] by
- correct test failures under MSW, it shouldn't assume that all predefined …
- 04:51 Changeset [60674] by
- correct test failures under MSW, it shouldn't assume that all predefined …
- 04:48 Changeset [60673] by
- deal with fonts with empty face name correctly in …
- 04:47 Changeset [60672] by
- deal with the fonts without any specified face name in …
- 04:08 Changeset [60671] by
- disable failing test as we want the test suite to pass in the release and …
- 03:56 Changeset [60670] by
- fix errors in EvtHandlerTestCase::BindFunctor() in optimized build: …
- 03:41 Changeset [60681] by
- Updates and fixes for new vim rewrite (patch from Hasan Aljudy).
- 02:58 Changeset [60669] by
- do not overwrite ms_{hwnd,className} in …
05/16/09:
- 20:53 Changeset [60668] by
- set revision for externals
- 20:27 Changeset [60667] by
- Tagging wxPython 2.8.10.1 release
- 20:22 Changeset [60666] by
- Tagging wxPython 2.8.10.1 release
- 20:12 Changeset [60665] by
- build tweaks
- 20:12 Changeset [60664] by
- Merge r60661 from 2.8 branch
- 20:03 Changeset [60663] by
- Merge r60659 from 2.8 branch
- 20:02 Changeset [60662] by
- reSWIGged
- 20:02 Changeset [60661] by
- Add some missing methods
- 20:01 Changeset [60660] by
- Update structured text docs
- 20:00 Changeset [60659] by
- fix copy command for bakefiles
- 19:59 Changeset [60658] by
- Set release date
- 15:30 Changeset [60657] by
- Remove shabang lines from test files as some Linux distro's apparently …
- 15:19 Changeset [60656] by
- Add sample file for Xtext
- 15:18 Changeset [60655] by
- Add support for XText (patch from igor.dejanovic)
- 14:36 Ticket #10797 (Events error while compiling under Pocket PC 2003) created by
- Events error while compiling under Pocket PC 2003: […] etc
- 09:06 Changeset [60654] by
- Display EOL mode of the current document in the status bar. Add context …
- 08:18 Changeset [60653] by
- Add setter for code object name
- 08:09 Changeset [60652] by
- Automatically show path completion list when doing an e or cd command.
- 07:59 Changeset [60651] by
- Apply patch from (hasan aljudy) to show cwd and add e! command to …
- 06:24 Changeset [60650] by
- fix typo from previous commit
- 03:57 Changeset [60649] by
- (dirty) fix rendering upon startup of the surface
- 03:43 Ticket #10657 (wxGTK regression: loading wxCursor from XPM file crashes) closed by
- fixed: Fixed in r60648
- 03:42 Changeset [60648] by
- fix the wxCursor(const wxString& cursor_file, ...) ctor by reusing wxImage …
- 02:05 Changeset [60647] by
- Fix typo
- 01:24 Ticket #10796 ([wxOSX] wxTextCtrl::GetDefaultStyle Initially Reports Incorrect Font Size) created by
- (Observed on OS X 10.5.) Invoking GetDefaultStyle on a freshly-created …
- 00:43 Ticket #10795 ([wxOSX] Mistitled About... Menu Item) created by
- The application menu's About menu item doesn't take its title from the …
Note: See TracTimeline
for information about the timeline view.
