2003-01-12 |
Vadim Zeitlin | OpenWatcom compilation fixes (patch 665959) |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreate(), it is unneeded |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | use MSWCreateControl() instead of duplicating its code |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreateToolbar(), it... |
tree | commitdiff |
2003-01-08 |
Vadim Zeitlin | #undef LoadBitmap() too |
tree | commitdiff |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
tree | commitdiff |
2003-01-07 |
Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine |
tree | commitdiff |
2003-01-06 |
Vadim Zeitlin | fixed the return type of LoadIcon() |
tree | commitdiff |
2003-01-05 |
Vadim Zeitlin | #undef LoadIcon() too |
tree | commitdiff |
2003-01-03 |
Vadim Zeitlin | IsStandard() shouldn't return TRUE for formats >= wxDF_... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | compilation fixes after applying DECLARE_NO_COPY_CLASS... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | support for using DIBs for wxBitmap implementation... |
tree | commitdiff |
2002-12-29 |
Mattia Barbon | Allow building in unicode mode with just "make -f... |
tree | commitdiff |
2002-12-29 |
Ron Lee | Oops, don't cut and paste between ports, and do test... |
tree | commitdiff |
2002-12-29 |
Ron Lee | Added wxTreeCtrl::GetItemParent to deprecate GetParent. |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | handle accel keys for owner drawn menu items (based... |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | use SS_CENTERIMAGE to prevent wxStaticBitmap from stret... |
tree | commitdiff |
2002-12-13 |
Mattia Barbon | Unicode compilation fix. |
tree | commitdiff |
2002-12-10 |
Julian Smart | Applied some of patch [ 650957 ] wxWinCE diff-0.0.4 |
tree | commitdiff |
2002-12-09 |
Julian Smart | Small WinCE mods from Marco |
tree | commitdiff |
2002-12-07 |
Julian Smart | Corrected line endings, deps now relative |
tree | commitdiff |
2002-12-05 |
Julian Smart | Added Marco's first WinCE files |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-09-15 |
Václav Slavík | fixed two-step creation of wxCheckListBox |
tree | commitdiff |
2002-09-14 |
Vadim Zeitlin | recreate the toolbar entirely when its text/icons style... |
tree | commitdiff |
2002-09-08 |
Julian Smart | Added LV_ITEMA and used a #define for LV_ITEM to |
tree | commitdiff |
2002-09-03 |
Julian Smart | Changed char* to wxChar* |
tree | commitdiff |
2002-09-02 |
Julian Smart | Committed a couple of IPC changes I forgot to do |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | choose implicit parent for the dialog boxes better... |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | added a few WXDLLEXPORTS, corrected/expanded comments |
tree | commitdiff |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | added wxSpinCtrl::SetSelection() |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | disable children when the parent is disabled |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | fixed default button handling: don't keep BS_DEFPUSHBUT... |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | send event from Clear() for a simple text control,... |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | made wxFrame::SendSizeEvent() public and documented it |
tree | commitdiff |
2002-08-22 |
Vadim Zeitlin | reverted patch 598016 (removed MSWCreateControl() visib... |
tree | commitdiff |
2002-08-22 |
Julian Smart | Applied patch [ 598016 ] remove flicker during combo... |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | added wxCheckListBox::HitTest() (modified patch 594524) |
tree | commitdiff |
2002-08-20 |
Julian Smart | Applied patch [ 597700 ] Fix proposal for wxJoystick... |
tree | commitdiff |
2002-08-16 |
Vadim Zeitlin | change the selection appropriately (and refresh it... |
tree | commitdiff |
2002-08-14 |
Robin Dunn | Bugfix for wxListCtrl::GetColumn. It wasn't checking... |
tree | commitdiff |
2002-08-01 |
Julian Smart | Applied patch [ 588734 ] Makes ProcessIdle() virtual |
tree | commitdiff |
2002-07-27 |
Václav Slavík | libunicows moved to sourceforge |
tree | commitdiff |
2002-07-23 |
Vadim Zeitlin | added operator++/-- for wxAutoULong (SF patch from... |
tree | commitdiff |
2002-07-21 |
Vadim Zeitlin | default style now applies to the text entered by the... |
tree | commitdiff |
2002-07-21 |
Vadim Zeitlin | 1. more consistency in wxTree/ListEvent methods naming... |
tree | commitdiff |
2002-07-19 |
Julian Smart | Applied patch [ 573644 ] wxDisplay for Mac (again) |
tree | commitdiff |
2002-07-15 |
Robin Dunn | Icons fetched from wxMimeTypesManager did not get the... |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | automatically initialize m_cRef to 0 (patch 575011... |
tree | commitdiff |
2002-07-05 |
Julian Smart | Added wxRadioButton::MSWWindowProc to reset m_focusJust... |
tree | commitdiff |
2002-06-26 |
Julian Smart | Corrected typo |
tree | commitdiff |
2002-06-24 |
Václav Slavík | added QS_ALLPOSTMESSAGE |
tree | commitdiff |
2002-06-23 |
Julian Smart | Applied patch [ 546335 ] Added Automation types and... |
tree | commitdiff |
2002-06-20 |
Vadim Zeitlin | fixed setting tooltips for slider by moving the code... |
tree | commitdiff |
2002-06-20 |
Vadim Zeitlin | added TRUE default value for Show() argument |
tree | commitdiff |
2002-06-15 |
Vadim Zeitlin | changed WM_GETDLGCODE handling so that all windows... |
tree | commitdiff |
2002-06-15 |
Vadim Zeitlin | removed unused wxWindow::m_doubleClickAllowed field |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | moved OnActivate() logic from wxFrame to wxDialog ... |
tree | commitdiff |
2002-06-09 |
Mattia Barbon | Update taskbar.h to use DECLARE/DEFINE_EVENT_TYPE;... |
tree | commitdiff |
2002-06-05 |
Vadim Zeitlin | reverted wxPopupWindow implementation to the original... |
tree | commitdiff |
2002-06-04 |
Vadim Zeitlin | added default parameter values to the overloaded Show... |
tree | commitdiff |
2002-06-01 |
Vadim Zeitlin | replaced quotes in #include with angle brackets |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | fixed assert when using wxMiniFrame (result of recent... |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | changes to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles... |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | prevent the parent window from losing activation when... |
tree | commitdiff |
2002-05-22 |
Vadim Zeitlin | fixed GL case in #include (patch 557178) |
tree | commitdiff |
2002-05-12 |
Vadim Zeitlin | fixes to wxFontDialog after recent changes |
tree | commitdiff |
2002-05-12 |
Vadim Zeitlin | fixed wxFontDialog API: accept const ref instead of... |
tree | commitdiff |
2002-05-11 |
Vadim Zeitlin | changed the handling of the default buttons to be more... |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | applied patch to build wxMSW with CW7 (patch 550445) |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | fixed list item attributes when inserting/deleting... |
tree | commitdiff |
2002-05-07 |
Vadim Zeitlin | fixed Windows style of wxPopupWindow |
tree | commitdiff |
2002-05-05 |
Vadim Zeitlin | fixed multiple bugs in multiple selection wxCheckListBoxes |
tree | commitdiff |
2002-05-05 |
Julian Smart | Doc tweaks |
tree | commitdiff |
2002-05-04 |
Vadim Zeitlin | wxDirDialog now has the same ctor under all platforms... |
tree | commitdiff |
2002-05-01 |
Vadim Zeitlin | changed wxUSE_MS_HTML_HELP to 1 by default |
tree | commitdiff |
2002-05-01 |
Vadim Zeitlin | disabled wxWin memory debugging by default |
tree | commitdiff |
2002-04-28 |
Vadim Zeitlin | changed DoDragDrop(bool) into DoDragDrop(int) and added... |
tree | commitdiff |
2002-04-26 |
Vadim Zeitlin | implement wxColourDialog::Move() (patch 548048) |
tree | commitdiff |
2002-04-24 |
Ron Lee | Added {S,G}etItem{Text,Background}Colour methods. |
tree | commitdiff |
2002-04-23 |
Vadim Zeitlin | replaced unnecessary #include with a forward decl |
tree | commitdiff |
2002-04-23 |
Václav Slavík | added wx/msw/missing.h |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | fixed WM_GETDLGCODE processing to include the bits... |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | implement SetFocusFromKbd() to select all text in the... |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | implemented DoGetSize() for wxSlider (patch from Dimitri) |
tree | commitdiff |
2002-04-18 |
Vadim Zeitlin | select the whole text in the single line text control... |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
tree | commitdiff |
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 |
next |