2008-02-28 |
Paul Cornett | revert updating GTK size hints when window decorations... |
tree | commitdiff |
2008-02-28 |
Paul Cornett | forward Show() to base, not wxWindow |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | added DFCS_CHECKED to DrawCheckMark() (part of patch... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | use GlobalPtrLock (modified to allow not initializing... |
tree | commitdiff |
2008-02-27 |
Julian Smart | Take into account explorer associations and CurVer... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | don't attempt to create 0*0 bitmaps in GetBuffer()... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | clip the text in report mode to prevent it from overflo... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | don't track handlers connected to this object itself... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | add SetNativeTheme() (slightly modified patch 1884553) |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | translate "Copy URL" string in the popup menu (feature... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | override SetDropTarget() in wxGrid to associate it... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | forward WM_HELP from the buddy control to the main... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | don't hide the TLW being deleted unless there any other... |
tree | commitdiff |
2008-02-27 |
Stefan Csomor | applying patch 1873285 |
tree | commitdiff |
2008-02-26 |
Robert Roebling | restore wxComboBox's behaviour of reacting to <ENTER> |
tree | commitdiff |
2008-02-26 |
Julian Smart | Don't take the previous paragraph style when deleting... |
tree | commitdiff |
2008-02-26 |
Vadim Zeitlin | /Wp64 warnings fixes (mostly simply use wxUIntToPtr... |
tree | commitdiff |
2008-02-26 |
Julian Smart | Corrected GetFontAttributes |
tree | commitdiff |
2008-02-26 |
Vadim Zeitlin | check whether the grid is fully created in Refresh... |
tree | commitdiff |
2008-02-26 |
Paul Cornett | initialize m_miniTitle, fix button press detection... |
tree | commitdiff |
2008-02-26 |
Julian Smart | Fixed [ 1775674 ] Invalid color in picker dialog |
tree | commitdiff |
2008-02-26 |
Julian Smart | Fixed bug [ 1714813 ] ApplyXXXToSelection remove style |
tree | commitdiff |
2008-02-26 |
Julian Smart | Removed redundant Init call (bug 1724495) |
tree | commitdiff |
2008-02-26 |
Julian Smart | Fixed [ 1764805 ] wxSeek with negative offset fails... |
tree | commitdiff |
2008-02-26 |
Julian Smart | Fixed bug [ 1870906 ] There are few problems selection... |
tree | commitdiff |
2008-02-26 |
Paul Cornett | update GTK size hints when window decorations change |
tree | commitdiff |
2008-02-26 |
David Elliott | * When hiding a wxWindow make sure that none of its... |
tree | commitdiff |
2008-02-25 |
Václav Slavík | compilation fix for pch-less build |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | check that we have a non-empty keyword in KeywordSearch... |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | reset s_bInAssert in wxDoOnAssert() in an exception... |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | implement support for display enumeration under WinCE... |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | check for wxDF_UNICODETEXT and not only wxDF_TEXT in... |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | correct radio button best size calculation under CE... |
tree | commitdiff |
2008-02-25 |
Vadim Zeitlin | added more includes of wx/msw/dc.h needed since r52054... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | use wxLogLastError() to show the last error value when... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | always return 471 from wxApp::GetComCtl32Version()... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | don't define, nor use, LVS_EX_LABELTIP under WinCE |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | compilation fixes for Unicode build in !TIF_PLATFORM_CO... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | WinCE adjustments |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | don't use hook code for positioning message box under... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | restore checks for SM_SWAPBUTTON, it is not defined... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | don't include wx/msw/dc.h from wx/msw/private.h, this... |
tree | commitdiff |
2008-02-24 |
Václav Slavík | fixed wxListCtrl::RefreshItem(s) - it didn't update... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | revert r51647 change as it broke the code overriding... |
tree | commitdiff |
2008-02-23 |
Stefan Csomor | under 10.4 there are some theme brushes represented... |
tree | commitdiff |
2008-02-23 |
Stefan Csomor | adding comments for debugging visibility differences... |
tree | commitdiff |
2008-02-23 |
Stefan Csomor | Use native visibility information at this point, as... |
tree | commitdiff |
2008-02-23 |
Stefan Csomor | avoiding double firing of visibility state changed... |
tree | commitdiff |
2008-02-23 |
Vadim Zeitlin | remove MacIsReallyShown() as we now have public IsShown... |
tree | commitdiff |
2008-02-22 |
Robin Dunn | Add MacHideApp |
tree | commitdiff |
2008-02-22 |
Václav Slavík | fixed wxBitmapButton to use focus and hover bitmaps... |
tree | commitdiff |
2008-02-22 |
Václav Slavík | fixed strange focus order in wxTipDialog and set initia... |
tree | commitdiff |
2008-02-22 |
Julian Smart | Fixed IsShownOnScreen() for Mac |
tree | commitdiff |
2008-02-22 |
Václav Slavík | moved win_gtk.h header to wx/gtk/private, it's for... |
tree | commitdiff |
2008-02-21 |
Julian Smart | Fix caret position when deleting last character |
tree | commitdiff |
2008-02-21 |
Julian Smart | Don't treat character attributes as non-paragraph attri... |
tree | commitdiff |
2008-02-21 |
Julian Smart | Don't omit empty text objects |
tree | commitdiff |
2008-02-21 |
Vadim Zeitlin | fix harmless unused variable warning under CE |
tree | commitdiff |
2008-02-21 |
Vadim Zeitlin | restore generic DrawEllipticArc() used by CE which... |
tree | commitdiff |
2008-02-21 |
Václav Slavík | removed now-unused wxSizer::GetMax/MinWindowSize helpers |
tree | commitdiff |
2008-02-20 |
Julian Smart | Fixed two out by one errors |
tree | commitdiff |
2008-02-20 |
Vadim Zeitlin | revert not encoding the colons in FileNameToURL() under... |
tree | commitdiff |
2008-02-19 |
Vadim Zeitlin | implement wxRadioBox::Reparent(): it didn't reparent... |
tree | commitdiff |
2008-02-19 |
Vadim Zeitlin | don't encode collons in file:// URLs under Windows... |
tree | commitdiff |
2008-02-18 |
Vadim Zeitlin | reverted r51340: don't use wxWeakRef in the library... |
tree | commitdiff |
2008-02-18 |
David Elliott | Rework the dl* Darwin compatibility code so it uses... |
tree | commitdiff |
2008-02-18 |
Vadim Zeitlin | honour locale modifiers such a @valencia in system... |
tree | commitdiff |
2008-02-18 |
David Elliott | Limit wxListBox best size to 100x100. Particularly... |
tree | commitdiff |
2008-02-18 |
David Elliott | Revert the 2.8 hacks from r51892 on the trunk. |
tree | commitdiff |
2008-02-18 |
David Elliott | Ensure that the NSTableColumn width is that of its... |
tree | commitdiff |
2008-02-18 |
David Elliott | Fix bug where native views with the NSScrollView wrappe... |
tree | commitdiff |
2008-02-17 |
Vadim Zeitlin | add ka_GE, ku_TR and ne_NP; some cleanup and better... |
tree | commitdiff |
2008-02-17 |
Vadim Zeitlin | fix wxNotebook::GetPage{Text,Image}() when they were... |
tree | commitdiff |
2008-02-16 |
Vadim Zeitlin | fix redundant storage of current date both in wxCalenda... |
tree | commitdiff |
2008-02-16 |
Julian Smart | Avoid paragraphs with no children |
tree | commitdiff |
2008-02-16 |
Julian Smart | Fixed an XML parsing error for complex URLs |
tree | commitdiff |
2008-02-16 |
Julian Smart | Removed unnecessary include |
tree | commitdiff |
2008-02-15 |
Stefan Csomor | better implementation from VZ |
tree | commitdiff |
2008-02-15 |
Stefan Csomor | supporting case insensitive iteration |
tree | commitdiff |
2008-02-15 |
Stefan Csomor | applying patch 1894478, 10.5 AudioServices support |
tree | commitdiff |
2008-02-15 |
Julian Smart | Set default attributes after a SetSelection |
tree | commitdiff |
2008-02-15 |
Vadim Zeitlin | don't clutter the code with (apparently) unnecessary... |
tree | commitdiff |
2008-02-14 |
David Elliott | Better listbox scrollbar behavior. |
tree | commitdiff |
2008-02-14 |
David Elliott | Hack: force a vertical scroller on wxListBox. |
tree | commitdiff |
2008-02-14 |
David Elliott | Move wxWindowCocoaScrollView class into its own header. |
tree | commitdiff |
2008-02-14 |
David Elliott | More GC fixes. |
tree | commitdiff |
2008-02-14 |
Vadim Zeitlin | more unused parameter warnings |
tree | commitdiff |
2008-02-14 |
Vadim Zeitlin | I got too tired of seeing these unused parameters warni... |
tree | commitdiff |
2008-02-14 |
Václav Slavík | greatly simplified wxGenericCollapsiblePane::OnStateCha... |
tree | commitdiff |
2008-02-14 |
Václav Slavík | fixed wxSizer::SetSizeHints() to allow setting smaller... |
tree | commitdiff |
2008-02-14 |
Julian Smart | Cut down on unnecessary update events |
tree | commitdiff |
2008-02-14 |
Julian Smart | Performance optimization |
tree | commitdiff |
2008-02-14 |
Paul Cornett | remove gratuitous junk which had nothing to do with... |
tree | commitdiff |
2008-02-13 |
Vadim Zeitlin | use listctrl coordinates for the wxEVT_COMMAND_LIST_COL... |
tree | commitdiff |
2008-02-13 |
Václav Slavík | split wxSizer::Fit() into ComputeFittingWindow/ClientSi... |
tree | commitdiff |
2008-02-13 |
David Elliott | Fix (at least) slider action messages in GC mode. |
tree | commitdiff |
2008-02-13 |
Julian Smart | Make sure paragraph style is reset before applying... |
tree | commitdiff |
2008-02-13 |
Julian Smart | Implemented selection using shift left click |
tree | commitdiff |
2008-02-13 |
Paul Cornett | make sure client area is refreshed after last child... |
tree | commitdiff |
next |