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 |
2001-11-19 |
Julian Smart | Project file corrections, doc corrections |
tree | commitdiff |
2001-11-16 |
Vadim Zeitlin | Flush() argument should have a default value for compat... |
tree | commitdiff |
2001-11-15 |
Vadim Zeitlin | moved EnableCloseButton() from wxialog to wxTLW |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | added wxTextBuffer and wxMemoryText which allow to... |
tree | commitdiff |
2001-11-14 |
Robin Dunn | GetSelection --> GetStringSelection |
tree | commitdiff |
2001-11-14 |
Robin Dunn | A little fix for Vadim's fix |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | wxPopupWindow::GetPosition() should return point in... |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | added wxTextCtrl::GetSelection() returning a wxString... |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | fixed wxFrame::IconizeChildFrames() bug which would... |
tree | commitdiff |
2001-11-06 |
Mattia Barbon | * Fixed wxStaticBitmap::SetBitmap so that it does not... |
tree | commitdiff |
2001-11-03 |
Vadim Zeitlin | removed OnSetFocus() which doesn't exist any more |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | applied patch to make wxGLCanvas derive from wxWindow... |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | replaced wxList for storing HWND <-> wxWindow with... |
tree | commitdiff |
2001-10-30 |
Václav Slavík | changed wxSystemSettings::HasFrameDecorations to more... |
tree | commitdiff |
2001-10-26 |
Robin Dunn | Added wxDragLink |
tree | commitdiff |
2001-10-21 |
Robin Dunn | #undef Yield |
tree | commitdiff |
2001-10-19 |
Václav Slavík | we no longer need wxFrameNative |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | simplified wxTextCtrl::Create() to use wxControl::MSWCr... |
tree | commitdiff |
2001-10-18 |
Mattia Barbon | Forgot to commit |
tree | commitdiff |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
tree | commitdiff |
2001-10-16 |
Vadim Zeitlin | reverted my accidental changes |
tree | commitdiff |
2001-10-14 |
Václav Slavík | decouple wxTLW,Frame::ShowFullScreen in wxMSW |
tree | commitdiff |
2001-10-12 |
Robin Dunn | Added style parameter to wxPopupWindow ctors so they... |
tree | commitdiff |
next |