2002-04-11 |
Julian Smart | wxSizer::Fit calls SetClientSize, not SetSize. This... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
David Webster | Menuing and statusbar updates |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Robert Roebling | Added "metal" theme. |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Robin Dunn | Oops, forgot the braces. |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Robin Dunn | Moved check for m_lastKeydownProcessed to WM_CHAR case... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Robin Dunn | Ensure the caret flashes properly |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Robin Dunn | Refresh of PyCrust |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Robin Dunn | Changes to match cvs update |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Julian Smart | wxScrolledWindow::GetVirtualSize now returns client... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
David Webster | Fixed LINKAGEMODE use |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Robert Roebling | Work on wxEdit sample. |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Julian Smart | Corrected PositionToXY, XYToPosition code |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Julian Smart | Fixed single-line text control breakage (sorry). Now... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Julian Smart | Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Stefan Csomor | background setup correctly |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Stefan Csomor | removed code (not necessary anymore) |
commit | commitdiff | tree | snapshot |
2002-04-10 |
David Webster | Lots of updates |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Vadim Zeitlin | don't send dummy scroll events from wxNotebook when... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Vadim Zeitlin | wxSizeEvent now carries the total size, not just the... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Vadim Zeitlin | added another size to the status bar display |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Václav Slavík | hidden root works in wxGenericDirCtrl again |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Vadim Zeitlin | fixed the initial wxCalendarCtrl position and a minor... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Václav Slavík | fixed incorrect wxCHECK (was a wrong negation before) |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Václav Slavík | don't allow expanding/collapsing hidden root node |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Robin Dunn | Include wx/object.h to get the global memory operators... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Vadim Zeitlin | added support for the multiline button labels |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Robin Dunn | A little black magic... When the C++ object (for a... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Robin Dunn | A little black magic... When the C++ object (for a... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Robin Dunn | New PyCrust from Patrick O'Brien |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Robin Dunn | Forgot to set OOR info on wxSplashScreen |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Vadim Zeitlin | made one button label multiline for testing |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Mattia Barbon | Allow building with wxUSE_CALENDARCTRL=0 |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Stefan Csomor | added possible mach-o compliant version |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Julian Smart | Removed redundant project file |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Stefan Csomor | change in wxFileDataObject::SetData behaviour broke... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Vadim Zeitlin | fixed a bug in wxStopWatch::Pause() (wouldn't pause... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Julian Smart | Made widgets sample take up less space |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Robin Dunn | Some little additions to how wxBufferedDC is wrapped. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Václav Slavík | forgot to check-in wxGTK wxDC changes |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Václav Slavík | compatibility macro |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Robert Roebling | More wxEdit. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Robert Roebling | wxTextCtrl::SetValue() sets m_modified to FALSE. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Robert Roebling | Buttons need to be small on PDAs. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Robin Dunn | Updates to match recent CVS changes. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Added dependencies to .dsw file |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Project file update |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Added define to STC VC++ project file |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Robert Roebling | A little less flicker when selecting text. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | More BC++ makefile tweaks |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Further fixes to references |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Removed a lot of redundant references to wxWindow:... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | fixed format parameter in wxGetVolumeString() (closes... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | fixed several bugs in Mkdir() and also modified its... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | added GetPath(flags) version to allow retrieving the... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | added the keyboard sample |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Robin Dunn | Added missing files |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Added makefiles to widgets sample |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | BC++ 32-bit makefile now copies setup.h to the correct... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | wxMSW doesn't send CHAR events for Caps/Scroll/NumLock... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | added a few debugging messages |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | report all ASCII keys, not just the US-ASCII ones |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | fix for non-US keyboards: the ASCII chars must be unsigned |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | wxGTK keyboard handling now behaves (mostly) like wxMSW |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Re-enabled dynamic library code in wxFileName so |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | some kbd processing code cleanup, no real changes yet |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Added further keyboard sample makefiles |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Added wxDIRCTRL_EDITABLE style so we can choose whether |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | fixed crash in SetFirstVisible() |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | Unix makefile for the new sample |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Julian Smart | Canvas: added some DECLARE_CLASS macros to stop it... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Vadim Zeitlin | temporary compilation fix |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Stefan Csomor | new makefile |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Václav Slavík | Don't allow expanding/collapsing hidden root |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Václav Slavík | oops, forgot to implement Home button |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Václav Slavík | cleaned up the mess caused by FloodFill patch |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Václav Slavík | cleaning up the mess created by the FloodFill patch |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Julian Smart | Fixed some bit-rot problems in contribs |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Julian Smart | Changed caret to black and made it go when control... |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | fix for splitting the UNC paths |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | added ra key methods docs |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Julian Smart | Removed leaks from Forty demo |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch... |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | added option to show the raw key codes |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Robert Roebling | Further work on wxTextCtrl. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Gilles Depeyrot | updated CodeWarrior 5.3 exported xml projects |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Gilles Depeyrot | removed unnecessarily overridden wxControl method |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | added a new sample to show the key events |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Gilles Depeyrot | updated CodeWarrior 5.3 exported xml projects |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Gilles Depeyrot | removed 68K targets and preferences |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | reformatted to fit in the page width |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | compilation fix for USE_PCH |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | refresh the dialog children forcefully even if wxCLIP_C... |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Vadim Zeitlin | removed Robert's test code |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Julian Smart | Version updates, manual date change, no change to dragi... |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Gilles Depeyrot | removed 68K targets and preferences and renamed output... |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Václav Slavík | *DO* use wxTR_EDIT_LABELS, it is neccessary |
commit | commitdiff | tree | snapshot |
next |