2002-04-16 |
Robert Roebling | Untested mini-change for wxGTK idle handling. |
commit | commitdiff | tree | snapshot |
2002-04-16 |
George Tasker | Fixes for documentation compilation |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Ron Lee | replace zsh'ism(?) with a posix parameter expansion... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Vadim Zeitlin | always let the multiline text control process the Enter... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Vadim Zeitlin | don't include -D_REENTRANT in the linker flags |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Vadim Zeitlin | add -pthread like options to the linker flags as well... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Vadim Zeitlin | typo fixed: should be lpthread, not -lpthread in THREAD... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Vadim Zeitlin | thread detection fixed for Solaris |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Vadim Zeitlin | try just -lpthread in the thread detection code too |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Gilles Depeyrot | Added -bind_at_load linker option for Darwin/Mac OS... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Vadim Zeitlin | return NULL from the functions returning a pointer... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Vadim Zeitlin | return NULL from a function returning a pointer, not... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Vadim Zeitlin | better, more generic and backwards compatible, fix... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | use -pthread or equivalent when using threads; many... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | fixed remove() return code test to avoid spurious debug... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | fixed a few minor bugs: handle the directory parameter... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Robin Dunn | Applied TRUE/FALSE fix here too. |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | don't try to remove -g flag from CFLAGS, it is not... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | compilation fix after TRUE/FALSE change |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | corrected const char * to char * conversions (patch... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | corrected passing const char * to a function taking... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Gilles Depeyrot | corrections for compilation with Apple DevTools |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | fixes for BCC makefiles from Chris (patch 544015) |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | redefined TRUE and FALSE to be of type bool |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | added wx/ipc.h and used/documented it |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | explain how to choose the theme for wxUniv apps |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Vadim Zeitlin | fixed minor typo in Borland instructions |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Robin Dunn | Some updates for 2.3.3 |
commit | commitdiff | tree | snapshot |
2002-04-15 |
David Webster | Bitmap and menu updates |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Robert Roebling | Fixed (minor) problems reported by Ron in |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Vadim Zeitlin | fixed bug in generation of thumb scroll events |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Robert Roebling | Three more attempts to get metal look. |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Julian Smart | Applied custom character filter patch for text validator |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Robert Roebling | Fix wxListCtrl bakground colour bug Part II. |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Robert Roebling | Fix wxListCtrl background colour bug Part I |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Vadim Zeitlin | include wx/event.h before declarign the types (patch... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Julian Smart | Fixed GetVirtualSize for wxGTK's wxScrolledWindow |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Václav Slavík | fixed make uninstall |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Julian Smart | Added missing CreateManifest() to initialisation |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Robin Dunn | SWIGged updates for wxMAC |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Robin Dunn | Changed the #if used to turn on UNIX domain sockets... |
commit | commitdiff | tree | snapshot |
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 |
next |