2010-01-24 |
Vadim Zeitlin | Check the result of ToWChar() call in wxTextInputStream... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Replace wxLogWarning()s in wxOSX wxComboBox code with... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Add wxComboBox::Popup() and Dismiss() to manually show... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Fix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Fix wxHTTPStream::Eof() to return true for empty HTTP... |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Fix for generic implementation. |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Fix for non-Mac builds. |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Remove assert that was used during testing while changi... |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Start on ShowWindowModal for OS X Cocoa. Not working... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Add virtual wxSizer::DoInsert() to replace Insert(). |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Allow to not create wxPaintDC in EVT_PAINT handler... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Don't crash when input is empty in wxFileConfig(wxInput... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Fix off by 1 errors in owner-drawn menu drawing code... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Improve wxCheckListBox appearance under Vista/Win7. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Correct drawing of check marks for owner-drawn items... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Correct alignment of menu accelerator strings in owner... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Use theme functions for drawing owner-drawn menus. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Fix calculation of the margins for owner-drawn menu... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Set up menu bitmaps correctly for checkable items. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Refactor owner-drawing code. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Return old, not new, selection from wxMSW wxNotebook... |
tree | commitdiff |
2010-01-20 |
Kevin Ollivier | Handle the case of NSNotFound result properly. |
tree | commitdiff |
2010-01-20 |
Vadim Zeitlin | Disable size grip for TLW status bar if TLW is not... |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Make ConvertPixelsToDialog() and ConvertDialogToPixels... |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Don't query metrics that won't be used. |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Support XHTML ' entity. |
tree | commitdiff |
2010-01-19 |
Vadim Zeitlin | Don't set initial size as min size for top level window... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | moving GetPageInfo to later stage, closes #11494 |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | switching to LaunchServices implementation, fixes ... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | fixing type for 64 bit, closes #11550 |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | setting correct 'default' for m_filterIndex, closes... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | applying patch, closes #11309 |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | setting correct refcon in menus (was incorrectly change... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | avoiding double define warning |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Don't set stretchable spacers size to 0, this doesn... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add support for stretchable spacers to XRC wxToolBar... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Correct test for parent being on screen in wxTLW::DoCen... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Invalidate stored wxTreeItemIds when the corresponding... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Generate wxEVT_KEY_DOWN events for navigation keys... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Don't call base class version unnecessarily in wxLogWin... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | No changes, just fix an unused parameter warning. |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add wxIsascii() function and use it instead of isascii... |
tree | commitdiff |
2010-01-15 |
Jaakko Salli | When checking whether the parent has wxTAB_TRAVERSAL... |
tree | commitdiff |
2010-01-15 |
Paul Cornett | honor wxMAXIMIZE frame style, fixes #11631 |
tree | commitdiff |
2010-01-14 |
Stefan Csomor | fixing comments, making sure sound always gets the... |
tree | commitdiff |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
tree | commitdiff |
2010-01-13 |
Jaakko Salli | Fixed bug: wxPGEditor::SetControlAppearance() was calli... |
tree | commitdiff |
2010-01-11 |
Stefan Csomor | adding protocol support for 10.6 |
tree | commitdiff |
2010-01-10 |
Kevin Ollivier | Remove duplicate fields in wxTextCtrl / wxTextEntry... |
tree | commitdiff |
2010-01-10 |
Robin Dunn | Use GraphicsContext (if available) for drawing in Surfa... |
tree | commitdiff |
2010-01-09 |
Kevin Ollivier | Implement native OS X ComboBox for OS X Cocoa, and... |
tree | commitdiff |
2010-01-09 |
Vadim Zeitlin | Restore default WM_ERASEBKGND handling for wxMDIParentF... |
tree | commitdiff |
2010-01-08 |
Paul Cornett | for file load/save, always try wxImage first, fallback... |
tree | commitdiff |
2010-01-08 |
Kevin Ollivier | Support mouse click through as otherwise clicking insid... |
tree | commitdiff |
2010-01-07 |
Paul Cornett | remove unused function GetGdkVisual() |
tree | commitdiff |
2010-01-07 |
Paul Cornett | defer creating bitmap representation until it is needed |
tree | commitdiff |
2010-01-07 |
Vadim Zeitlin | Improve hit detection in wxMSW wxTreeCtrl with wxTR_FUL... |
tree | commitdiff |
2010-01-07 |
Vadim Zeitlin | Fix typos in IMediaPlayer2 and INSPlay interfaces decla... |
tree | commitdiff |
2010-01-06 |
Kevin Ollivier | Fix another line somehow missing from the wxGraphicsBit... |
tree | commitdiff |
2010-01-05 |
Paul Cornett | remove never-implemented palette support |
tree | commitdiff |
2010-01-05 |
Jaakko Salli | Call virtual ctrl->GetDefaultAttributes() instead of... |
tree | commitdiff |
2010-01-04 |
Jaakko Salli | Allow wxPropertyGridInterface::EnableProperty() to... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Add assert checking that window has no event handlers... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Fix wxConvAuto behaviour when it is used by wxTextInput... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Make calling wxLog::IsAllowedTraceMask() safe during... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Correctly parse times without seconds in wxDateTime... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Don't dereference invalid iterator in wxDateTime::Parse... |
tree | commitdiff |
2010-01-04 |
Kevin Ollivier | Get the OS X Cocoa native combobox building by having... |
tree | commitdiff |
2010-01-03 |
Kevin Ollivier | Don't use a destroy event handler to disconnect the... |
tree | commitdiff |
2010-01-03 |
Kevin Ollivier | Create a text measuring context until a real context... |
tree | commitdiff |
2010-01-03 |
Václav Slavík | Removed some outdated compiler checks in OLE code. |
tree | commitdiff |
2010-01-03 |
Václav Slavík | Removed wxClearVariant() and wxReleaseVariant(). |
tree | commitdiff |
2010-01-03 |
Václav Slavík | Moved wxConvertVariantToOle and wxConvertOleToVariant... |
tree | commitdiff |
2010-01-03 |
Jaakko Salli | Added missing ResetEditorAppearance() call |
tree | commitdiff |
2010-01-03 |
Jaakko Salli | In wxPGEditor::SetControlAppearance() use GetClassDefau... |
tree | commitdiff |
2010-01-02 |
Václav Slavík | Added wxAutoOleInterface<T> template. |
tree | commitdiff |
2009-12-31 |
Vadim Zeitlin | Change the year in copyright messages to 2010. |
tree | commitdiff |
2009-12-31 |
Stefan Csomor | adding placeholders and work in progress files |
tree | commitdiff |
2009-12-30 |
Kevin Ollivier | Fix issue that was causing ShowWithoutActivating to... |
tree | commitdiff |
2009-12-30 |
Kevin Ollivier | To support playing async sounds on the stack on Mac... |
tree | commitdiff |
2009-12-30 |
Vadim Zeitlin | Don't create an invalid iterator in wxDateTime::ParseTi... |
tree | commitdiff |
2009-12-30 |
Stefan Csomor | fixing SetSubMenu for OSX_Cocoa, fixes #11581 |
tree | commitdiff |
2009-12-29 |
Jaakko Salli | Changed wxPropertyCategory to use same cell rendering... |
tree | commitdiff |
2009-12-28 |
Vadim Zeitlin | Ensure that frame is re-laid out when its toolbar is... |
tree | commitdiff |
2009-12-27 |
Vadim Zeitlin | Account for cells spanning multiple grid cells better... |
tree | commitdiff |
2009-12-27 |
Vadim Zeitlin | Return the kind of cells span from wxGrid::GetCellSize(). |
tree | commitdiff |
2009-12-27 |
Vadim Zeitlin | Don't call SetMinSize() when creating the window if... |
tree | commitdiff |
2009-12-26 |
Vadim Zeitlin | Take into account the initial buttons state when creati... |
tree | commitdiff |
2009-12-26 |
Vadim Zeitlin | No changes, just fix a typo in and rephrase a comment. |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Added wxComboCtrl::SetHint(), GetHint() |
tree | commitdiff |
2009-12-25 |
Kevin Ollivier | Remove the native toolbar from the frame in Destroy... |
tree | commitdiff |
2009-12-25 |
Kevin Ollivier | Use NSTrackingArea when available (building for 10... |
tree | commitdiff |
2009-12-25 |
Vadim Zeitlin | Always show hint in text entries, even when they have... |
tree | commitdiff |
2009-12-25 |
Stefan Csomor | removing event handlers on non-owned windows when the... |
tree | commitdiff |
2009-12-25 |
Jaakko Salli | Refactored a very confusing condition in wxPGComboBox... |
tree | commitdiff |
2009-12-25 |
Jaakko Salli | Added wxComboCtrlBase::SetFore/BackgroundColour() |
tree | commitdiff |
2009-12-23 |
Vadim Zeitlin | Erase toolbar background even if it doesn't contain... |
tree | commitdiff |
2009-12-23 |
Vadim Zeitlin | Don't pass 0 timer ids to ::SetTimer(). |
tree | commitdiff |
2009-12-22 |
Michael Wetherell | Add support for large stdio files for VC 8+. What versi... |
tree | commitdiff |
next |