2002-04-11 |
Vadim Zeitlin | fixed 2 bugs which were fixed in GetFullPath() but... |
tree | commitdiff |
2002-04-11 |
Julian Smart | Added back the missing Undo/Redo accelerators that... |
tree | commitdiff |
2002-04-11 |
Stefan Csomor | RemoveChild added for correct disposal of scrollbar |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | fixed GetPath() trailing separator bug, rewrote GetFull... |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | added missing WINAPI to GET_LONG_PATH_NAME typedef... |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | generate the focus events for wxComboBox, also solves... |
tree | commitdiff |
2002-04-11 |
Julian Smart | wxSizer::Fit calls SetClientSize, not SetSize. This... |
tree | commitdiff |
2002-04-10 |
David Webster | Menuing and statusbar updates |
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 |
Robin Dunn | Ensure the caret flashes properly |
tree | commitdiff |
2002-04-10 |
Julian Smart | wxScrolledWindow::GetVirtualSize now returns client... |
tree | commitdiff |
2002-04-10 |
David Webster | Fixed LINKAGEMODE use |
tree | commitdiff |
2002-04-10 |
Julian Smart | Corrected PositionToXY, XYToPosition code |
tree | commitdiff |
2002-04-10 |
Julian Smart | Fixed single-line text control breakage (sorry). Now... |
tree | commitdiff |
2002-04-10 |
Julian Smart | Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ... |
tree | commitdiff |
2002-04-10 |
Stefan Csomor | background setup correctly |
tree | commitdiff |
2002-04-10 |
Stefan Csomor | removed code (not necessary anymore) |
tree | commitdiff |
2002-04-10 |
David Webster | Lots of updates |
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 | hidden root works in wxGenericDirCtrl again |
tree | commitdiff |
2002-04-09 |
Vadim Zeitlin | fixed the initial wxCalendarCtrl position and a minor... |
tree | commitdiff |
2002-04-09 |
Václav Slavík | fixed incorrect wxCHECK (was a wrong negation before) |
tree | commitdiff |
2002-04-09 |
Václav Slavík | don't allow expanding/collapsing hidden root node |
tree | commitdiff |
2002-04-09 |
Robin Dunn | Include wx/object.h to get the global memory operators... |
tree | commitdiff |
2002-04-09 |
Vadim Zeitlin | added support for the multiline button labels |
tree | commitdiff |
2002-04-09 |
Mattia Barbon | Allow building with wxUSE_CALENDARCTRL=0 |
tree | commitdiff |
2002-04-09 |
Stefan Csomor | added possible mach-o compliant version |
tree | commitdiff |
2002-04-09 |
Julian Smart | Removed redundant project file |
tree | commitdiff |
2002-04-09 |
Stefan Csomor | change in wxFileDataObject::SetData behaviour broke... |
tree | commitdiff |
2002-04-09 |
Vadim Zeitlin | fixed a bug in wxStopWatch::Pause() (wouldn't pause... |
tree | commitdiff |
2002-04-08 |
Václav Slavík | forgot to check-in wxGTK wxDC changes |
tree | commitdiff |
2002-04-08 |
Robert Roebling | wxTextCtrl::SetValue() sets m_modified to FALSE. |
tree | commitdiff |
2002-04-08 |
Robert Roebling | Buttons need to be small on PDAs. |
tree | commitdiff |
2002-04-08 |
Julian Smart | Added dependencies to .dsw file |
tree | commitdiff |
2002-04-08 |
Julian Smart | Project file update |
tree | commitdiff |
2002-04-08 |
Julian Smart | Added define to STC VC++ project file |
tree | commitdiff |
2002-04-08 |
Robert Roebling | A little less flicker when selecting text. |
tree | commitdiff |
2002-04-08 |
Julian Smart | More BC++ makefile tweaks |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | fixed format parameter in wxGetVolumeString() (closes... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | fixed several bugs in Mkdir() and also modified its... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | added GetPath(flags) version to allow retrieving the... |
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-08 |
Vadim Zeitlin | added a few debugging messages |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | fix for non-US keyboards: the ASCII chars must be unsigned |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | wxGTK keyboard handling now behaves (mostly) like wxMSW |
tree | commitdiff |
2002-04-08 |
Julian Smart | Re-enabled dynamic library code in wxFileName so |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | some kbd processing code cleanup, no real changes yet |
tree | commitdiff |
2002-04-08 |
Julian Smart | Added wxDIRCTRL_EDITABLE style so we can choose whether |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | fixed crash in SetFirstVisible() |
tree | commitdiff |
2002-04-08 |
Julian Smart | Canvas: added some DECLARE_CLASS macros to stop it... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | temporary compilation fix |
tree | commitdiff |
2002-04-07 |
Václav Slavík | Don't allow expanding/collapsing hidden root |
tree | commitdiff |
2002-04-07 |
Václav Slavík | oops, forgot to implement Home button |
tree | commitdiff |
2002-04-07 |
Václav Slavík | cleaned up the mess caused by FloodFill patch |
tree | commitdiff |
2002-04-07 |
Julian Smart | Changed caret to black and made it go when control... |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | fix for splitting the UNC paths |
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 |
Robert Roebling | Further work on wxTextCtrl. |
tree | commitdiff |
2002-04-07 |
Gilles Depeyrot | removed unnecessarily overridden wxControl method |
tree | commitdiff |
2002-04-07 |
Gilles Depeyrot | removed 68K targets and preferences |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | refresh the dialog children forcefully even if wxCLIP_C... |
tree | commitdiff |
2002-04-07 |
Julian Smart | Version updates, manual date change, no change to dragi... |
tree | commitdiff |
2002-04-07 |
Gilles Depeyrot | removed 68K targets and preferences and renamed output... |
tree | commitdiff |
2002-04-07 |
Václav Slavík | *DO* use wxTR_EDIT_LABELS, it is neccessary |
tree | commitdiff |
2002-04-07 |
Robert Roebling | Make wxFileDialog even smaller under X11. |
tree | commitdiff |
2002-04-07 |
Robert Roebling | Make text control send text update events. |
tree | commitdiff |
2002-04-07 |
Robert Roebling | Further work on wxTextCrl. |
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 |
Julian Smart | Strange sizing fix in DoResize() to workaround apparent |
tree | commitdiff |
2002-04-06 |
Robert Roebling | Added support for variable-width fonts |
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-06 |
Václav Slavík | clear wxArtProvider cache when pushing new provider |
tree | commitdiff |
2002-04-05 |
David Webster | New moddef file |
tree | commitdiff |
2002-04-05 |
David Webster | Catching up to new common class interfaces. |
tree | commitdiff |
2002-04-05 |
Julian Smart | Made sure the 'best' size doesn't get set for wxChoice |
tree | commitdiff |
2002-04-05 |
Robert Roebling | Fixed the background colour bug. |
tree | commitdiff |
2002-04-05 |
David Webster | need wxUSE_WCHAR_T around wxConvLocal |
tree | commitdiff |
2002-04-05 |
David Webster | FALSE not false |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2_2 |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2_2 |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | minor fix to wxFileName::MakeRelativeTo(), removed... |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | more fixes to handling the paths with trailing slashes... |
tree | commitdiff |
2002-04-05 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-04-04 |
Julian Smart | No change |
tree | commitdiff |
2002-04-04 |
Julian Smart | Removed wxTR_HIDE_ROOT under Windows, and removed wxTR_... |
tree | commitdiff |
2002-04-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
tree | commitdiff |
2002-04-03 |
Robin Dunn | Added sending of column dragging events to the generic... |
tree | commitdiff |
2002-04-03 |
Mattia Barbon | Fix for broken BCC |
tree | commitdiff |
2002-04-03 |
Robert Roebling | Small typo, big effect. |
tree | commitdiff |
2002-04-03 |
Vadim Zeitlin | fixed error checking in wxKill |
tree | commitdiff |
next |