2008-07-16 |
Vadim Zeitlin | use wxCmdLineParser::ConverStringToArgs() instead of... |
tree | commitdiff |
2008-07-16 |
Vadim Zeitlin | implement flag for Unix-like behaviour in wxCmdLinePars... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | fix the output length returned from cWC2MB/MB2WC()... |
tree | commitdiff |
2008-07-15 |
Julian Smart | Fixed wxTreebook tree control style |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | test ok in the record reading loop as otherwise we... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | remove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | don't pass pointers to unaligned DWORDs to avoid 64... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | fix changing size of merged cells (#9736) |
tree | commitdiff |
2008-07-14 |
Václav Slavík | compilation fix after SetClippingRegion changes (patch... |
tree | commitdiff |
2008-07-14 |
Vadim Zeitlin | fix heap corruption bug: use delete[] to delete a buffe... |
tree | commitdiff |
2008-07-14 |
Vadim Zeitlin | calling Notify() from child thread is ok -- as long... |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | set wxKeyEvent::m_uniChar correctly in the events gener... |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | added wxFlexGridSizer::Add{Row,Col}Growable() (#2603) |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | relay out the control after deleting any page, not... |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | don't assert when GetSubItemRect() is called in non... |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | added wxVListBox::GetItemRect() (#9711) |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | more compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON... |
tree | commitdiff |
2008-07-13 |
Julian Smart | Shift+Return now puts the cursor on the next line |
tree | commitdiff |
2008-07-12 |
Vadim Zeitlin | add wxSocket::IsClosed(), use it to implement Eof(... |
tree | commitdiff |
2008-07-12 |
Vadim Zeitlin | no changes, just removed broken #if 0'd out code |
tree | commitdiff |
2008-07-10 |
Robin Dunn | ShouldAccountFor was a 2.8 only change. Use IsShown... |
tree | commitdiff |
2008-07-10 |
Vadim Zeitlin | make wxApp::Yield() exception-safe |
tree | commitdiff |
2008-07-10 |
Robin Dunn | If an item is hidden, don't check it for overflows. |
tree | commitdiff |
2008-07-09 |
Václav Slavík | use iterators instead of c_str() in wxXmlResource:... |
tree | commitdiff |
2008-07-09 |
Stefan Neis | Applied fix for wxGrid::ClearAttrCache (#9712). |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | unescape the value of wxHyperlinkCtrl label (#9683) |
tree | commitdiff |
2008-07-09 |
Stefan Csomor | adjusting endif comment to new #if |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | some blind compilation fixes for legacy code (#9698) |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | fix wxUniv/MSW build with wxUSE_MENUS==0 (#9694) |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | show busy cursor in wxLaunchDefaultBrowser and add... |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | update the year in wx information dialog (#9701) |
tree | commitdiff |
2008-07-09 |
Robin Dunn | Applied patch from Ticket #9563. Use just the rectangl... |
tree | commitdiff |
2008-07-07 |
Paul Cornett | gtk-universal build fixes |
tree | commitdiff |
2008-07-07 |
Stefan Csomor | make sure mac pref files remain visible and named as... |
tree | commitdiff |
2008-07-06 |
Vadim Zeitlin | fix focus problems in picker controls under MSW which... |
tree | commitdiff |
2008-07-06 |
Stefan Neis | Make AutoSizing in wxGrid's SetCol/RowSize work and... |
tree | commitdiff |
2008-07-06 |
Vadim Zeitlin | take const address objects in wxSocketClient::Connect... |
tree | commitdiff |
2008-07-06 |
Vadim Zeitlin | don't use deprecated wxToolBar::AddTool() overload... |
tree | commitdiff |
2008-07-05 |
Vadim Zeitlin | remove code for drawing icon of minimized window manual... |
tree | commitdiff |
2008-07-05 |
Vadim Zeitlin | avoid duplicating wxWindow::HandleCommand() in wxFrame... |
tree | commitdiff |
2008-07-05 |
Václav Slavík | reverted Robert's premature removal of deprecated 2... |
tree | commitdiff |
2008-07-05 |
Stefan Neis | Added missing include (#9625). |
tree | commitdiff |
2008-07-05 |
Paul Cornett | mark long-deprecated methods as such, and don't use... |
tree | commitdiff |
2008-07-05 |
Robert Roebling | Remove 2_6 compatibility code |
tree | commitdiff |
2008-07-04 |
Robert Roebling | Use t_str() instead of c_str() |
tree | commitdiff |
2008-07-04 |
Robert Roebling | added wxString.t_str() and used it in filefn.cpp |
tree | commitdiff |
2008-07-03 |
Robert Roebling | Make wxMSW wxBase compile in UTF-8 mode |
tree | commitdiff |
2008-07-03 |
Vadim Zeitlin | handle FNERR_INVALIDFILENAME which happens if an invali... |
tree | commitdiff |
2008-07-03 |
Vadim Zeitlin | support disabling items before adding them to the menu... |
tree | commitdiff |
2008-07-03 |
Vadim Zeitlin | don't ignore changes of empty string to 0 or vice versa... |
tree | commitdiff |
2008-07-03 |
Robert Roebling | wxMac wxDataViewCtrl no border patch |
tree | commitdiff |
2008-07-02 |
Robert Roebling | Tried to make wxListBox::Update() work, typo corrected |
tree | commitdiff |
2008-07-02 |
Robert Roebling | Tried to make wxListBox::Update() work |
tree | commitdiff |
2008-07-02 |
Robert Roebling | #9675: wxDataViewModel::Reset() and scrollbar problem... |
tree | commitdiff |
2008-07-01 |
Vadim Zeitlin | compilation fix for PCH-less build after last commit |
tree | commitdiff |
2008-07-01 |
Vadim Zeitlin | change not only the focus but also last remembered... |
tree | commitdiff |
2008-07-01 |
Robert Roebling | Add code for parsing globs file in /usr/local as well |
tree | commitdiff |
2008-07-01 |
Robert Roebling | Add code for parsing globs file |
tree | commitdiff |
2008-07-01 |
Robert Roebling | Add stub for parsing globs file |
tree | commitdiff |
2008-07-01 |
Robert Roebling | Remaining conversion to read-only XDG MIME types code |
tree | commitdiff |
2008-07-01 |
Vadim Zeitlin | quote the arguments containing spaces or quotes correct... |
tree | commitdiff |
2008-06-30 |
Vadim Zeitlin | fix a hang up in wxExecute(wxArrayString& output) overl... |
tree | commitdiff |
2008-06-30 |
Vadim Zeitlin | implement wxListCtrl::GetSubItemRect() for generic... |
tree | commitdiff |
2008-06-30 |
Vadim Zeitlin | VC6 compilation fix: using access declaration can only... |
tree | commitdiff |
2008-06-30 |
Robert Roebling | Removed most of the pre-XDG MIME code from the Unix... |
tree | commitdiff |
2008-06-30 |
Julian Smart | Further style preview fix |
tree | commitdiff |
2008-06-29 |
Vadim Zeitlin | blind fix for PCH-less build |
tree | commitdiff |
2008-06-29 |
Vadim Zeitlin | compilation fix for ASCII STL build (#9661) |
tree | commitdiff |
2008-06-29 |
Julian Smart | Corrected problem of wrong paragraph receiving style... |
tree | commitdiff |
2008-06-29 |
Stefan Neis | Don't force ColWidth to always grow for wxGridCellAutoW... |
tree | commitdiff |
2008-06-29 |
Vadim Zeitlin | don't call SetInsertionPointToEnd() on read-only combob... |
tree | commitdiff |
2008-06-29 |
Vadim Zeitlin | support wxListCtrl::GetViewRect() in report view too... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | don't ignore changes of empty string to 0 or vice versa... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | support wxDP_ALLOWNONE in generic wxDatePickerCtrl... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | deprecate wxTE_AUTO_SCROLL as it's always on in the... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | don't activate items on Alt-Space or Alt-Enter (#9615) |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | don't call OnData() if OnEnter() rejected the drag... |
tree | commitdiff |
2008-06-28 |
Stefan Neis | Restricted column/row resizing in cell window to left... |
tree | commitdiff |
2008-06-27 |
Stefan Csomor | use default fonts that have also bold and italic varian... |
tree | commitdiff |
2008-06-27 |
Robert Roebling | Added mostly empty wxLaunchDefaultApplication |
tree | commitdiff |
2008-06-27 |
Robert Roebling | gtk wxStaticText and wxALIGN_CENTER_VERTICAL |
tree | commitdiff |
2008-06-27 |
Stefan Csomor | was incorrectly forcing the font to 12 in most cases... |
tree | commitdiff |
2008-06-26 |
Vadim Zeitlin | still support wxNB_XXX and wxADJUST_MINSIZE in XRC... |
tree | commitdiff |
2008-06-26 |
Vadim Zeitlin | don't forget to output new line in wxMessageOutputStder... |
tree | commitdiff |
2008-06-26 |
Vadim Zeitlin | fix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks... |
tree | commitdiff |
2008-06-26 |
Julian Smart | Fixed bug whereby sash would disappear under left hand... |
tree | commitdiff |
2008-06-26 |
Stefan Csomor | fixing an incorrect conversion path from utf8 to plain... |
tree | commitdiff |
2008-06-25 |
Julian Smart | Allow an app to cut down start time by not doing unnece... |
tree | commitdiff |
2008-06-24 |
Vadim Zeitlin | don't use deprecated wxIconizeEvent::Iconized() |
tree | commitdiff |
2008-06-24 |
Robert Roebling | Next part of tree state icon patches |
tree | commitdiff |
2008-06-23 |
Vadim Zeitlin | wxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2 |
tree | commitdiff |
2008-06-23 |
Paul Cornett | avoid setting a negative window size |
tree | commitdiff |
2008-06-23 |
Julian Smart | Fixed mime type recognition under Gnome by reading... |
tree | commitdiff |
2008-06-22 |
Vadim Zeitlin | fix problem with label characters starting with -1... |
tree | commitdiff |
2008-06-22 |
Vadim Zeitlin | fix handling of wxDP_SHOWCENTURY for some non-C locales... |
tree | commitdiff |
2008-06-22 |
Vadim Zeitlin | allow creating items without parent menus (#3425) |
tree | commitdiff |
2008-06-22 |
Vadim Zeitlin | allow wxDialog::ShowModal() after Show() (see #1416... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | initialize wx{Client,Paint,Window}DC with fonts/colours... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | remove Create{Window,Client,Paint}DC() methods without... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | don't allow editing listbox entries; better handling... |
tree | commitdiff |
next |