2002-04-06 |
Václav Slavík | added resources browser to wxArtProvider sample (simila... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
David Webster | New moddef file |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Václav Slavík | info about removal of wxhtml.rc |
commit | commitdiff | tree | snapshot |
2002-04-05 |
David Webster | Catching up to new common class interfaces. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Robin Dunn | more tweaks for API changes |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Robin Dunn | A few little cleanups, etc. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Julian Smart | Made sure the 'best' size doesn't get set for wxChoice |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Robert Roebling | Fixed the background colour bug. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Vadim Zeitlin | SetPath() is now implemented in dirdlg.cpp |
commit | commitdiff | tree | snapshot |
2002-04-05 |
David Webster | need wxUSE_WCHAR_T around wxConvLocal |
commit | commitdiff | tree | snapshot |
2002-04-05 |
David Webster | FALSE not false |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Vadim Zeitlin | some updates I forgot to commit before: mention wxCondi... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2_2 |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2_2 |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Vadim Zeitlin | added a few missing tree events to the docs |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Vadim Zeitlin | minor fix to wxFileName::MakeRelativeTo(), removed... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Vadim Zeitlin | warning fix for cygwin (patch 539654) |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Vadim Zeitlin | more fixes to handling the paths with trailing slashes... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Robin Dunn | Added a few new flags, etc. |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Robin Dunn | Added wxFileHistory demo |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Julian Smart | No change |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Julian Smart | Don't set a normal cursor for the frame, set the NULL... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Julian Smart | Added FAQ topic for FL |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Vadim Zeitlin | use full 32bit range for the process ids |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Julian Smart | Removed wxTR_HIDE_ROOT under Windows, and removed wxTR_... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Robin Dunn | SWIGged updates for wxMac |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Robin Dunn | Demo update |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Robin Dunn | Updates for wxListCtrlAutoWidthMixin needed for wxGTK |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Robin Dunn | Added sending of column dragging events to the generic... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Mattia Barbon | Fix for broken BCC |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Mattia Barbon | Mention wxCURSOR_BLANK |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Robert Roebling | Noone is using the tests dir either. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Robert Roebling | The user dir was last changed in Okt 98, so I guess |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Robin Dunn | Move font and encoding related classes to a new module... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Vadim Zeitlin | don't show generic dir dlg when it's the same as the... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Robert Roebling | Small typo, big effect. |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Vadim Zeitlin | fixed error checking in wxKill |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Vadim Zeitlin | added a note about the constraints being deprecated |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Vadim Zeitlin | reuse the fonts in the resource loading code (patch... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Vadim Zeitlin | don't reenable the disabled windows in OnShow(), it... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Gilles Depeyrot | corrected FSSpec to POSIX file name conversions for... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Robin Dunn | Since wxConditionInternal is a friend of wxMutex and... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Vadim Zeitlin | fixed a race condition resulting in returning incorrect... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Vadim Zeitlin | fixed OnDropFiles() signature |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Robert Roebling | Fix some crashes in new wxTextCtrl. |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Mattia Barbon | wxCalendarCtrl::Destroy() now deletes year spin control and |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Stefan Csomor | added floodfilling for image |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Stefan Csomor | adapted to new APIs for threads and floodfilling |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Mattia Barbon | Blind fix for bug #529874 . |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Vadim Zeitlin | compilation warning fixed |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Vadim Zeitlin | changed wxCondition API to take a reference, not pointe... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Vadim Zeitlin | compilation fixes for the recent commit |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Vadim Zeitlin | added wxSemaphore (with docs), new version of wxConditi... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Julian Smart | Now set the client and main windows in wxAdoptedWindow... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Vadim Zeitlin | added the include files section (patch 538251) |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Vadim Zeitlin | fixed paper size calculation (convert from 10ths of... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Vadim Zeitlin | compilation warning fixes |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Julian Smart | Added includes to correct compilo |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Julian Smart | Added wxImage::FloodFill file |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Robin Dunn | wxWindowMSW now eats EVT_CHAR if the key was handled... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Vadim Zeitlin | more informational assert about the base class being... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Julian Smart | Added reference to FloodFill additions |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Julian Smart | Separated wxImage::FloodFill from image.cpp |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Vadim Zeitlin | fixed wxCheckListBox behaviour in presense of wxLB_SORT... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Julian Smart | Added FloodFill patch for samples |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Julian Smart | Applied FloodFill patch |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Vadim Zeitlin | use the new wxExecute() API (no real changes) |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Vadim Zeitlin | use the new API in the sample as it's more readable |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Vadim Zeitlin | sleep while waiting for the spawned process to terminat... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Robin Dunn | Fixed a few little bugs in how some methods are wrapped |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Robin Dunn | Added wxIconBundle and wxTopLevelWindow.SetIcons. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Robin Dunn | Added wxListCtrlAutoWidthMixin from Erik Westra. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Robin Dunn | A saner implementation for the new wxToolBar methods... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Robin Dunn | Some cleanup |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Robin Dunn | Trying wxTE_PROCESS_ENTER and EVT_TEXT_ENTER on a combo... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Julian Smart | Modifications to get wxNanoX compiling again |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Vadim Zeitlin | restored full redraw on repain behaviour by default... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Robert Roebling | Made wxFileDialog PDA friendlier. |
commit | commitdiff | tree | snapshot |
2002-04-01 |
Robert Roebling | Temporarily use self-made wxTextCtrl in wxX11 until |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Robert Roebling | As in 2.2.9, toolbars should not get the focus. |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Robert Roebling | Minor tweak (up-ported from 2.2.9) to make |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Robert Roebling | Compile fix when not using WXR resources. |
commit | commitdiff | tree | snapshot |
2002-03-31 |
Robert Roebling | Compile fix for MinGW32 |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Vadim Zeitlin | fix for the paths with trailing (back)slashes |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Robert Roebling | some more tweaks were required |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Robert Roebling | Rewrote wxToolBar another time. |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Vadim Zeitlin | fixed an apparent bug in DetermineScaling() |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Robert Roebling | Added code for erasing the small square between scrol... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Robert Roebling | Configure changes for StrongARM cross-compilation. |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Robin Dunn | Give access to m_lastKeydownConsumed |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Robin Dunn | Don't set the longhelp in the statusbar if there isn... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
Robin Dunn | Set flags and libs for using unicows if MSLU=1 |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Robert Roebling | Some work for wxX11 on 8-bit visuals. |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Robert Roebling | Removed old #ifdef from GTK 1.0 |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Robert Roebling | A bit of scrolling works under GTK 2.0 |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Robert Roebling | Make scrollbars appear. |
commit | commitdiff | tree | snapshot |
2002-03-29 |
Robert Roebling | Preventing bitmap crash differently. |
commit | commitdiff | tree | snapshot |
next |