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 |
2002-03-26 |
Vadim Zeitlin | made radio buttons and the toolbat text work for Win32... |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | fixed compilation for wxMSW after the recent changes |
tree | commitdiff |
2002-03-24 |
Vadim Zeitlin | fixes to radio menu items |
tree | commitdiff |
2002-03-24 |
Václav Slavík | change wxICON_INFO to wxICON_INFORMATION in Mac and... |
tree | commitdiff |
2002-03-24 |
Václav Slavík | don't use deprecated wxImage methods inside wxWin |
tree | commitdiff |
2002-03-24 |
Václav Slavík | move wxApp::GetStdIcon to wxArtProvider |
tree | commitdiff |
2002-03-23 |
Vadim Zeitlin | compatibility constructors for wxMenuItem() taking... |
tree | commitdiff |
2002-03-23 |
Vadim Zeitlin | added wxEXEC_NOHIDE flag, modified wxExecute() to take... |
tree | commitdiff |
2002-03-22 |
Julian Smart | Removed helpwxht.h/cpp (old wxHelpControllerHtml class) |
tree | commitdiff |
2002-03-22 |
Václav Slavík | wxITEM_FOO instead of wxItem_Foo, for the sake of consi... |
tree | commitdiff |
2002-03-22 |
Vadim Zeitlin | avoid an assert in wxString::GetWriteBuf() |
tree | commitdiff |
2002-03-21 |
Václav Slavík | added wxArtProvider |
tree | commitdiff |
2002-03-21 |
Vadim Zeitlin | HDC leak fix |
tree | commitdiff |
2002-03-21 |
Vadim Zeitlin | implemented radio menu items for wxMSW |
tree | commitdiff |
2002-03-18 |
Robin Dunn | Regenerated file lists so features.h would be installed |
tree | commitdiff |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
tree | commitdiff |
2002-03-17 |
Ron Lee | Added wxBufferedDC class. |
tree | commitdiff |
2002-03-17 |
Václav Slavík | restored old casts (there was a reason for them) |
tree | commitdiff |
2002-03-16 |
Vadim Zeitlin | another minor fix for wxTR_HIDE_ROOT case |
tree | commitdiff |
2002-03-16 |
Vadim Zeitlin | fix for GetParent() in wxTR_HIDE_ROOT case |
tree | commitdiff |
2002-03-16 |
Vadim Zeitlin | added support for wxTR_HIDE_ROOT style (patch 529614) |
tree | commitdiff |
2002-03-15 |
Vadim Zeitlin | fixed a bug with client rect calculation in the recent... |
tree | commitdiff |
2002-03-15 |
Vadim Zeitlin | erase separators shown behind the controls added to... |
tree | commitdiff |
2002-03-15 |
Václav Slavík | removed no-longer-needed hack |
tree | commitdiff |
2002-03-15 |
Robin Dunn | Added wxCURSOR_RIGHT_ARROW, which is like the typical... |
tree | commitdiff |
next |