]> git.saurik.com Git - wxWidgets.git/history - src
add a numeric column test
[wxWidgets.git] / src /
2008-07-06  Vadim Zeitlindon't use deprecated wxToolBar::AddTool() overload...
2008-07-05  Vadim Zeitlinremove code for drawing icon of minimized window manual...
2008-07-05  Vadim Zeitlinavoid duplicating wxWindow::HandleCommand() in wxFrame...
2008-07-05  Václav Slavíkreverted Robert's premature removal of deprecated 2...
2008-07-05  Stefan NeisAdded missing include (#9625).
2008-07-05  Paul Cornettmark long-deprecated methods as such, and don't use...
2008-07-05  Robert RoeblingRemove 2_6 compatibility code
2008-07-04  Robert RoeblingUse t_str() instead of c_str()
2008-07-04  Robert Roeblingadded wxString.t_str() and used it in filefn.cpp
2008-07-03  Robert RoeblingMake wxMSW wxBase compile in UTF-8 mode
2008-07-03  Vadim Zeitlinhandle FNERR_INVALIDFILENAME which happens if an invali...
2008-07-03  Vadim Zeitlinsupport disabling items before adding them to the menu...
2008-07-03  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-07-03  Robert RoeblingwxMac wxDataViewCtrl no border patch
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work, typo corrected
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work
2008-07-02  Robert Roebling#9675: wxDataViewModel::Reset() and scrollbar problem...
2008-07-01  Vadim Zeitlincompilation fix for PCH-less build after last commit
2008-07-01  Vadim Zeitlinchange not only the focus but also last remembered...
2008-07-01  Robert RoeblingAdd code for parsing globs file in /usr/local as well
2008-07-01  Robert RoeblingAdd code for parsing globs file
2008-07-01  Robert RoeblingAdd stub for parsing globs file
2008-07-01  Robert RoeblingRemaining conversion to read-only XDG MIME types code
2008-07-01  Vadim Zeitlinquote the arguments containing spaces or quotes correct...
2008-06-30  Vadim Zeitlinfix a hang up in wxExecute(wxArrayString& output) overl...
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-30  Vadim ZeitlinVC6 compilation fix: using access declaration can only...
2008-06-30  Robert RoeblingRemoved most of the pre-XDG MIME code from the Unix...
2008-06-30  Julian SmartFurther style preview fix
2008-06-29  Vadim Zeitlinblind fix for PCH-less build
2008-06-29  Vadim Zeitlincompilation fix for ASCII STL build (#9661)
2008-06-29  Julian SmartCorrected problem of wrong paragraph receiving style...
2008-06-29  Stefan NeisDon't force ColWidth to always grow for wxGridCellAutoW...
2008-06-29  Vadim Zeitlindon't call SetInsertionPointToEnd() on read-only combob...
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-28  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-06-28  Vadim Zeitlinsupport wxDP_ALLOWNONE in generic wxDatePickerCtrl...
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-28  Vadim Zeitlindon't activate items on Alt-Space or Alt-Enter (#9615)
2008-06-28  Vadim Zeitlindon't call OnData() if OnEnter() rejected the drag...
2008-06-28  Stefan NeisRestricted column/row resizing in cell window to left...
2008-06-27  Stefan Csomoruse default fonts that have also bold and italic varian...
2008-06-27  Robert RoeblingAdded mostly empty wxLaunchDefaultApplication
2008-06-27  Robert Roeblinggtk wxStaticText and wxALIGN_CENTER_VERTICAL
2008-06-27  Stefan Csomorwas incorrectly forcing the font to 12 in most cases...
2008-06-26  Vadim Zeitlinstill support wxNB_XXX and wxADJUST_MINSIZE in XRC...
2008-06-26  Vadim Zeitlindon't forget to output new line in wxMessageOutputStder...
2008-06-26  Vadim Zeitlinfix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks...
2008-06-26  Julian SmartFixed bug whereby sash would disappear under left hand...
2008-06-26  Stefan Csomorfixing an incorrect conversion path from utf8 to plain...
2008-06-25  Julian SmartAllow an app to cut down start time by not doing unnece...
2008-06-24  Vadim Zeitlindon't use deprecated wxIconizeEvent::Iconized()
2008-06-24  Robert RoeblingNext part of tree state icon patches
2008-06-23  Vadim ZeitlinwxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2
2008-06-23  Paul Cornettavoid setting a negative window size
2008-06-23  Julian SmartFixed mime type recognition under Gnome by reading...
2008-06-22  Vadim Zeitlinfix problem with label characters starting with -1...
2008-06-22  Vadim Zeitlinfix handling of wxDP_SHOWCENTURY for some non-C locales...
2008-06-22  Vadim Zeitlinallow creating items without parent menus (#3425)
2008-06-22  Vadim Zeitlinallow wxDialog::ShowModal() after Show() (see #1416...
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-06-21  Vadim Zeitlinremove Create{Window,Client,Paint}DC() methods without...
2008-06-21  Vadim Zeitlindon't allow editing listbox entries; better handling...
2008-06-21  Vadim Zeitlinassert if ShowModal() is called after a previous Show...
2008-06-21  Vadim Zeitlincompilation fix for PCH-less build
2008-06-21  Vadim Zeitlindisable report view mode under Mac as it hangs the...
2008-06-21  Vadim Zeitlinuse the real clipping region and not just its bounding...
2008-06-21  Vadim Zeitlinimplement wxWinINetInputStream::GetSize() (#9600)
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-21  Robert RoeblingUse wxMenuBase:SendEvent() to emit event, shoudl also...
2008-06-20  Vadim Zeitlindon't pass negative height to wxWindow::SetSize(),...
2008-06-20  Robert RoeblingDon't let MSW's wxSpinCtrl emit spin up and down events...
2008-06-18  Stefan NeisCleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr...
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-06-16  Robert RoeblingTicket #9592: gtk-choice-setcolumns.2.diff
2008-06-16  Václav SlavíkImplemented high-quality preview for wxMSW (this approa...
2008-06-16  Václav Slavíkfixed SetUserScale() calls to use correct scale on...
2008-06-16  Václav Slavíkfixed printing preview to not report errors in infinite...
2008-06-15  Vadim Zeitlinadded a unit test for input/output file streams and...
2008-06-15  Stefan NeisFixed problems with reassigning the already assigned...
2008-06-15  Stefan NeisFixed wxDoSetEnv (ticket # 9588).
2008-06-15  Vadim Zeitlinanother 64 bit fix: make SendMsg() return wxIntPtr...
2008-06-15  Stefan NeisAdded missing screen update on deselection in wxGrid...
2008-06-15  Vadim Zeitlinfixed STC under Win64: as wxStyledTextCtrl::SendMsg...
2008-06-15  Václav Slavíkrevert part of r54233 that was included by accident
2008-06-15  Václav Slavíkif gdiplus.dll cannot be loaded, return NULL from wxGra...
2008-06-15  Stefan NeisApplied ticket #1230 (patch to SetColFormatCustom)...
2008-06-15  Vadim Zeitlinfix off by 1 error in GetTextRaw() (#4317)
2008-06-15  Vadim Zeitlinfix crash when copying empty selection to clipboard...
2008-06-15  Vadim Zeitlinignore mouse wheel events which are coming too fast...
2008-06-15  Vadim Zeitlinderive wxSTC from wxTextEntryBase to provide even more...
2008-06-15  Vadim Zeitlinderive wxSTC from wxTextAreaBase to provide wxTextCtrl...
2008-06-14  Vadim Zeitlinstate clearly that the entire contents of generated...
2008-06-14  Vadim Zeitlinexplicitly check that we're being run from the correct...
2008-06-14  Vadim Zeitlinremove extra ')' in EVT_STC_CALLTIP_CLICK
2008-06-14  Vadim Zeitlintranslate Scintilla getters to const methods of wxStyle...
2008-06-14  Vadim Zeitlinfix ANSI mode build
2008-06-14  Vadim Zeitlinstandard location of env is in /usr/bin, not /bin
2008-06-14  Vadim Zeitlinmake the script executable
2008-06-14  Vadim Zeitlindon't interfere with Scintilla drag-and-drop (#9088)
next