Timeline
03/08/09:
- 23:15 Changeset [59445] by
- Add options to add close buttons to segments.
- 21:29 Changeset [59444] by
- Fix for accessing m_peer during initialization.
- 20:28 Changeset [59443] by
- Fix strange error reported via error reporter where the filehistory object …
- 18:35 Changeset [59442] by
- fix bug in name resolution of log plugin.
- 18:28 Changeset [59441] by
- Use new plugin configuration interface.
- 18:23 Changeset [59440] by
- Don't use module argument for download items.
- 15:50 Ticket #10566 (wxGTK-2.8.9 wxComboBox::SetFont() does not work) created by
- Hey friends, the function wxComboBox::SetFont(...) has no effect on GTK. …
- 15:43 Changeset [59439] by
- Fix bug in resovling handler name, caused by previous refactoring.
- 14:41 Changeset [59438] by
- Commit most parts of #10495 wxDataViewCtrl needs a way to start the label …
- 14:23 Ticket #10556 (wxDataViewCtrl keyboard navigation broken in r59379) closed by
- fixed: (In [59437]) Fixes #10556: wxDataViewCtrl keyboard navigation broken in …
- 14:23 Changeset [59437] by
- Fixes #10556: wxDataViewCtrl keyboard navigation broken in r59379, some …
- 09:23 Changeset [59436] by
- Add interface for plugins to add configuration panels to the …
- 08:59 Changeset [59435] by
- take into account the width of the static box label in wxStaticBoxSizer …
- 08:54 Changeset [59434] by
- no changes, just removed unnecessary GetStaticBoxBorders() function
- 08:49 Ticket #10565 (Generic wxSpinControl does not respect wxSP_ARROW_KEYS flag) created by
- In my wxMSW application, wxSpinCtrlDouble does not honour the …
- 07:34 Ticket #9085 ([2.8] Full Scene Anti Aliasing for wxGLCanvas.) reopened by
- 05:58 Changeset [59433] by
- add wxAppConsoleBase::DeletePendingEvents and …
- 05:56 Changeset [59432] by
- document that locking a wxMutex or a wxCriticalSection twice from the same …
- 05:08 Changeset [59431] by
- document wxProgressDialog::Update(maximumValue) behaviour and warn the …
- 05:05 Changeset [59430] by
- fix typo; distribute docs between Open() overloads for better …
- 04:34 Changeset [59429] by
- Added support for 'AutoComplete' attribute, automatically used by any …
- 04:04 Changeset [59428] by
- Always reduce size of the last (instead of widest) wxPropertyGrid column …
- 03:02 Changeset [59427] by
- letting the peer declare whether it wants to draw its borders itself (eg …
- 00:57 Ticket #4448 (wxTR_MULTIPLE breaks EVT_LEFT_DOWN on MS Windows) closed by
- fixed: #626 was resolved which fixes this issue.
03/07/09:
- 22:43 Ticket #10548 (Double click is broken in wxListBox on OSX Cocoa) closed by
- fixed: Applied, thanks!
- 22:42 Changeset [59426] by
- Fix double-click support for wxListBox (#10548)
- 22:36 Ticket #10559 (assert failure when creating wxChoicebook in wxOSX) closed by
- fixed: (In [59425]) Mac inherits the window variant setting on control creation, …
- 22:35 Changeset [59425] by
- Mac inherits the window variant setting on control creation, and thus on …
- 20:15 Changeset [59424] by
- Fixes needed to get transient popup windows working, also implement …
- 19:32 Changeset [59423] by
- Make sure the user can't select the text.
- 19:24 Ticket #10564 (wx_propgrid.dsp is missing from Daily Snapshots) created by
- I have downloaded a couple of wxMSW Daily Snapshots as linked from …
- 15:44 Ticket #10518 (Patch for src/gtk/dataview.cpp compilation error) closed by
- fixed: Thanks for the patch, I have applied it as r59199 but for some reason the …
- 15:37 Changeset [59422] by
- detect adding too many items to a grid sizer sooner and don't crash if …
- 12:05 Ticket #10563 (Fix a stale comment in src/msw/app.cpp.) created by
- There is a stale comment in src/msw/app.cpp on the trunk, missed in a …
- 11:43 Ticket #10562 (Backport trunk change to make 2.8 branch support multiple wxWidgets ...) created by
- This is a request to back-port the [53552] revision to the stable 2.8 …
- 11:36 Changeset [59421] by
- support %l in wxDateTime::ParseFormat()
- 10:47 Ticket #10561 (Missing wxUSE_IMAGE checks.) created by
- The include/wx/msw/region.hpp header file on the 2.8 branch includes a …
- 08:08 Ticket #9135 (wxString::Replace() very slow) closed by
- fixed: (In [59420]) optimize Replace() to use a linear algorithm (closes #9135)
- 08:07 Changeset [59420] by
- optimize Replace() to use a linear algorithm (closes #9135)
- 07:49 Changeset [59419] by
- add wxUSE_CONFIG checks (see #10560)
- 07:49 Changeset [59418] by
- no changes, just remove an extra space (see #10560)
- 07:39 Ticket #10057 (wxGetMultipleChoices doesn't allow to distinguish between canceling and ...) closed by
- fixed: (In [59417]) replace wxGetMultipleChoices() with wxGetSelectedChoices() …
- 07:39 Changeset [59417] by
- replace wxGetMultipleChoices() with wxGetSelectedChoices() which allows to …
- 07:38 Ticket #10560 (Missing wxUSE_CONFIG checks.) created by
- Several headers have been noted to be missing wxUSE_CONFIG checks, thus …
- 07:31 Ticket #9679 (wxFileDialog::SetExtraControlCreator() for wxMSW) closed by
- fixed: I don't see how to do the resizing easily (i.e. without installing hooks …
- 07:28 Changeset [59416] by
- correct size of extra controls in pixels to dialogs units correctly (see …
- 07:16 Changeset [59415] by
- don't add the sash size to the best size if the window is not actually …
- 07:10 Changeset [59414] by
- also remove WXUNUSED_UNLESS_DEBUG to fix release build after t59404
- 07:08 Changeset [59413] by
- compilation fix: add missing header after r59404
- 06:54 Changeset [59412] by
- wxMac requires UTF-8 for wxTextDataoObject
- 06:37 Changeset [59411] by
- store our styles in wxSpinCtrlGenericBase ctor (needed to make the changes …
- 06:31 Ticket #10539 (wxDirDialog tree display defect in Windows) closed by
- invalid: Thanks for the explanation, I now understand what you're trying to achieve …
- 06:27 Ticket #10557 (wxSpinCtrlDouble does not wrap around) closed by
- fixed: (In [59410]) support wxSP_WRAP in generic implementation (closes #10557)
- 06:27 Changeset [59410] by
- support wxSP_WRAP in generic implementation (closes #10557)
- 06:25 Changeset [59409] by
- use wxLog::Log() instead of ugly cast
- 06:23 Changeset [59408] by
- suppress wxLog::DoLog() and DoLogString() hiding warnings
- 06:09 Changeset [59407] by
- wxDATAVIEW_CELL_ACTIVATABLE translates Editable under OS X. Maybe we …
- 06:08 Ticket #626 ([MSW] Wrong selection events in multi selection tree control) closed by
- fixed: Thanks for finding and fixing this!
- 06:07 Changeset [59406] by
- fix generation of key events with Alt pressed broken by r59369 (see #626)
- 06:03 Changeset [59405] by
- add wxUSE_CONFIG guard
- 05:58 Ticket #7464 (wxFTP talkback) closed by
- fixed: (In [59404]) added wxProtocolLog class for logging network …
- 05:58 Changeset [59404] by
- added wxProtocolLog class for logging network requests/responses (closes …
- 05:46 Changeset [59403] by
- Report first selected item in selection change event
- 05:33 Changeset [59402] by
- Make wxDataViewCtrl::GetBestSize() return a height of 80 on OSX as per the …
- 04:11 Changeset [59401] by
- Correct define
03/06/09:
- 21:05 Ticket #626 ([MSW] Wrong selection events in multi selection tree control) reopened by
- The ALT key now doesn't work properly when pressing ALT + another key. The …
- 20:20 Changeset [59400] by
- For search ctrl, the bordered and bezeled styles destroy the control's …
- 20:19 Changeset [59399] by
- Add alignment support, and more tweaks for label size issues, though I …
- 17:15 Changeset [59398] by
- Fix redundant events being set by color setter control.
- 16:54 Changeset [59397] by
- Delay tag generation job creation to reduce number of threads that are …
- 16:51 Changeset [59396] by
- Resynch catalogs
- 15:42 Ticket #10430 (wxDataObjectComposite::GetFormatCount() does not work) closed by
- fixed: (In [59395]) fix wxDataObjectComposite::GetFormatCount and add some …
- 15:42 Changeset [59395] by
- fix wxDataObjectComposite::GetFormatCount and add some comments to explain …
- 15:39 Ticket #10432 (wxDataObjectComposite::GetAllFormats() does not work) closed by
- fixed: This patch was applied in r58549.
- 15:30 Changeset [59394] by
- wxBusyInfo now uses wxGenericStaticText under GTK+, more Refresh/Update …
- 15:25 Ticket #2278 (wxStandardPaths typos and general failure on unix) closed by
- fixed: This (old) bug should be completely fixed now.
- 15:15 Ticket #10559 (assert failure when creating wxChoicebook in wxOSX) created by
- There is an assert failure in the generic wxChoicebook code but otherwise …
- 14:57 Changeset [59393] by
- wxDataViewColumn derives from wxSettableHeaderColumn, not from …
- 14:56 Changeset [59392] by
- don't return hardcoded constants for empty renderers, introduce …
- 14:45 Changeset [59391] by
- fix wxTextDataObject::GetDataHere and SetData functions (under wxMSW) so …
- 14:40 Ticket #10558 (Cocoa wxTextEdit tabbing doesn't generate events) created by
- This code in textctrl.mm is currently commented out. Pressing tab causes …
- 14:36 Ticket #10431 (wxTextDataObject is inconsitent) closed by
- fixed: (In [59390]) move wxDataFormat and wxDataObject docs at the beginning of …
- 14:36 Changeset [59390] by
- move wxDataFormat and wxDataObject docs at the beginning of the file, …
- 14:25 Changeset [59389] by
- Need a special case for PopupWindows so they will show up in the tree
- 14:24 Changeset [59388] by
- Need a special case for PopupWindows so they will show up in the tree
- 14:22 Changeset [59387] by
- slight reorg
- 14:22 Changeset [59386] by
- EndEdit changed signature again
- 13:00 Ticket #10557 (wxSpinCtrlDouble does not wrap around) created by
- In my application, I create a wxSpinCtrlDouble with the wxSP_WRAP style. …
- 12:45 Changeset [59385] by
- fix typo (part of r59384)
- 12:45 Changeset [59384] by
- remove wxT() and _() macros to make the sample more readable; add …
- 12:40 Changeset [59383] by
- some more const-ification of HasEditorCtrl
- 12:39 Changeset [59382] by
- comment out wxPrintf/wxLogDebug calls; fix some indentations; comment out …
- 12:27 Ticket #10555 (Add Button Flashing Capability in wxButton/wxDialog) closed by
- wontfix: I think such behaviour under Windows is highly unusual and so IMO it's not …
- 12:08 Ticket #10556 (wxDataViewCtrl keyboard navigation broken in r59379) created by
- In r59379 some code in wxDataViewMainWindow::OnExpanding() was commented …
- 12:06 Changeset [59381] by
- use install_name_tool when cross-compiling too: it's not very useful if …
- 11:59 Ticket #10374 (wxDataViewCtrl::Expand does not work for non root-childs) closed by
- fixed: I don't see this here.
- 11:56 Changeset [59380] by
- Fix some grammar/spelling issues in some of the ui strings.
- 11:44 Ticket #10555 (Add Button Flashing Capability in wxButton/wxDialog) created by
- On most Mac OS X software, if there is a Cancel button present on a Dialog …
- 11:32 Changeset [59379] by
- Correct minor bishaviours in Expand() and Collapse()
- 11:27 Ticket #10554 (wxGenericDirCtrl - can't expand directory) created by
- I have a wxGenericDirCtrl, created with wxDIRCTRL_DIR_ONLY style, and in …
- 11:20 Changeset [59378] by
- added test for wxDataViewCtrl::Expand() and ::Collapse()
- 11:13 Changeset [59377] by
- Add new line at the end of the file
- 11:07 Changeset [59376] by
- Make all instances of HasEditorCtrl() const, not just a few
- 10:52 Ticket #10543 (wxGTK wxDataViewCtrl Assert and Crash) closed by
- fixed: (In [59375]) Initialise DC only when needed and deinitilise it properly …
- 10:52 Changeset [59375] by
- Initialise DC only when needed and deinitilise it properly before, fixes …
- 10:08 Ticket #10553 (Cocoa wxTextEdit::Show(false) doesn't erase border) created by
- As far as I can tell, the border around wxTextEdit (without multi-line) is …
- 09:32 Changeset [59374] by
- Property value images are no longer shrinked horizontally
- 09:20 Changeset [59373] by
- Remove duplicate code and only maintain one copy of the HexToRGB library …
- 08:31 Ticket #10549 (Make ComboBox on GTK and MSW behave the same way) closed by
- fixed: (In [59372]) don't allow setting readonly combobox value to a string which …
- 08:31 Changeset [59372] by
- don't allow setting readonly combobox value to a string which is not one …
- 08:26 Changeset [59371] by
- docs/mac is now docs/osx.
- 08:26 Ticket #10551 ([PATCH] zlib preset dictionary support) closed by
- fixed: (In [59370]) added wxZlibStream::SetDictionary() (closes #10551)
- 08:26 Changeset [59370] by
- added wxZlibStream::SetDictionary() (closes #10551)
- 08:13 Changeset [59369] by
- fix duplicate events for selection keys after the last change (see #626)
- 08:13 Ticket #626 ([MSW] Wrong selection events in multi selection tree control) closed by
- fixed: Thanks for the review, committing. P.S. Please don't hesitate to submit …
- 07:03 Changeset [59368] by
- Add test file for ColorSetter control.
- 06:09 Ticket #10552 (wxXmlNode GetContent) created by
- There's a bug when retrieving the content string. I've verified that this …
- 03:00 Ticket #10551 ([PATCH] zlib preset dictionary support) created by
- Zlib supports a preset dictionary that improves compression rate but has …
- 02:56 Changeset [59367] by
- no changes, just some minor cleanup
- 02:54 Changeset [59366] by
- only set maximal tooltip width if it's greater than the previously set one …
- 02:38 Ticket #10544 (EndEdit interface change misses important information) closed by
- fixed: (In [59365]) pass ApplyEdit() arguments to EndEdit() too for better …
- 02:38 Changeset [59365] by
- pass ApplyEdit() arguments to EndEdit() too for better backwards …
- 02:37 Ticket #10446 (Large drawing coordinates hang wxMSW requiring hard reset.) closed by
- wontfix: Thanks a lot for taking time to test and debug this! I agree that there …
- 00:46 Changeset [59364] by
- for 2.8.10
- 00:19 Changeset [59363] by
- Removed conflicting virtual function
03/05/09:
- 21:37 Ticket #10550 (Expose StatusBar::Set/PushStatus text virtuals to wxPython) created by
- It would be nice to have these virtuals exposed to wxpython so that custom …
- 20:53 Changeset [59362] by
- Update CodeBrowser plugin
- 20:44 Changeset [59361] by
- Fix window improperly being detected as inactive on gtk which would lead …
- 18:31 Ticket #626 ([MSW] Wrong selection events in multi selection tree control) reopened by
- There is an issue with the committed patch in MSWWindowProc when handling …
- 16:05 Changeset [59360] by
- Indentation/coding style adjustments. Make the columns resize when …
- 16:01 Changeset [59359] by
- fix crash when using wxDataViewListStore::DeleteAllItems
- 15:41 Changeset [59358] by
- 2nd (blind) fix for VC6 build
- 14:54 Changeset [59357] by
- Fill out the left and top fields as well.
- 13:54 Changeset [59356] by
- Make about dialog non-modal on GTK/Mac and don't show the OK button on …
- 13:47 Changeset [59355] by
- do not use HDS_FLAT by default
- 13:21 Changeset [59354] by
- Sheet support for wxDirDialog.
- 13:20 Changeset [59353] by
- Don't use result for both NS and wx button ID values.
- 13:20 Changeset [59352] by
- Sheet support for wxMessageDialog.
- 13:19 Changeset [59351] by
- Fix for sheets based on NSAlert.
- 12:10 Changeset [59350] by
- Add test file for ProgressStatusBar class
- 11:22 Changeset [59349] by
- Fix typo.
- 11:21 Changeset [59348] by
- Make sure we call SetEventObject before firing events.
- 11:20 Changeset [59347] by
- Make wxStaticText for OS X Cocoa properly size multiline strings.
- 11:19 Changeset [59346] by
- Use sheets for native file dialogs if the dialog has its parent set.
- 10:20 Changeset [59345] by
- Updated wxWidgets icons in art to use the new official logo.
- 08:32 Changeset [59344] by
- don't use WPARAM in the header (build fix after r59336)
- 08:31 Ticket #626 ([MSW] Wrong selection events in multi selection tree control) closed by
- fixed: Thanks again for all your work, I've committed a slightly modified version …
- 07:54 Changeset [59343] by
- Don't set a large minimum size for both panes
- 07:54 Changeset [59342] by
- Don't set a large minimum pane size; the splitter should take account of …
- 07:44 Changeset [59341] by
- Prevent the splitter sash being set smaller than minimum size
- 07:44 Changeset [59340] by
- Prevent splitter sash being set below minimum size when moved (using the …
- 07:31 Changeset [59339] by
- Add default key for AUTO_RELOAD option
- 07:29 Changeset [59338] by
- Add basic demo and test file for PanelBox control.
- 06:39 Changeset [59337] by
- Add template file for eclib test files.
- 06:13 Changeset [59336] by
- fix multiple problems with selection in controls with wxTR_MULTIPLE style …
- 06:09 Changeset [59335] by
- fix total breakage of all fonts in wxMSW caused by r57542 which changed …
- 06:00 Changeset [59334] by
- set svn properties correctly for the new files (please use the …
- 05:58 Changeset [59333] by
- (blind) fix for VC6 build
- 04:46 Changeset [59332] by
- PCH-less build fix
- 01:22 Ticket #3031 (wxListCtrl: Label keystrokes eaten by MSWTranslateMessage) closed by
- fixed: This appears to be fixed, both in trunk and 2.8 branch.
03/04/09:
- 21:43 Changeset [59331] by
- Ensure that WriteText moves the selection to the end and scrolls to the …
- 21:23 Ticket #10547 (wxOSX-Cocoa doesn't handle function keys) closed by
- fixed: (In [59330]) Fix comparison operator for functions keys (fixes #10547).
- 21:23 Changeset [59330] by
- Fix comparison operator for functions keys (fixes #10547).
- 21:20 Changeset [59329] by
- Add demo module for SystemSettings.
- 21:16 Changeset [59328] by
- Add demo module for SystemSettings.
- 17:16 Ticket #10549 (Make ComboBox on GTK and MSW behave the same way) created by
- Hi, Currently if you create a combo box, supply a string that needs to be …
- 16:38 Ticket #10548 (Double click is broken in wxListBox on OSX Cocoa) created by
- The virtual method controlDoubleAction isn't getting called because the …
- 16:36 Changeset [59327] by
- improve look of wxDataViewCtrl and of its renderer on wxMSW when windows …
- 16:35 Ticket #10547 (wxOSX-Cocoa doesn't handle function keys) created by
- There is a >= instead of <= when checking for functions keys. This was …
- 15:34 Changeset [59326] by
- Ensure we get mouse moved events.
- 15:23 Changeset [59325] by
- build fix
- 15:14 Ticket #10546 (GTK support for multi-colored wxCursor (For 2.8 stable branch)) created by
- This feature was added to the trunk a while back, see changeset [44462] …
- 14:44 Changeset [59324] by
- Add option for files to be automatically reloaded when changes are …
- 14:33 Changeset [59323] by
- all code revisited. Main additions: - now it's possible to change the DVC …
- 13:59 Ticket #10545 (Error with MacOSX glcanvas and FSAA) created by
- Hi, I am trying to create a GLCanvas with FSAA enabled (on MacOSX). …
- 13:55 Ticket #10544 (EndEdit interface change misses important information) created by
- Hi all, I wasn't able to pin down the exact patch where this happened, …
- 13:21 Changeset [59322] by
- Better platform color matching.
- 13:06 Changeset [59321] by
- some docs enhancements, in particular to wxDataViewListCtrl.
- 11:53 Changeset [59320] by
- By default, always refresh editor and redraw properties when property …
- 11:12 Changeset [59319] by
- Merged r59317 from trunk: More wxWindows -> wxWidgets updates (mostly URLs …
- 11:09 Changeset [59318] by
- Don't always set the titled mask.
- 11:04 Changeset [59317] by
- More wxWindows -> wxWidgets updates (mostly URLs and mailing list …
- 09:21 Changeset [59316] by
- reorganize the sample splitting it in two source files and an additional …
- 07:53 Changeset [59315] by
- build fix; document HasFeature() (should be part of r59313)
- 07:23 Changeset [59314] by
- no real change: just reorder the code
- 07:19 Changeset [59313] by
- remove wxSYS_DEFAULT_PALETTE: it's supported only by wxMSW and it never …
- 06:35 Changeset [59312] by
- More python auto-indenter fixes. This time for when using tabs instead of …
- 03:47 Changeset [59311] by
- add headers to the samples' bakefiles so that they show up in MSVC project …
- 03:39 Changeset [59310] by
- revert addition of the simple listctrl; it doesn't help. Log the version …
- 03:25 Ticket #3661 (wxPython 2.7.2.0(MSW):AUI dock fails w. left hand mouse) closed by
- fixed: This was fixed about two years ago.
03/03/09:
- 23:42 Changeset [59309] by
- inserting missing include for non PCH-build
- 21:57 Ticket #10543 (wxGTK wxDataViewCtrl Assert and Crash) created by
- wxGTK, Latest trunk as of 1:00 PM GMT+8 March 4 When I create a …
- 21:26 Changeset [59308] by
- Check if page is out of range.
- 20:41 Changeset [59307] by
- Note latest bug fixes
- 20:21 Changeset [59306] by
- Need to post menu events up to top level window on gtk for them to be …
- 17:47 Ticket #10542 (StyledTextCtrl ROUNDBOX Indicator incorrect on wxMac) created by
- The wx.STC_INDIC_ROUNDBOX indicator draws a filled box around text. On …
- 16:27 Ticket #10541 (Update Scintilla to 1.77) created by
- Updates Scintilla used for the StyledTextCtrl from 1.75 to 1.77. New: …
- 15:23 Changeset [59305] by
- More fixes for clickCount... even sometimes when respondsToSelector …
- 15:10 Changeset [59304] by
- clarify the list of bitmap handlers natively supported. Clarify that …
- 14:37 Ticket #10513 (There is bug if menu is unicode string in wx.lib.agw.flatmenu) closed by
- fixed: Thanks for the bug report. This is now fixed in SVN 59303.
- 14:26 Changeset [59303] by
- - Fixed Ticket #10513
- 13:17 Changeset [59302] by
- Remove unneeded workaround for a ScrolledWindow issue that is now fixed
- 13:12 Ticket #4840 (wxScrolledWindow problem with automatic scrolling) closed by
- duplicate: I see now that this was apparently fixed in SVN trunk. Duplicate ticket of …
- 13:08 Ticket #10540 (Event Handler System Crashes on a Custom Event) closed by
- invalid: Replying to yatescr: > A custom event class is created. An …
- 13:04 Changeset [59301] by
- Remove wxEnumProperty::ms_prevIndex
- 12:57 Changeset [59300] by
- update the list of samples
- 12:41 Ticket #10540 (Event Handler System Crashes on a Custom Event) created by
- A custom event class is created. An event instance from this class is …
- 12:01 Changeset [59299] by
- Event processing methods have moved back into wxApp.
- 12:01 Ticket #10537 (Badly calculated tooltip widths in MSW (w/known cause)) reopened by
- Replying to vadz: > This seems to be the same as #2817, isn't …
- 11:54 Changeset [59298] by
- Match the behavior the wxPython build process uses for the install target.
- 11:20 Changeset [59297] by
- use ldlibs, not ldflags, for wx-config --libs output in gnu format as well …
- 10:55 Changeset [59296] by
- Fix some flashing on msw when populating the download list.
- 05:12 Changeset [59295] by
- Don't crash if no scrollbar Force wxVSCROLL in wxRTC
- 02:52 Ticket #10539 (wxDirDialog tree display defect in Windows) created by
- wxDirDialog under windows (Xp and Vista) always displays the folder tree …
- 02:34 Changeset [59294] by
- fix old font size restoration in DoGetTextExtent() [backport of r56791 …
- 01:24 Changeset [59293] by
- compilation fix after last commit
- 01:21 Changeset [59292] by
- fix wxGTK1 compilation after wxTextEntry DoGetValue() change
- 01:21 Changeset [59291] by
- fix virtual function hiding warnings
- 01:20 Changeset [59290] by
- fix virtual function hiding warnings
- 01:14 Changeset [59289] by
- add tests directory too
- 01:06 Ticket #10537 (Badly calculated tooltip widths in MSW (w/known cause)) closed by
- duplicate: This seems to be the same as #2817, isn't it?
- 00:51 Ticket #10538 (Cocoa: BitmapComboBox and OwnerDrawnComboBox pop-ups don't disappear when ...) created by
- Several controls that use pop-ups to allow the user to select something …
03/02/09:
- 22:10 Changeset [59288] by
- Add demos directory.
- 20:58 Changeset [59287] by
- Fix python auto-indenter from incorrectly adding extra space when cursor …
- 20:44 Ticket #10537 (Badly calculated tooltip widths in MSW (w/known cause)) created by
- I'm using the last stable version 2.8.9. Look at /src/msw/tooltip.cpp, …
- 13:14 Changeset [59286] by
- ProcessPendingEvents() is now in wxApp
- 12:49 Changeset [59285] by
- don't generate non-MSVC makefiles for MSVC-only samples
- 12:45 Changeset [59284] by
- move pending event processing back to wxApp (these methods were moved into …
- 12:43 Changeset [59283] by
- wxOSX build fix for wxRichTextCtrl after wxTextEntry::GetValue() renaming …
- 12:41 Changeset [59282] by
- remove references to datetime_constants; they're not needed anymore
- 12:11 Changeset [59281] by
- Land the rest of the changes made by a rebake after r59067.
- 12:09 Changeset [59280] by
- revert r59246; the window parameter was there by purpose (i.e. for …
- 12:00 Changeset [59279] by
- Ensure the archives extract to a root directory bearing the release's …
- 11:28 Changeset [59278] by
- another wxOSX build fix after wxTextEntry::GetValue() renaming to …
- 11:17 Changeset [59277] by
- wxOSX build fix after wxTextEntry::GetValue() renaming to DoGetValue()
- 11:09 Ticket #10536 (TopLevelWindow's position worng when using TaskBarIcon) closed by
- invalid: The top-level window associated with a TaskBarIcon is a platform specific …
- 10:30 Changeset [59276] by
- Rebake after OS X Cocoa header changes.
- 10:23 Changeset [59275] by
- Commit changes caused by setting configure.in's svn:eol-style to LF. …
- 10:08 Changeset [59274] by
- Update files.bkl to look in the proper place for moved header files.
- 08:23 Changeset [59273] by
- build fix: define DoGetValue() and GetEditableWindow()
- 08:22 Changeset [59272] by
- compilation fix after GetEditableWindow() signature change
- 08:03 Changeset [59271] by
- Fix incorrect detection of when to auto-unindent in python files.
- 06:54 Changeset [59270] by
- fix warning about possibly uninitialized variable in release build
- 06:49 Changeset [59269] by
- remove SetValue() which is not needed and which definition was removed by …
- 06:13 Ticket #10536 (TopLevelWindow's position worng when using TaskBarIcon) created by
- Hello, If you create a TaskBarIcon and try to get it's coordinates by …
- 06:03 Changeset [59268] by
- make GetEditableWindow() protected as it's used by wxGTK wxTextEntry
- 05:58 Changeset [59267] by
- wxUniv compilation fixes after wxTextEntry::DoGetValue() change
- 05:45 Changeset [59266] by
- fix overloaded virtual warning
- 05:31 Changeset [59265] by
- added wxTextEntry::DoGetValue() to allow returning empty string if the …
- 04:40 Changeset [59264] by
- set correct properties
- 04:25 Changeset [59263] by
- added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string)
- 04:10 Changeset [59262] by
- add ugly macros to abstract the difference between Bind() and Connect() -- …
- 03:51 Changeset [59261] by
- update to Dutch translations from Gideon van Melle
- 02:43 Ticket #10534 (wxWidgets 2.8.10 build warning) closed by
- fixed: (In [59260]) fixed compiler warning about struct/class mismatch (fixes …
- 02:43 Changeset [59260] by
- fixed compiler warning about struct/class mismatch (fixes #10534)
- 01:49 Ticket #10535 (SearchCtrl on Cocoa: alignment and buttons) created by
- wxWidgets configured with ./configure --with-osx_cocoa: the SearchCtrl in …
- 01:23 Ticket #10534 (wxWidgets 2.8.10 build warning) created by
- C:\svn\wx28\src\html\winpars.cpp(149) : warning C4099: …
03/01/09:
- 23:48 Ticket #10533 (wxSplitterWindow GetBestSize not correct when window is NOT splitted) created by
- Hello wxWidgetsTeam, wxSplitterWindow does always add SashSize to MinSize …
- 23:38 Ticket #10532 (Unable to dock Vertical Toolbars when Frame Maximized) created by
- This can be seen in the wxAui sample. Simply run the sample, undock the …
- 21:31 Changeset [59259] by
- Fix typo
- 20:53 Changeset [59258] by
- Remove some unused code
- 17:42 Changeset [59257] by
- Cleanup and lint
- 16:52 Changeset [59256] by
- Reorganize all of eclib into a single importable module.
- 13:01 Changeset [59255] by
- document that wxDialog::ShowModal() creates its own event loop
- 13:00 Changeset [59254] by
- document internal wxDateTime enums the way they're meant to be documented …
- 12:35 Changeset [59253] by
- do not duplicate large blocks of docs; use @overload instead; provide link …
- 12:24 Changeset [59252] by
- Switch to a name + postfix naming scheme so that the postfix doesn't end …
- 10:51 Changeset [59251] by
- Use a different name for OS X Cocoa framework, and fix an accidental tab …
- 10:12 Changeset [59250] by
- Fix warnings from re-initializing plugins once they have already been …
- 09:21 Changeset [59249] by
- fix rendering of wxGrid on wxMSW when a dialog is over the grid. To test …
- 09:18 Changeset [59248] by
- fix off by one error in delete lines command.
- 09:06 Ticket #10531 (wxVsnprintf() unit tests failures) created by
- After wxString changes in wx2.9 some units tests regarding our own …
- 08:53 Changeset [59247] by
- use wxRenderer::GetCheckBoxSize() instead of doing wrong calculations in …
- 08:46 Changeset [59246] by
- deprecated GetCheckBoxSize(wxWindow *) in favour of GetCheckBoxSize() …
- 08:30 Ticket #10263 (wxHtmlContainerCell::GetMaxTotalWidth returns zero sometimes) reopened by
- Don't set status as closed until the patch has been applied otherwise this …
- 08:09 Changeset [59245] by
- move wxGridCellRenderer::Draw before other derived classes implementations …
- 08:07 Ticket #10263 (wxHtmlContainerCell::GetMaxTotalWidth returns zero sometimes) closed by
- fixed: Indeed there was a problem. I found it and solved it. Now GetMaxTotalWidth …
- 07:53 Changeset [59244] by
- force use of generic about dialog as to test unfocused-repainting of …
- 07:47 Changeset [59243] by
- name the enum with wxDir flags to make it easier to find it from the docs.
- 07:23 Changeset [59242] by
- give better usage description (needs a more readable way to output …
- 07:03 Changeset [59241] by
- avoid error of menu with zero ID
- 07:02 Changeset [59240] by
- remove old and outdated tech notes
- 06:31 Changeset [59239] by
- better document the possible arguments accepted by wxLaunchDefaultBrowser; …
- 06:30 Ticket #10530 (EVT_CONTEXT_MENU generated twice if event skipped) created by
- EVT_CONTEXT_MENU seems to be generated a second time if the …
- 05:15 Changeset [59238] by
- fix as per thread from …
- 04:27 Changeset [59237] by
- recognize schemes other than http and ftp in wxLaunchDefaultBrowser()
- 04:23 Changeset [59236] by
- document wxTextEntry
- 03:59 Changeset [59235] by
- added const_cast<> to silence gcc warnings (see #10520)
- 03:57 Ticket #9570 (wxTreeCtrl bugs (SVN version from beginning of june)) closed by
- duplicate: Thanks for confirming it and closing this one then.
Note: See TracTimeline
for information about the timeline view.
