2002-08-23 |
Ron Lee | Updates for 2.3.3 debs. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | blind fix for gcc warning about ?: and different enums |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Robin Dunn | Only catch exact menu range |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | fix for gcc warning about incorrect format arg |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | gcc warning about unused smile fixed (that's serious... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Julian Smart | Tidied up filename.tex |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Julian Smart | Create STC lib in standard lib dir as per other project |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Julian Smart | Added CW for Mac list file |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | fixed default button handling: don't keep BS_DEFPUSHBUT... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | fixed a few typoes |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | gcc 3.1 warning fixes (patch 598343) |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | compilation fix (patch 598331) |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | fix for wxComboBox flicker on create (patch 598891) |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | removed debugging code from the sample |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | send event from Clear() for a simple text control,... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | mention that Clear() and SetValue() *will* send EVT_TEX... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Stefan Csomor | fixed mounting points under /Volumes |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | use SendSizeEvent() to resize the button correctly... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | made wxFrame::SendSizeEvent() public and documented it |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vadim Zeitlin | reverted patch 598016 (removed MSWCreateControl() visib... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Julian Smart | OnSize must not be skipped for non-wxX11 platforms |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Julian Smart | Applied patch [ 598016 ] remove flicker during combo... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Stefan Csomor | added error code for better debugging |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Stefan Csomor | fix when bitmap is not valid |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Stefan Csomor | fix for getting proper fspecs for volumes that are... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
David Webster | Minor slider fix |
commit | commitdiff | tree | snapshot |
2002-08-22 |
David Webster | Font updates |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Robin Dunn | SWIGged updates for wxMac |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Robin Dunn | SWIGged update for wxGTK |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Robin Dunn | A more dynamic wxWizard sample, and a fix for wxGrid... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
David Webster | Font updates |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Robin Dunn | wxWizardPage now handled by OOR |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Robin Dunn | SWIGged updates for wxMac |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Robin Dunn | SWIGged update for wxGTK (the last checkin was really... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Gilles Depeyrot | corrected enabling of a specific item by index |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Robin Dunn | Various changes needed to match recent cvs updates |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Vadim Zeitlin | polling child process IO seems to work now |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Vadim Zeitlin | fixed the async process IO polling code |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Vadim Zeitlin | better dummy implementation of IsInput/ErrorAvailable... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Vadim Zeitlin | added propsize to the list of samples |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Vadim Zeitlin | compilation fix after my previos m_exitOnFrameDelete... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Stefan Csomor | fixing a possible NULL ptr exception when dispatching... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Stefan Csomor | I think this is now defined in the common accel.h,... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Stefan Csomor | centralized key handling, control key handling |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Stefan Csomor | fix for single item wildcards with no explanatory name... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Stefan Csomor | centralized key handling |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Vadim Zeitlin | regenerated everything |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Vadim Zeitlin | added stats target to show the number of translated... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Julian Smart | Applied patch [ 598173 ] Fixes erroneous logging notebo... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Julian Smart | Applied patch [ 598286 ] Fixes uninitted var in drawing... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Vadim Zeitlin | removed (broken) richedit sample from the list of sampl... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
David Webster | OS/2 update to get Tip icon created correctly. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Vadim Zeitlin | updated with the patch from Andrew V. Samoilov |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Julian Smart | Added a line about MINGW32VERSION |
commit | commitdiff | tree | snapshot |
2002-08-21 |
David Webster | File dialog fixes |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | added wxCheckListBox::HitTest() (modified patch 594524) |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | test new wxProcess::IsInputAvailable/Opened functions |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | added and documented wxProcess::Is{Input|Error}Availabl... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | fixes for wxExecute() with IO redirection: wxStreamTemp... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Václav Slavík | 1. minor rewrite of XRC's stock_id/stock_client handlin... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Václav Slavík | yet another variation on the same theme: wxMAKE_ART_ID_... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Václav Slavík | minor rewrite of XRC's stock_id/stock_client handling... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | removed a few already implemented entries, added 3... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | OpenGL off by default on Mac, correct scripts to |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Stefan Csomor | not necessary anymore |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | Fixed compilo (default arg) in joystick constructor |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | Applied patch [ 597700 ] Fix proposal for wxJoystick... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | Applied patch 548046: wxDebugAlloc & wxDebugFree thread... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Robert Roebling | Added scrolling of widgets to GTK 2.0. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Robert Roebling | Implemented Maximize() etc for GTK 2.0. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | rewrote wxString::To/FromAscii() to fix a few small... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | added tests for wxString::To/FromAscii |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | don't initialize m_str twice in wxCharBuffer ctor |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | fixed Unicode wxBase config in VC6 project files, there... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | added support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | fixed error message when long options are disabled... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | Added brief instructions for compiling wxMSW with configure |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | added mentions of internat sample |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | fixed m_relative initialization in wxFileName default... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | updated mutex and semaphore docs to reflect the new... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | removed extra semi colon which provoked CW warnings... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Vadim Zeitlin | removed extra semi colon which provoked CW warnings... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | Incremented version number |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | -enable-mdi for X11 now works |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | Added generic MDI files |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | Applied patch [ 597398 ] Generic MDI, wxNotebook based. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | Applied patch [ 597320 ] Return wxNotebook::SetSelectio... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Julian Smart | Reordered ClearCache calls as per Roger Chickering... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
David Webster | FileDlg updates. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Václav Slavík | reverted Robert's preference for tables-driven EC_CharSet |
commit | commitdiff | tree | snapshot |
2002-08-19 |
David Webster | Weekly updates and file dialog implementation |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Stefan Csomor | corrected button modifier state in carbon, cursor setup... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Stefan Csomor | wxMac needs same cursor setup for cursor as GTK and MSW |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Stefan Csomor | const char correction for mac |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Robert Roebling | Lots more Unicode fixes. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Robert Roebling | Extra check for GTK2. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Robert Roebling | Make wxTELETYPE and wxMODERN map to monospaced fonts. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Julian Smart | Added EVT_JOY_BUTTON_... macros as per the manual, |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Julian Smart | Removed an old email address |
commit | commitdiff | tree | snapshot |
next |