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 |
2002-08-19 |
Julian Smart | Set the selection under Motif in wxChoiceDialog |
commit | commitdiff | tree | snapshot |
2002-08-19 |
David Webster | Weekly catchup as well as better font and fontdlg support |
commit | commitdiff | tree | snapshot |
2002-08-19 |
David Webster | updates mostly for better font support and some weekly... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
David Webster | some OS/2 updates |
commit | commitdiff | tree | snapshot |
2002-08-19 |
David Webster | need for VisualAge to include wchar.h |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Vadim Zeitlin | fixed wxBase compilation (what was msgdlg.h doing in... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Julian Smart | Use wxGenericImageList for wxMSW/wxUniv now; this |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Julian Smart | Further installation fixes |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Václav Slavík | don't crash if used in iconv-like fashion |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Julian Smart | Corrected HTML index, other distro-related tweaks |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Julian Smart | Don't compile socket table if wxUSE_SOCKET is 0. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Václav Slavík | make it possible to easily define artID from a string... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Václav Slavík | simpler fix for locale catalogs lookup bug (better... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Julian Smart | First cut at socket support in wxX11 |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | Put various #ifdefs vsnprintf() back in, they were |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | Printing paper sizes, file printing, print metrics.. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Vadim Zeitlin | some harmless warning fixes |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | Typos. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | iconv() really never set the trailing 0. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robin Dunn | Tweaked python image output slightly |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robin Dunn | Put the page in the event for all event types |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robin Dunn | Added wxWizard and the wizard page classes, as well... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robin Dunn | Fixed wxPython's wxArt constants |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | iconv() doesn't set the trailing zero |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | Another UNicode conversion fix. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Julian Smart | Removed excess distribution archives |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | Printing things. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | Compile fixes for ANSI mode. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | Removed all deprecated printing code. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Julian Smart | Script mods |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | %s to %ls conversion |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Robert Roebling | Convert %s to %ls and %c to %lc in printf and scanf... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Julian Smart | Remove mmedia makefile for wxMac |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Julian Smart | Removed all trace of richedit from scripts |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Vadim Zeitlin | compilation fix for wxApp after exitOnFrameDelete changes |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Vadim Zeitlin | a better fix for notebook page not being refreshed... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | More script tweaks |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Corrected SVG makefile |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Corrected files for PDF RTF |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Tweaks to distrib scripts |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robin Dunn | Bad copy/paste fix |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robin Dunn | SWIGged updates for wxMSW |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robin Dunn | Don't send EVT_KILL_FOCUS when the window is in the... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robin Dunn | SWIGged update for wxGTK |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robin Dunn | Reorganized listctrl demo a bit so I can test a bug... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robin Dunn | wxPython needs to deal with the new exitOnFrameDelete... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robin Dunn | Exit on frame delete is now initialized and handled... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robert Roebling | Compile fix. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robert Roebling | Exchanged compile flags so that local include paths |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Script tweaks |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Applied patch [ 596061 ] Adds more navigation buttons... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Applied patch [ 566816 ] adds xBase type for Sequiter... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Fix for Unices with small command line space |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Added wxMac distrib to tardist |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Applied [ 594925 ] Implement wxArtProvider and XRC... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Applied [ 594745 ] Fixes core dump under Forte 6U1... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Applied patch [ 594717 ] Implements wxFRAME_FLOAT_ON_PARENT |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Applied patch [ 594623 ] FL: No Taskbar entry for tool... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Vadim Zeitlin | only test for pangoft2 if we're using GTK 2 |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Julian Smart | Applied patch [ 594416 ] MDI Previous Child |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robin Dunn | demo tweak |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Robin Dunn | Compile fix |
commit | commitdiff | tree | snapshot |
next |