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 |
2002-03-09 |
Robert Roebling | Various changes to make pop up menus work |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Vadim Zeitlin | look at HOME and USERPROFILE in wxGetHomeDir() (patch... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Vadim Zeitlin | compilation warning fix for the daily builds |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Václav Slavík | what about returning a value? |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Václav Slavík | fixed to translatable strings output |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Vadim Zeitlin | compilation fix after the array changes |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Vadim Zeitlin | added support for non alphanumeric simple character... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Robin Dunn | Added a reminder to myself for later |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Robin Dunn | Removed redundant definitions |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Ron Lee | Added GetMaxSize virtual method for use by sizers. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Robin Dunn | Visual C++ needs sys/stat.h too |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Václav Slavík | corrections to the wxEditableListBox patch, removed... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Václav Slavík | applied patch to wxEditableListBox that adds wxEL_ALLOW... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Václav Slavík | fixed MSVC compilation and warnings |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Václav Slavík | fixed MSVC warnings |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Václav Slavík | case insensitive <font face> |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Václav Slavík | let the sample display existing page on start |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Václav Slavík | fixed bug in wxHtmlHelpFrame: didn't show HTML window... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Robin Dunn | Little tweaks and fixes. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Robin Dunn | Changes for recent htmlhelp updates |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Robin Dunn | Added a wxIconFromBitmap "constructor" for wxIcon. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Mattia Barbon | (Hopefully) last fix for daily builds |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Robin Dunn | Fixed compilation error. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Robin Dunn | Added patch that adds style flags for wxEditableListBox... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Ron Lee | Added SetLogBuffer method. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Robin Dunn | Yet another update of XRCed. Fixes some display issues... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Vadim Zeitlin | fixed typo (missing comma) in MIME test |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Vadim Zeitlin | theoretically unnecessary but practically required... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Julian Smart | ProcessXEvent now returns TRUE if processed, FALSE... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Ron Lee | Moved assert to before the segfault. |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Vadim Zeitlin | added a const version of wxColourData::GetColour() |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | Removed unneeded assert |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | SWIGged updates for wxGTK |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | Bugfix for wxTreeCtrl.InsertItemBefore and more SWIGged... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Václav Slavík | rewrote Chris' fix properly |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Robin Dunn | More XRCed updates from Roman |
commit | commitdiff | tree | snapshot |
next |