2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
tree | commitdiff |
2002-04-10 |
Vadim Zeitlin | don't send dummy scroll events from wxNotebook when... |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch... |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | SetPath() is now implemented in dirdlg.cpp |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | more fixes to handling the paths with trailing slashes... |
tree | commitdiff |
2002-04-02 |
Robin Dunn | wxWindowMSW now eats EVT_CHAR if the key was handled... |
tree | commitdiff |
2002-04-01 |
Vadim Zeitlin | fixed wxCheckListBox behaviour in presense of wxLB_SORT... |
tree | commitdiff |
2002-03-31 |
Robert Roebling | As in 2.2.9, toolbars should not get the focus. |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | removed a few warnings and CW compilation problems... |
tree | commitdiff |
2002-03-26 |
Mattia Barbon | wxIconBundle implementation. |
tree | commitdiff |
2002-03-26 |
Vadim Zeitlin | made radio buttons and the toolbat text work for Win32... |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | fixed compilation for wxMSW after the recent changes |
tree | commitdiff |
2002-03-24 |
Vadim Zeitlin | fixes to radio menu items |
tree | commitdiff |
2002-03-24 |
Václav Slavík | WXWIN_COMPATIBILITY_2_2 is on by default |
tree | commitdiff |
2002-03-24 |
Václav Slavík | move wxApp::GetStdIcon to wxArtProvider |
tree | commitdiff |
2002-03-23 |
Vadim Zeitlin | compatibility constructors for wxMenuItem() taking... |
tree | commitdiff |
2002-03-22 |
Václav Slavík | point to MSLU library |
tree | commitdiff |
2002-03-22 |
Václav Slavík | port proplist.cpp to wxArtProvider |
tree | commitdiff |
2002-03-22 |
Václav Slavík | wxITEM_FOO instead of wxItem_Foo, for the sake of consi... |
tree | commitdiff |
2002-03-21 |
Václav Slavík | use wxArtProvider in wxtipDialog |
tree | commitdiff |
2002-03-21 |
Vadim Zeitlin | implemented radio menu items for wxMSW |
tree | commitdiff |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
tree | commitdiff |
2002-03-16 |
Vadim Zeitlin | added support for wxTR_HIDE_ROOT style (patch 529614) |
tree | commitdiff |
2002-03-15 |
Vadim Zeitlin | erase separators shown behind the controls added to... |
tree | commitdiff |
2002-03-15 |
Robin Dunn | Added wxCURSOR_RIGHT_ARROW, which is like the typical... |
tree | commitdiff |
2002-03-12 |
Ron Lee | build fix. Need the full declaration for CLASSINFO(). |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | don't include wx/wx.h unnecessarily |
tree | commitdiff |
2002-03-08 |
Václav Slavík | fixed MSVC warnings |
tree | commitdiff |
2002-03-06 |
Vadim Zeitlin | removed the dialog templates unneeded/unused any longer |
tree | commitdiff |
2002-03-05 |
Vadim Zeitlin | fix for wxScreenDC::GetSize |
tree | commitdiff |
2002-03-05 |
Vadim Zeitlin | added missing default values for the 2nd argument of... |
tree | commitdiff |
2002-02-24 |
Vadim Zeitlin | added wxUSE_FSVOLUME |
tree | commitdiff |
2002-02-23 |
Vadim Zeitlin | added EVT_MENU_OPEN and EVT_MENU_CLOSE events |
tree | commitdiff |
2002-02-23 |
Vadim Zeitlin | changed wxColourToRGB() to use RGB() instead of PALETTE... |
tree | commitdiff |
2002-02-23 |
Vadim Zeitlin | implemented wxWindowDC and wxClientDC::GetSize() proper... |
tree | commitdiff |
2002-02-23 |
Vadim Zeitlin | undef LoadMenu() (patch #521743) |
tree | commitdiff |
2002-02-21 |
Vadim Zeitlin | wxCursor(wxImage) added (Chris Elliott, patch 517439) |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | use WS_CLIPSIBLINGS for wxStaticLine as well |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | 1. always create the buttons with WS_CLIPSIBLINGS style... |
tree | commitdiff |
2002-02-18 |
Václav Slavík | checked in forgottern parts of MSLU changes |
tree | commitdiff |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | better handling for the style changing during run-time |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | enable WXWIN_COMPATIBILITY_2_2 by default |
tree | commitdiff |
2002-02-12 |
Julian Smart | Removed some debug code from window headers; added... |
tree | commitdiff |
2002-02-08 |
Vadim Zeitlin | cleanups after SciTech commit :-( |
tree | commitdiff |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
tree | commitdiff |
2002-02-07 |
Vadim Zeitlin | a hack to fix the MSW build for now, pending better... |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS... |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | total wxBrush cleanup: made private stuff private,... |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | changed CloneRefData() to take a const pointer |
tree | commitdiff |
2002-02-03 |
Vadim Zeitlin | oops, Clone/CreateRefData() were not overridden in... |
tree | commitdiff |
2002-02-02 |
Vadim Zeitlin | 1. fixed bug in wxDC::SetMapMode() which broke the... |
tree | commitdiff |
2002-02-02 |
Vadim Zeitlin | wxDC::SetClippingRegion() in wxMSW works like in wxGTK... |
tree | commitdiff |
2002-02-01 |
Vadim Zeitlin | added default value for Show() argument |
tree | commitdiff |
2002-01-31 |
Julian Smart | Regenerated FL docs; applied patch [ #511363 ] Dialogs... |
tree | commitdiff |
2002-01-31 |
Vadim Zeitlin | implemented wxRegion::Offset() for MSW and documented it |
tree | commitdiff |
2002-01-28 |
Vadim Zeitlin | added another, more convenient, wxRGBToColour() overload |
tree | commitdiff |
2002-01-26 |
Vadim Zeitlin | implemented IsFixedWidth() correctly for MSW |
tree | commitdiff |
2002-01-21 |
Vadim Zeitlin | added an explicit accessor to query the default key... |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
tree | commitdiff |
2002-01-17 |
Vadim Zeitlin | wxUSE_IFF 0 by default |
tree | commitdiff |
2002-01-17 |
Vadim Zeitlin | don't generate clicked events when we just get the... |
tree | commitdiff |
2002-01-15 |
Robert Roebling | Added IFF handler. |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | 0. extracted toolbar colour mapping stuff to its own... |
tree | commitdiff |
2002-01-13 |
Václav Slavík | applied ANI images patch and added wxUSE_ICO_CUR |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | fixed several resource leaks related to MDI menus |
tree | commitdiff |
2002-01-12 |
Vadim Zeitlin | SetValue() doesn't call Clear() |
tree | commitdiff |
2002-01-10 |
Vadim Zeitlin | moved toolbar adjustments for the client size from... |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | added, implemented, documented wxTE_RICH2 and wxTextCtr... |
tree | commitdiff |
2002-01-04 |
Julian Smart | Corrected (maybe) the object.h token syntax; corrected... |
tree | commitdiff |
2002-01-02 |
Vadim Zeitlin | added wxRTII macros to wxPopupWindow under MSW |
tree | commitdiff |
2001-12-31 |
Vadim Zeitlin | attemps to speed up wxToolBar::MapBitmap() - failed |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | added a few useful utility classes: MemoryHDC and Selec... |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | 1. wxSystemSettings class API face lift: better names... |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | added wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings |
tree | commitdiff |
2001-12-25 |
Vadim Zeitlin | fixed crash when an item didn't have any data |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | fixed sorting the items which have indirect data (i... |
tree | commitdiff |
2001-12-22 |
Julian Smart | More tweaks to wxMicroWi |
tree | commitdiff |
2001-12-22 |
Vadim Zeitlin | wxFont can now raelly use the native fonts |
tree | commitdiff |
2001-12-21 |
Julian Smart | MicroWindows tweaks |
tree | commitdiff |
2001-12-21 |
Julian Smart | Added some #defines |
tree | commitdiff |
2001-12-21 |
Vadim Zeitlin | disable new DL code by default |
tree | commitdiff |
2001-12-20 |
Ron Lee | added missing DYNLIB_CLASS define. |
tree | commitdiff |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | fixed redraw problems in wxStaticText |
tree | commitdiff |
2001-12-17 |
Václav Slavík | added wxUSE_UNICODE_MSLU |
tree | commitdiff |
2001-12-17 |
Václav Slavík | making wxMSW MSLU(unicows)-friendly |
tree | commitdiff |
2001-12-15 |
Vadim Zeitlin | fixed flicker in wxTreeCtrl::SetItemXXX() |
tree | commitdiff |
2001-12-14 |
Vadim Zeitlin | wxConfig clean up and bug fix for record defaults |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | fixed displaying text in non default charset in the... |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | fixed bugs with setting the client size when the differ... |
tree | commitdiff |
2001-12-03 |
Julian Smart | Added wxUSE_TIPWINDOW |
tree | commitdiff |
2001-12-01 |
Julian Smart | Attempted to fix splittree problem by not pushing event... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | fixed compilation after wxTipWindow base class change... |
tree | commitdiff |
2001-11-28 |
Julian Smart | Small change |
tree | commitdiff |
2001-11-28 |
Julian Smart | Fixing wxMicroWindows compilation |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added wxCmdLineParser::ConvertStringToArgs(), wxApp... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added GetHpalette[Of] macros |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | fixed wxTaskBarIcon compilation |
tree | commitdiff |
next |