2002-07-29 |
Ron Lee | The world should not end if a server has no peer. ... |
tree | commitdiff |
2002-07-27 |
Ron Lee | minus one show stopper typo and a couple of warnings... |
tree | commitdiff |
2002-07-26 |
Julian Smart | Don't fail to register remaining window classes if |
tree | commitdiff |
2002-07-25 |
Robin Dunn | Added wxUSE_RICHEDIT to match usage in header |
tree | commitdiff |
2002-07-24 |
Mattia Barbon | Updated Makefiles for all but Motif; there is either... |
tree | commitdiff |
2002-07-21 |
Vadim Zeitlin | default style now applies to the text entered by the... |
tree | commitdiff |
2002-07-21 |
Vadim Zeitlin | fixed a compilation warning |
tree | commitdiff |
2002-07-21 |
Vadim Zeitlin | 1. more consistency in wxTree/ListEvent methods naming... |
tree | commitdiff |
2002-07-21 |
Vadim Zeitlin | don't cache the result of IsAlwaysConnected() and don... |
tree | commitdiff |
2002-07-21 |
Vadim Zeitlin | reverted Chris' MSW additions patch (we should use... |
tree | commitdiff |
2002-07-19 |
Julian Smart | Applied patch [ 573644 ] wxDisplay for Mac (again) |
tree | commitdiff |
2002-07-17 |
Vadim Zeitlin | wxSTAY_ON_TOP support in wxMessageBox (patch 581826) |
tree | commitdiff |
2002-07-15 |
Robin Dunn | Icons fetched from wxMimeTypesManager did not get the... |
tree | commitdiff |
2002-07-15 |
Robin Dunn | Patch #581167 |
tree | commitdiff |
2002-07-15 |
Chris Elliott | single instance checker addition for MSW |
tree | commitdiff |
2002-07-14 |
Vadim Zeitlin | let the DefWindowProc() process messages sent to RAS... |
tree | commitdiff |
2002-07-12 |
Robin Dunn | Allow wxComboBox to get key events for ENTER with wxPRO... |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | added ENDSCROLL event (patch 576176) |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | the handling of Home/End in wxScrollBar was reversed... |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | automatically initialize m_cRef to 0 (patch 575011... |
tree | commitdiff |
2002-07-08 |
Julian Smart | Added space under label since it was too close to first... |
tree | commitdiff |
2002-07-07 |
Ron Lee | Update Layout more correctly in DoSetVirtualSize. |
tree | commitdiff |
2002-07-07 |
Ron Lee | put wx/app.h back though, for people without precompile... |
tree | commitdiff |
2002-07-06 |
Mattia Barbon | Fix MinGW compilation in some corner cases |
tree | commitdiff |
2002-07-05 |
Mattia Barbon | Fix some GCC 3.1 compilation warnings |
tree | commitdiff |
2002-07-05 |
Julian Smart | Added wxRadioButton::MSWWindowProc to reset m_focusJust... |
tree | commitdiff |
2002-07-05 |
Vadim Zeitlin | removed unneeded inclusion of wx/wx.h |
tree | commitdiff |
2002-07-04 |
Vadim Zeitlin | argh, last compilation fix had a typo, fixed now |
tree | commitdiff |
2002-07-04 |
Vadim Zeitlin | undid the patches which shouldn't (IMHO) have been... |
tree | commitdiff |
2002-07-04 |
Vadim Zeitlin | old mingw32 compilation fix |
tree | commitdiff |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
tree | commitdiff |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
tree | commitdiff |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
tree | commitdiff |
2002-07-03 |
Mattia Barbon | Updated Makefiles for MinGW GCC 3.1 |
tree | commitdiff |
2002-07-03 |
Robin Dunn | Made wxBU_EXACTFIT work as documented instead of being... |
tree | commitdiff |
2002-07-02 |
Mattia Barbon | Allow compiling when _WIN32_IE < 0x300 |
tree | commitdiff |
2002-07-02 |
Chris Elliott | UNC fix to directory path |
tree | commitdiff |
2002-07-01 |
Robin Dunn | Fixed "different linkage" compile error |
tree | commitdiff |
2002-06-30 |
Ron Lee | added export decls for MSW. |
tree | commitdiff |
2002-06-28 |
Robin Dunn | Return more items in wxListCtrl::GetColumn. |
tree | commitdiff |
2002-06-27 |
Vadim Zeitlin | streamlined WM_NOTIFY processing code fixing a bug... |
tree | commitdiff |
2002-06-26 |
Julian Smart | Eliminate flashing when writing text, by clearing inste... |
tree | commitdiff |
2002-06-26 |
Václav Slavík | compilation fix (wxUniv/MSW) |
tree | commitdiff |
2002-06-26 |
Vadim Zeitlin | propgate WS_EX_CONTROLPARENT recursively upwards, not... |
tree | commitdiff |
2002-06-24 |
Václav Slavík | added QS_ALLPOSTMESSAGE |
tree | commitdiff |
2002-06-24 |
Vadim Zeitlin | old mingw32 compilation fix |
tree | commitdiff |
2002-06-23 |
Julian Smart | Applied patch [ 546335 ] Added Automation types and... |
tree | commitdiff |
2002-06-21 |
Robin Dunn | Refactored my last change a bit and applied it in anoth... |
tree | commitdiff |
2002-06-21 |
Robin Dunn | This fixes a crash that would happen when DeleteAllItem... |
tree | commitdiff |
2002-06-20 |
Vadim Zeitlin | fixed compilation with CW8 (SF patch 567845) and also... |
tree | commitdiff |
2002-06-20 |
Vadim Zeitlin | wxThread::Delete() doesn't wait until the next event... |
tree | commitdiff |
2002-06-20 |
Vadim Zeitlin | fixed setting tooltips for slider by moving the code... |
tree | commitdiff |
2002-06-18 |
Vadim Zeitlin | removed SetFocus() call in WM_LBUTTONDOWN handler once... |
tree | commitdiff |
2002-06-18 |
Vadim Zeitlin | richedit 1.0 controls now send the left up event |
tree | commitdiff |
2002-06-17 |
Chris Elliott | patch fixing b32 makefile (sourceforge Bugs item #566439) |
tree | commitdiff |
2002-06-16 |
Mattia Barbon | Recent w32api have FONTENUMPROC; this also fixes GCC 3.1 |
tree | commitdiff |
2002-06-15 |
Vadim Zeitlin | argh, another IsDialogMessage() fix: we still need... |
tree | commitdiff |
2002-06-15 |
Vadim Zeitlin | fix for dialog navigation in the modal dialogs: do... |
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-14 |
Vadim Zeitlin | don't use WS_EX_CONTOLPARENT with the top level windows... |
tree | commitdiff |
2002-06-14 |
Vadim Zeitlin | compilation fixes for wxUniv (moved wxDlgProc back... |
tree | commitdiff |
2002-06-14 |
Vadim Zeitlin | compilation fix for !USE_PCH (patch 569132) |
tree | commitdiff |
2002-06-14 |
Chris Elliott | make file for wxUniversal and Borland/MSW |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | fixed problems with hanging inside IsDialogMessage... |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | suppress an assert when a combobox receives WM_KILLFOCU... |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | blind fix for latest mingw32 3.1 |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | moved OnActivate() logic from wxFrame to wxDialog ... |
tree | commitdiff |
2002-06-12 |
Vadim Zeitlin | added wxGetProcessId() |
tree | commitdiff |
2002-06-12 |
Vadim Zeitlin | use AF_INET instead of PF_INET in wxGetFullHostName |
tree | commitdiff |
2002-06-11 |
Julian Smart | Initialise font family when initializing from native... |
tree | commitdiff |
2002-06-09 |
Mattia Barbon | Update taskbar.h to use DECLARE/DEFINE_EVENT_TYPE;... |
tree | commitdiff |
2002-06-08 |
Vadim Zeitlin | reenabled WS_EX_CONTROLPARENT style together with a... |
tree | commitdiff |
2002-06-08 |
Julian Smart | Use standard IDC_HELP cursor instead of oversize custom... |
tree | commitdiff |
2002-06-08 |
Vadim Zeitlin | compilation fix (for !PCH) |
tree | commitdiff |
2002-06-07 |
Vadim Zeitlin | oops, compilation fix |
tree | commitdiff |
2002-06-07 |
Vadim Zeitlin | patch 562893: bug in dll makefile.b32 |
tree | commitdiff |
2002-06-07 |
Vadim Zeitlin | don't include winsock.h directly, this doesn't work... |
tree | commitdiff |
2002-06-07 |
Vadim Zeitlin | fixed text ctrl tooltips (patch 562210) |
tree | commitdiff |
2002-06-07 |
Vadim Zeitlin | fix tree icon refresh after collapsing a branch (patch... |
tree | commitdiff |
2002-06-07 |
Robin Dunn | Patch #565656, fix for compilers without precomp headers |
tree | commitdiff |
2002-06-06 |
Vadim Zeitlin | wxMutex changes (explicitly specify the type), return... |
tree | commitdiff |
2002-06-05 |
Vadim Zeitlin | reverted wxPopupWindow implementation to the original... |
tree | commitdiff |
2002-06-05 |
Vadim Zeitlin | bring the parent of a wxFRAME_FLOAT_ON_PARENT frame... |
tree | commitdiff |
2002-06-05 |
Robin Dunn | Give wxMSW's wxDirDialog support for wxDD_NEW_DIR_BUTTON |
tree | commitdiff |
2002-06-04 |
Vadim Zeitlin | undid WS_EX_CONTROLPARENT change -- I recall now why... |
tree | commitdiff |
2002-06-03 |
Vadim Zeitlin | use WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic... |
tree | commitdiff |
2002-05-30 |
Vadim Zeitlin | removed some duplicate code, no real changes |
tree | commitdiff |
2002-05-26 |
Vadim Zeitlin | set the id in wxMouseEvent (bug 484245) |
tree | commitdiff |
2002-05-26 |
Vadim Zeitlin | add full 32 bit range support to wxSpinButton/Ctrl |
tree | commitdiff |
2002-05-26 |
Vadim Zeitlin | set the focus to the first control in the dialog when... |
tree | commitdiff |
2002-05-26 |
Vadim Zeitlin | fix for the crash when pressing TAB in the edit control... |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | changes to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles... |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | fixed calling Union() or Offset() on a previously Clear... |
tree | commitdiff |
2002-05-25 |
Vadim Zeitlin | prevent the parent window from losing activation when... |
tree | commitdiff |
2002-05-23 |
Vadim Zeitlin | popup windows wre not using TOPMOST style under wxUniv... |
tree | commitdiff |
2002-05-23 |
Vadim Zeitlin | wxUniv compilation fixes (patch 559620) |
tree | commitdiff |
2002-05-22 |
Vadim Zeitlin | mingw/cygwin compilation fix (patch 556157) |
tree | commitdiff |
2002-05-17 |
Vadim Zeitlin | made SetItemText() work for the item which we're about... |
tree | commitdiff |
2002-05-16 |
Vadim Zeitlin | fixed the selection rectangle drawing (was off by 1) |
tree | commitdiff |
next |