2010-03-05 |
Vadim Zeitlin | Implement wxBookCtrlBase::CalcSizeFromPage() in the... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | No changes, just remove redundant GetControllerSize... |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | make sure ShowEvent doesn't get triggered to early... |
tree | commitdiff |
2010-03-01 |
Robin Dunn | Invalidate best size when the bitmap or bitmap position... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Make it possible to use wxCharBuffer during program... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Compilation fixes for wide char functions under IRIX... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Always declare wxCStrData::As[W]Char() as being inline. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Rearrange functions order so that they are effectively... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Include the real iostream header and not just iosfwd... |
tree | commitdiff |
2010-02-27 |
Kevin Ollivier | Override CanFocus because the wxWindow level test will... |
tree | commitdiff |
2010-02-26 |
Jaakko Salli | Must clear property selection in wxPGProperty::SetChoic... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Use wxGetInstance() instead of wxhInstance in wxMSW... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Include wx/defs.h from all our public headers, includin... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Fix multiple bugs in non-ownerdrawn wxListBox after... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Compilation fixes in wxHTML for wxUSE_CONFIG==0. |
tree | commitdiff |
2010-02-22 |
Jaakko Salli | Property removal and deletion done from wxPropertyGrid... |
tree | commitdiff |
2010-02-22 |
Kevin Ollivier | Cocoa text fields and views have their own context... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Disable sending of events by OS X Combobox during progr... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Fixed auto-resizing behavior when double-clicking a... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Added wxPropertyGridInterface::GetColumnProportion() |
tree | commitdiff |
2010-02-15 |
Robin Dunn | Apply new patch fixing problem of IsRunning always... |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
tree | commitdiff |
2010-02-13 |
Kevin Ollivier | Basic support for tooltips under OS X Cocoa. |
tree | commitdiff |
2010-02-12 |
Vadim Zeitlin | Fix compilation of wx/scopeguard.h with g++ -fno-except... |
tree | commitdiff |
2010-02-12 |
Vadim Zeitlin | Remove wxHAS_NAMESPACES and gcc 2.95 checks. |
tree | commitdiff |
2010-02-10 |
Jaakko Salli | Removed most of the propgrid '#ifndef SWIG' pre-compile... |
tree | commitdiff |
2010-02-10 |
Vadim Zeitlin | Move wxPosixPermissions definition from wx/file.h to... |
tree | commitdiff |
2010-02-08 |
Robin Dunn | Allow more than one timer with the same ID. Closes... |
tree | commitdiff |
2010-02-08 |
Vadim Zeitlin | Add support for showing "elevation" icon in wxMSW buttons. |
tree | commitdiff |
2010-02-08 |
Stefan Csomor | adding carbon event missing in 10.4 headers |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Get wxSearchCtrl text events working, and share the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Add an accessor to get the current drop source from... |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON. |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Make wxDataObjectComposite::GetObject() public. |
tree | commitdiff |
2010-01-31 |
Jaakko Salli | Added nominal wxPG_PROP_READONLY support for editor... |
tree | commitdiff |
2010-01-31 |
Stefan Csomor | supporting clipboard command shortcuts on osx_cocoa... |
tree | commitdiff |
2010-01-29 |
Vadim Zeitlin | Disable wxUSE_FSWATCHER under Unix if neither inotify... |
tree | commitdiff |
2010-01-28 |
Vadim Zeitlin | Disable wxUSE_OWNER_DRAWN for wxUniv to fix the build. |
tree | commitdiff |
2010-01-28 |
Kevin Ollivier | Get ShowWindowModal behavior working under OS X Cocoa... |
tree | commitdiff |
2010-01-26 |
Jaakko Salli | wxPGProperty::GetHintText() function body was missing... |
tree | commitdiff |
2010-01-26 |
Jaakko Salli | Fixed wxPGGlobalVars export declaration |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Add wxTreeCtrl::SelectChildren() method. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Compilation fixes for PCH-less build after ownerdraw... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Make wxWindow::MSWGetThemeColour() const. |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | simplifying code, removing outdated API |
tree | commitdiff |
2010-01-25 |
Julian Smart | Added EVT_WIZARD_PAGE_SHOWN event for wxWizard, to... |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | make sure we can override GetModality |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Compilation fix after ownerdraw-refactor branch merge. |
tree | commitdiff |
2010-01-24 |
Václav Slavík | Fixed dialog units <-> pixels conversion. |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Override IsSeekable() in wxString{Input,Output}Stream... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Correct bug with returning 0 for non-empty input from... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Add wxComboBox::Popup() and Dismiss() to manually show... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Use a helper wxNEEDS_DECL_BEFORE_TEMPLATE symbol in... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Apply workaround for wxStrcoll() template for g++ to... |
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 | 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 | Refactor owner-drawing code. |
tree | commitdiff |
2010-01-22 |
Jouk Jansen | Correction on previous commit: statement order corrected |
tree | commitdiff |
2010-01-22 |
Jouk Jansen | Get wxDC defined when nescessary |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Fix wxMulDivInt32() to round the result like win32... |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Make ConvertPixelsToDialog() and ConvertDialogToPixels... |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Add wxThreadEvent::SetPayload<T>(). |
tree | commitdiff |
2010-01-19 |
Václav Slavík | Don't make full copy of string in wxThreadEvent::Clone(). |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | avoiding Insert shadowing superclass methods, closes... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add wxIsascii() function and use it instead of isascii... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Only disable use of non-ANSI functions in strict ANSI... |
tree | commitdiff |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
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-09 |
Kevin Ollivier | Implement native OS X ComboBox for OS X Cocoa, and... |
tree | commitdiff |
2010-01-07 |
Jaakko Salli | Improved documentation for wxPGProperty::DoSetAttribute() |
tree | commitdiff |
2010-01-07 |
Jaakko Salli | Fixed deprecation message (brings include file in line... |
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-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 |
Stefan Csomor | fixing include type |
tree | commitdiff |
2010-01-04 |
Stefan Csomor | adding kqueue define for xcode builds |
tree | commitdiff |
2010-01-04 |
Stefan Csomor | fixing include types |
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 |
Stefan Csomor | correcting error message |
tree | commitdiff |
2010-01-02 |
Václav Slavík | Added wxAutoOleInterface<T> template. |
tree | commitdiff |
2010-01-02 |
Mattia Barbon | Build with WXINTL_NO_GETTEXT_MACRO defined. |
tree | commitdiff |
2009-12-31 |
Vadim Zeitlin | Add wxWinVersion_7 to the private wxMSW wxWinVersion... |
tree | commitdiff |
2009-12-30 |
Kevin Ollivier | To support playing async sounds on the stack on Mac... |
tree | commitdiff |
2009-12-30 |
Michael Wetherell | Support large files with stdio on mingw. |
tree | commitdiff |
2009-12-29 |
Jaakko Salli | Changed wxPropertyCategory to use same cell rendering... |
tree | commitdiff |
2009-12-27 |
Vadim Zeitlin | Return the kind of cells span from wxGrid::GetCellSize(). |
tree | commitdiff |
2009-12-27 |
Vadim Zeitlin | Override some methods in wxF(F)ileStream to resolve... |
tree | commitdiff |
2009-12-26 |
Vadim Zeitlin | Take into account the initial buttons state when creati... |
tree | commitdiff |
2009-12-26 |
Vadim Zeitlin | Don't forward declare wxSystemColour enum. |
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 |
next |