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 |
2002-04-15 |
Vadim Zeitlin | fixes for BCC makefiles from Chris (patch 544015) |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | don't let IsDialogMessage() have VK_ESCAPE, this fixes... |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | always handle Enter ourselves while editing tree ctrl... |
tree | commitdiff |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | don't use socket function when wxUSE_SOCKETS==0 |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | generate the focus events for wxComboBox, also solves... |
tree | commitdiff |
2002-04-10 |
Robert Roebling | Added "metal" theme. |
tree | commitdiff |
2002-04-10 |
Robin Dunn | Oops, forgot the braces. |
tree | commitdiff |
2002-04-10 |
Robin Dunn | Moved check for m_lastKeydownProcessed to WM_CHAR case... |
tree | commitdiff |
2002-04-10 |
Vadim Zeitlin | no changes |
tree | commitdiff |
2002-04-10 |
Vadim Zeitlin | don't send dummy scroll events from wxNotebook when... |
tree | commitdiff |
2002-04-09 |
Vadim Zeitlin | wxSizeEvent now carries the total size, not just the... |
tree | commitdiff |
2002-04-09 |
Václav Slavík | fixed incorrect wxCHECK (was a wrong negation before) |
tree | commitdiff |
2002-04-09 |
Vadim Zeitlin | added support for the multiline button labels |
tree | commitdiff |
2002-04-08 |
Julian Smart | More BC++ makefile tweaks |
tree | commitdiff |
2002-04-08 |
Julian Smart | BC++ 32-bit makefile now copies setup.h to the correct... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | wxMSW doesn't send CHAR events for Caps/Scroll/NumLock... |
tree | commitdiff |
2002-04-07 |
Václav Slavík | Don't allow expanding/collapsing hidden root |
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-07 |
Vadim Zeitlin | refresh the dialog children forcefully even if wxCLIP_C... |
tree | commitdiff |
2002-04-06 |
Vadim Zeitlin | refresh the dialogs after resize - this is the only... |
tree | commitdiff |
2002-04-06 |
Vadim Zeitlin | cleaned up the checkbox creation code (~70 lines of... |
tree | commitdiff |
2002-04-06 |
Vadim Zeitlin | no significant changes |
tree | commitdiff |
2002-04-06 |
Vadim Zeitlin | fixed bug with initial path being a root directory... |
tree | commitdiff |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
tree | commitdiff |
2002-04-06 |
Václav Slavík | reverted Julian's unintentional breakage of wxChoice |
tree | commitdiff |
2002-04-05 |
Julian Smart | Made sure the 'best' size doesn't get set for wxChoice |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | more fixes to handling the paths with trailing slashes... |
tree | commitdiff |
2002-04-04 |
Julian Smart | No change |
tree | commitdiff |
2002-04-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
tree | commitdiff |
2002-04-03 |
Robin Dunn | Since wxConditionInternal is a friend of wxMutex and... |
tree | commitdiff |
2002-04-03 |
Vadim Zeitlin | fixed a race condition resulting in returning incorrect... |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | changed wxCondition API to take a reference, not pointe... |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | added wxSemaphore (with docs), new version of wxConditi... |
tree | commitdiff |
2002-04-02 |
Robin Dunn | wxWindowMSW now eats EVT_CHAR if the key was handled... |
tree | commitdiff |
2002-04-01 |
Julian Smart | Separated wxImage::FloodFill from image.cpp |
tree | commitdiff |
2002-04-01 |
Vadim Zeitlin | fixed wxCheckListBox behaviour in presense of wxLB_SORT... |
tree | commitdiff |
2002-04-01 |
Vadim Zeitlin | sleep while waiting for the spawned process to terminat... |
tree | commitdiff |
2002-04-01 |
Vadim Zeitlin | restored full redraw on repain behaviour by default... |
tree | commitdiff |
2002-03-31 |
Robert Roebling | Minor tweak (up-ported from 2.2.9) to make |
tree | commitdiff |
2002-03-30 |
Vadim Zeitlin | fix for the paths with trailing (back)slashes |
tree | commitdiff |
2002-03-30 |
Vadim Zeitlin | fixed an apparent bug in DetermineScaling() |
tree | commitdiff |
2002-03-30 |
Robin Dunn | Set flags and libs for using unicows if MSLU=1 |
tree | commitdiff |
2002-03-28 |
Mattia Barbon | Fix for daily builds |
tree | commitdiff |
2002-03-28 |
Vadim Zeitlin | unapplied part of Dimitri's patch at his request |
tree | commitdiff |
2002-03-28 |
Vadim Zeitlin | fixed a (harmless) BoundsChecker warning |
tree | commitdiff |
2002-03-28 |
Vadim Zeitlin | use PALETTERGB instead of RGB when creating wxMask... |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | fixed data format cast (patch 528965) |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | Unicode compilation fixes (patch from Dimitri) |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | removed a few warnings and CW compilation problems... |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | compilation warning fixed |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | compilation warning about signed/unsigned comparison... |
tree | commitdiff |
2002-03-26 |
Mattia Barbon | wxIconBundle implementation. |
tree | commitdiff |
2002-03-26 |
Vadim Zeitlin | fixed compilation error |
tree | commitdiff |
2002-03-26 |
Vadim Zeitlin | fix for toolbar radio buttons event generation |
tree | commitdiff |
next |