2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
tree | commitdiff |
2002-04-19 |
David Webster | More updates for gdi |
tree | commitdiff |
2002-04-19 |
Gilles Depeyrot | poll is not available under Darwin/Mac OS X and select... |
tree | commitdiff |
2002-04-19 |
Gilles Depeyrot | use specific linker flags under Mac OS X when linking... |
tree | commitdiff |
2002-04-19 |
Robert Roebling | Updated makefile for mobile sample. |
tree | commitdiff |
2002-04-18 |
Vadim Zeitlin | select the whole text in the single line text control... |
tree | commitdiff |
2002-04-18 |
David Webster | back to void for DoFloodFill |
tree | commitdiff |
2002-04-18 |
David Webster | Bitmap updates |
tree | commitdiff |
2002-04-17 |
Robert Roebling | Various changes to focus handling when TLW start. |
tree | commitdiff |
2002-04-17 |
Vadim Zeitlin | corrected assert even better |
tree | commitdiff |
2002-04-17 |
Julian Smart | Corrected assertion |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
tree | commitdiff |
2002-04-16 |
Václav Slavík | wxHtmlHistoryItem needs not be wxObject |
tree | commitdiff |
2002-04-16 |
Stefan Csomor | added patch for theme savvy checkbox metrics |
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 | removed redundant code |
tree | commitdiff |
2002-04-16 |
Robert Roebling | Untested mini-change for wxGTK idle handling. |
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 | return NULL from a function returning a pointer, not... |
tree | commitdiff |
2002-04-16 |
Vadim Zeitlin | better, more generic and backwards compatible, fix... |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | fixed remove() return code test to avoid spurious debug... |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | fixed a few minor bugs: handle the directory parameter... |
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 | corrected const char * to char * conversions (patch... |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | corrected passing const char * to a function taking... |
tree | commitdiff |
2002-04-15 |
Gilles Depeyrot | corrections for compilation with Apple DevTools |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | fixes for BCC makefiles from Chris (patch 544015) |
tree | commitdiff |
2002-04-15 |
David Webster | Bitmap and menu updates |
tree | commitdiff |
2002-04-14 |
Robert Roebling | Fixed (minor) problems reported by Ron in |
tree | commitdiff |
2002-04-14 |
Vadim Zeitlin | fixed bug in generation of thumb scroll events |
tree | commitdiff |
2002-04-14 |
Robert Roebling | Three more attempts to get metal look. |
tree | commitdiff |
2002-04-14 |
Julian Smart | Applied custom character filter patch for text validator |
tree | commitdiff |
2002-04-13 |
Robert Roebling | Fix wxListCtrl bakground colour bug Part II. |
tree | commitdiff |
2002-04-13 |
Julian Smart | Fixed GetVirtualSize for wxGTK's wxScrolledWindow |
tree | commitdiff |
2002-04-13 |
Julian Smart | Added missing CreateManifest() to initialisation |
tree | commitdiff |
2002-04-13 |
Robin Dunn | Changed the #if used to turn on UNIX domain sockets... |
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 |
Vadim Zeitlin | fixed the bug which resulted in not showing the grid... |
tree | commitdiff |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | implemented IPC using Unix domain sockets |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | fixed bug with not NUL-terminating the string in GAddre... |
tree | commitdiff |
2002-04-12 |
Julian Smart | Applied docview patch |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | bug/typo fixed: function returning a pointer should... |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | implemented wxChoice::Delete |
tree | commitdiff |
2002-04-11 |
Robert Roebling | Made metal theme a little faster. |
tree | commitdiff |
2002-04-11 |
Julian Smart | Undo/Redo update handlers now set the text as well |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | don't use socket function when wxUSE_SOCKETS==0 |
tree | commitdiff |
2002-04-11 |
Julian Smart | Sorry, that SetClientSize change was wrong, since sizer... |
tree | commitdiff |
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 |
next |