2002-03-15 |
Vadim Zeitlin | erase separators shown behind the controls added to... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Václav Slavík | Did two changes to sample catalogs: |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Václav Slavík | removed no-longer-needed hack |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Václav Slavík | wxLocale-related corrections to the docs |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Václav Slavík | info about wxLocale changes |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Václav Slavík | safer definitions for wx(U)Int32,16 (taken from intl... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Václav Slavík | rewrote wxLocale to work in Unicode mode and support... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Robin Dunn | Added wxCURSOR_RIGHT_ARROW, which is like the typical... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Robin Dunn | Changes needed for wxUSE_UNICODE for wxOGL to compile... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Robin Dunn | Changes needed for wxUSE_UNICODE |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Vadim Zeitlin | fixed scrollbar shaft colour |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Robin Dunn | Some little tweaks and cleanups. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Robin Dunn | Updated unicode sample again. Added two more languages. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Vadim Zeitlin | fixed selecting the items in the combobox with a simple... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Vadim Zeitlin | removed duplicate #include |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Vadim Zeitlin | compilation warning fix |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Vadim Zeitlin | header I forgot to commit yesterday (sorry) as part... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Julian Smart | Use override_direct to remove decorations if wxNO_BORDE... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Julian Smart | Added sizer.h |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Julian Smart | Added DoGetFieldRect |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Robin Dunn | updated unicode sample |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Vadim Zeitlin | draw toolbar separators in Win32 theme |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Vadim Zeitlin | compilation fixes for wxUSE_TOOLBAR under MSW |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Robin Dunn | A Unicode sample for wxPython |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Robin Dunn | Give wxScrolledWindow its own Layout method that takes... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Vadim Zeitlin | reduced flicker in the statusbar when resizing the... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Vadim Zeitlin | compilation fixes for !wxUSE_TOOLBAR |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Julian Smart | Added Layout() call to top level window Show() to preve... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Vadim Zeitlin | fix for what the patch 529900 was trying to fix (loadin... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Robert Roebling | Forgot to reset a flag. |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Julian Smart | Removed constraints check for wxDirDialog from configur... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Vadim Zeitlin | applied the patch from Dimitri to prevent crashes with... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Julian Smart | Compiles for Nano-X again |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Julian Smart | Removed duplicate WM line from motif/frame.cpp |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Robin Dunn | Switched to DECLARE_NO_COPY_CLASS |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Robin Dunn | Core wxPython (non-contrib) now fully works with Unicode! |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Robin Dunn | More little demo updates |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Robin Dunn | Updated demo to be a more realistic dialog, to show... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Robin Dunn | Updated demo to show EVT_COLOURSELECT |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Robin Dunn | Added wxMemoryBuffer which is essentiall just a growabl... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Vadim Zeitlin | compilation error fixed |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Robert Roebling | Send size events from top level windows in idle time, |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Stefan Csomor | added correct fallback color settings for XP when used... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Vadim Zeitlin | update focus rectangle width when the columns are being... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Robin Dunn | Some fixes for wxURLDataObject when wxUSE_UNICODE==1 |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Václav Slavík | fixes to refreshing code in wxTreeCtrl |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Václav Slavík | implemented system menu handling in wxUniv |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Václav Slavík | 1. implemented system menu handling in wxUniv (win32... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Václav Slavík | 1. handle Alt-F4 in wxUniv, not wxMGL |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Robert Roebling | Added dialog tabbing to wxX11. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Julian Smart | Added GetWindow to make Blit compile |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Robert Roebling | Implemented DoBlit(). |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Vadim Zeitlin | added more build dirs to the ignore list |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Julian Smart | Added constructor for wxColourRefData, else CloneRefDat... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Julian Smart | Trivially implemented DoDrawIcon |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Julian Smart | treectrl -> treetest |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Julian Smart | Finally reverted treectrl name back to treetest after... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Julian Smart | Replaced Blit with DrawBitmap in wxPoem to make it... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Ron Lee | build fix. Need the full declaration for CLASSINFO(). |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Julian Smart | Only reparent first window if there are several children |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Julian Smart | Added a screenshot of wxEmulator showing the default... |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Julian Smart | Added XPM icon; minor mods |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Vadim Zeitlin | right clicking outside any column sets the column in... |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Vadim Zeitlin | implemented menu drawing in the GTK theme |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Julian Smart | Tweaks to emulator and documentation |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Vadim Zeitlin | more GTK-ish toolbar drawing |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Vadim Zeitlin | ignore clicks on a toolbar but outside any button |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Vadim Zeitlin | added missing headers to fix compilation without PCH |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Václav Slavík | use AllocExclusive in wxAcceleratorTable |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Václav Slavík | wxAcceleratorEntry::MatchesEvent is NOT used by wxX11 |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Vadim Zeitlin | propagate the click dismissing a popup window to the... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Robert Roebling | Next try on pop up menus. (#ifdef x11). |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Vadim Zeitlin | better fix (i.e. one which actually works) for VC+... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Julian Smart | Added emulator screen; regenerated configure for utils |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Vadim Zeitlin | fix for using an invalid HWND in IsEditable |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Julian Smart | Minor tweaks |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Julian Smart | Corrected image size |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Julian Smart | Added emulator utility. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Ron Lee | added optional parameter to SetSizer, to allow replacin... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Julian Smart | Moved Nano-X specific code from univ to x11 |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Robin Dunn | Applied and merged patch 486364, which enables wxPython... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Robin Dunn | Applied and merged patch 486364, which enables wxPython... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Václav Slavík | htmlhelp.h no longer needed -> removed test in configure |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Robin Dunn | SWIGged updates for wxMac |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Vadim Zeitlin | fixed a few VC++ warnings (release mode only) |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Julian Smart | Removed README from old framelayout dir, since it was |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Vadim Zeitlin | [this message is for the previous commit as well] |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Václav Slavík | reverted Robert's change |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Vadim Zeitlin | don't include wx/wx.h unnecessarily |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Vadim Zeitlin | copy the variant name in the assignment operator as... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Julian Smart | Added reparenting helper classes to help apps to grab... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Václav Slavík | query MGL for resolution |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Robin Dunn | New SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Robin Dunn | Reformatted some demo text |
commit | commitdiff | tree | snapshot |
next |