2002-04-13 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Robin Dunn | Already had wxEVT_MOUSE_CAPTURE_CHANGED, don't need... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Robin Dunn | Added wxMouseCaptureChangedEvent. Added some missing... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Robin Dunn | Typos fixed |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Robin Dunn | Fix for Python 2.2 defining NDEBUG and conflicting... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Robin Dunn | Use wxBufferedDC in the doodle sample |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | don't let IsDialogMessage() have VK_ESCAPE, this fixes... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | always handle Enter ourselves while editing tree ctrl... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | fixed the bug which resulted in not showing the grid... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | test wxExecute() in the sample |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Robin Dunn | Added test showing problem with small grids |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | implemented IPC using Unix domain sockets |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | fixed bug with not NUL-terminating the string in GAddre... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Julian Smart | Applied docview patch |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | a preprocessor constant must be 0, not FALSE |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | bug/typo fixed: function returning a pointer should... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | replaced SetName() with SetText() |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Vadim Zeitlin | implemented wxChoice::Delete |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Robin Dunn | Better error message, flags --> style in wxHtmlWindow... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Robin Dunn | Fixed GetShapeList and similar methods to use OOR. |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Robert Roebling | Made metal theme a little faster. |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Julian Smart | Undo/Redo update handlers now set the text as well |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | don't use socket function when wxUSE_SOCKETS==0 |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | typo (thanks Nerijus) |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | updated to mention X11 |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Julian Smart | Corrected the sizer code for the navigation tool window -- |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | fixed 2 small typos (reported by Janos Vegh) |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Julian Smart | Sorry, that SetClientSize change was wrong, since sizer... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | fixed 2 bugs which were fixed in GetFullPath() but... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Julian Smart | Added back the missing Undo/Redo accelerators that... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Stefan Csomor | RemoveChild added for correct disposal of scrollbar |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Stefan Csomor | RemoveChild added for correct disposal of scrollbar |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | added more GetPath() tests |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | fixed GetPath() trailing separator bug, rewrote GetFull... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | added missing WINAPI to GET_LONG_PATH_NAME typedef... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | generate the focus events for wxComboBox, also solves... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Vadim Zeitlin | mention wxDIALOG_NO_PARENT |
commit | commitdiff | tree | snapshot |
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 |
next |