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 |
2002-05-16 |
Vadim Zeitlin | use the menu item text, not label, in the owner drawn... |
tree | commitdiff |
2002-05-16 |
Vadim Zeitlin | fixed wrong array index in UuidToCForm |
tree | commitdiff |
2002-05-12 |
Vadim Zeitlin | fixed bug with using wrong interval (-1) when restartin... |
tree | commitdiff |
2002-05-12 |
Vadim Zeitlin | fixed wxFontDialog API: accept const ref instead of... |
tree | commitdiff |
2002-05-12 |
Julian Smart | Fixed mouse handling for captured windows |
tree | commitdiff |
2002-05-11 |
Vadim Zeitlin | added a comment about the default button handling |
tree | commitdiff |
2002-05-11 |
Vadim Zeitlin | don't treat Enter always as Tab, just for the text... |
tree | commitdiff |
2002-05-11 |
Vadim Zeitlin | changed the handling of the default buttons to be more... |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | don't put the windows created with y or height of ... |
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-09 |
Vadim Zeitlin | generate the mouse click events for the static controls |
tree | commitdiff |
2002-05-08 |
Vadim Zeitlin | added missing wxListItem copy ctor to wxMSW, moved... |
tree | commitdiff |
2002-05-08 |
Vadim Zeitlin | compilation fix for wxObject NO_COPY |
tree | commitdiff |
2002-05-08 |
Julian Smart | Added Ok() member for print data, print dialog, page... |
tree | commitdiff |
2002-05-08 |
Vadim Zeitlin | added missing header for not PCH case |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | removed useless trailing semicolon |
tree | commitdiff |
2002-05-07 |
Vadim Zeitlin | added src/msw/popupwin.cpp to the makefiles |
tree | commitdiff |
2002-05-07 |
Vadim Zeitlin | fixed Windows style of wxPopupWindow |
tree | commitdiff |
2002-05-07 |
Vadim Zeitlin | fixed compilation without PCH |
tree | commitdiff |
2002-05-05 |
Vadim Zeitlin | fixed multiple bugs in multiple selection wxCheckListBoxes |
tree | commitdiff |
2002-05-05 |
Vadim Zeitlin | added wxShutdown (patch 547443) |
tree | commitdiff |
2002-05-05 |
Julian Smart | Doc tweaks |
tree | commitdiff |
2002-05-04 |
Robert Roebling | Added screen design to system settings for |
tree | commitdiff |
2002-05-04 |
Vadim Zeitlin | wxDirDialog now has the same ctor under all platforms... |
tree | commitdiff |
2002-05-03 |
Robin Dunn | Fixed problem in InsertItems of always adding ownerdraw... |
tree | commitdiff |
2002-05-02 |
Mattia Barbon | Implemented wxStatusBar::Push/PopStatusText. |
tree | commitdiff |
2002-05-02 |
Mattia Barbon | Generate EVT_TOOL_ENTER when the user moves the mouse... |
tree | commitdiff |
2002-05-02 |
Vadim Zeitlin | you don't have to set BCCDIR for compilation with Borla... |
tree | commitdiff |
2002-04-28 |
Vadim Zeitlin | changed DoDragDrop(bool) into DoDragDrop(int) and added... |
tree | commitdiff |
2002-04-27 |
Vadim Zeitlin | ARCHINCDIR must be defined in makeb32.env, not makefile... |
tree | commitdiff |
2002-04-26 |
Vadim Zeitlin | implement wxColourDialog::Move() (patch 548048) |
tree | commitdiff |
2002-04-26 |
Vadim Zeitlin | refresh and flicker even more to ensure proper refresh... |
tree | commitdiff |
2002-04-24 |
Ron Lee | Added {S,G}etItem{Text,Background}Colour methods. |
tree | commitdiff |
2002-04-24 |
Stefan Neis | Fixed compilo (include image.h since cursor.h no longer... |
tree | commitdiff |
2002-04-23 |
Václav Slavík | added wx/msw/missing.h |
tree | commitdiff |
2002-04-22 |
Julian Smart | wxUniversal fixes: |
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 | fixed another return FALSE in a function returning... |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | implemented DoGetSize() for wxSlider (patch from Dimitri) |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | fixed focus tracking for spin controls (patch from... |
tree | commitdiff |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
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-16 |
Mattia Barbon | Moved text control subclassing code inside MSWOnNotify. |
tree | commitdiff |
2002-04-16 |
Julian Smart | Pass validator, not wxDefaultValidator! |
tree | commitdiff |
2002-04-16 |
Vadim Zeitlin | always let the multiline text control process the Enter... |
tree | commitdiff |
2002-04-16 |
Vadim Zeitlin | return NULL from the functions returning a pointer... |
tree | commitdiff |
2002-04-16 |
Vadim Zeitlin | better, more generic and backwards compatible, fix... |
tree | commitdiff |
2002-04-15 |
Robin Dunn | Applied TRUE/FALSE fix here too. |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | compilation fix after TRUE/FALSE change |
tree | commitdiff |
next |