2003-06-02 |
Václav Slavík | added copying selection to clipboard; fixes to selectio... |
tree | commitdiff |
2003-06-02 |
Roger Gammans | Addition at simple wxObject*, support into wxVariant. |
tree | commitdiff |
2003-06-02 |
Vadim Zeitlin | compilation fixes for !USE_PCH |
tree | commitdiff |
2003-06-02 |
Julian Smart | Attempt to make wxWindows play better with XP themes |
tree | commitdiff |
2003-06-01 |
Václav Slavík | attempt to fix first click problem |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | compilation fix (not all paths returned a value) |
tree | commitdiff |
2003-06-01 |
Václav Slavík | more work on text selection: selecting should work... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Fix for bug [ 744199 ] wxBringWindowToTop, child window... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Pass focus window to submenu items too (no reason I... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Fixed bug [ 743664 ] wxListCtrl asserts when deleting... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Fix for [ 688754 ] wxNotebook::SetSelection(-1) will... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Fix (I hope) for bug [ 673862 ] printing zero length... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied bug fix [ 684949 ] Dialup Sample With Borland... |
tree | commitdiff |
2003-06-01 |
Gilles Depeyrot | ignore MSVC build output directories |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 650511 ] wxCalendarCtrl - year does... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 735304 ] wxDisplay::ChangeMode - does... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 719667 ] Ownerdrawn Buttons without... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 710608 ] wxImage::GetImageExtWildcard... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 649157 ] wxDisplay for Unix |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 623187 ] virtual methods and new AppendItem |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | a workaround for Mac update problems |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 619386 ] uxtheme.dll support |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | compilation warnings fixes |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | compilation fix for Mac and reformatted the code |
tree | commitdiff |
2003-06-01 |
Julian Smart | Partially applied patch [ 531199 ] new EVT_MOVING and... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 619539 ] patch to get small icon via... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 739063 ] window.cpp (gtk) - mouse event... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 735588 ] Gtk2 textctrl selection fix |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 733425 ] Fix for header rendering probl... |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | added wxVListBox using wxVScrolledWindow and wxHtmlList... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 743194 ] HitTest for wxNotebook |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 743471 ] wxSplitter::Unsplit fix |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied [ 745533 ] implemented wxNotebook::DoGetBestSize |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 745983 ] Fix for memory leak in class... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied [ 746201 ] wxGrid row/col change not updated |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 746203 ] xwGrid::SetTable may be called... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applie dpatch [ 741366 ] wxMac d'n'd fixes |
tree | commitdiff |
2003-06-01 |
Julian Smart | Added BCC include dir in XRC makefile |
tree | commitdiff |
2003-06-01 |
Václav Slavík | fixed UpdateRenderingState to do what it was meant to |
tree | commitdiff |
2003-06-01 |
Václav Slavík | react on mouse up, not mouse down |
tree | commitdiff |
2003-05-31 |
Václav Slavík | oops, commited debugging code by mistake |
tree | commitdiff |
2003-05-31 |
Václav Slavík | preparing wxHtmlWindow for text selection (highlighting... |
tree | commitdiff |
2003-05-31 |
Václav Slavík | support SetBackgroundMode and SetTextBackground with... |
tree | commitdiff |
2003-05-31 |
Vadim Zeitlin | clicking on a panel without children should give it... |
tree | commitdiff |
2003-05-30 |
Vadim Zeitlin | added wxVScrolledWindow |
tree | commitdiff |
2003-05-30 |
Julian Smart | Wrap missing.h in #ifdef __GNUG__ |
tree | commitdiff |
2003-05-30 |
Vadim Zeitlin | compilation fix for yet another broken version of mingw... |
tree | commitdiff |
2003-05-29 |
Robin Dunn | Added LoadFile and SaveFile methods |
tree | commitdiff |
2003-05-29 |
Robin Dunn | fix a precedence order problem |
tree | commitdiff |
2003-05-29 |
Stefan Csomor | GetEventHandler()-> was missing |
tree | commitdiff |
2003-05-29 |
Gilles Depeyrot | improved deallocation fix for Visual C++ Multithreaded... |
tree | commitdiff |
2003-05-28 |
Gilles Depeyrot | VC++ free must take place in same DLL as allocation... |
tree | commitdiff |
2003-05-28 |
Roger Gammans | Reinsert missing ctor removed in date/time tidy |
tree | commitdiff |
2003-05-28 |
Gilles Depeyrot | allow wxDisplaySize to be called with NULL parameters |
tree | commitdiff |
2003-05-27 |
Mattia Barbon | Derive wxScrollBar from wxScrollBarBase, plus miscell... |
tree | commitdiff |
2003-05-27 |
Mattia Barbon | Allow initialising wxStaticBitamp with wxNullBitmap... |
tree | commitdiff |
2003-05-27 |
Mattia Barbon | Removed some duplicated code, made wxCursor( wxImage ) |
tree | commitdiff |
2003-05-27 |
Mattia Barbon | Don't leave the wxStaticBox hanging around after... |
tree | commitdiff |
2003-05-27 |
Chris Elliott | Borland makefiles for contrib keeping output apart |
tree | commitdiff |
2003-05-27 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-05-26 |
Julian Smart | More style fixes |
tree | commitdiff |
2003-05-26 |
Julian Smart | Further border style corrections. |
tree | commitdiff |
2003-05-26 |
Julian Smart | Include missing.h |
tree | commitdiff |
2003-05-26 |
Chris Elliott | Borland makefiles now keep output apart |
tree | commitdiff |
2003-05-26 |
Julian Smart | Allow printing objects to be passed a wxWindow, not... |
tree | commitdiff |
2003-05-25 |
Vadim Zeitlin | fix m_Matches overflow if Compile() is called more... |
tree | commitdiff |
2003-05-25 |
Václav Slavík | added CompareAccelString function |
tree | commitdiff |
2003-05-24 |
Stefan Csomor | guarded M_PI declaration |
tree | commitdiff |
2003-05-24 |
Mattia Barbon | Removed obsoleted files from vc.t. |
tree | commitdiff |
2003-05-24 |
Mattia Barbon | Compilation/warning fixes. |
tree | commitdiff |
2003-05-24 |
Mattia Barbon | wxMotif now uses src/x11/region.cpp, change makefiles... |
tree | commitdiff |
2003-05-24 |
Mattia Barbon | Used wxRegion code from wxX11. |
tree | commitdiff |
2003-05-24 |
Julian Smart | Removed wxHTMLHelpControllerBase (putting the |
tree | commitdiff |
2003-05-24 |
Stefan Csomor | reflected latest file movements... |
tree | commitdiff |
2003-05-24 |
Stefan Csomor | removed carbon printing code |
tree | commitdiff |
2003-05-24 |
Stefan Csomor | comments added |
tree | commitdiff |
2003-05-24 |
Stefan Csomor | two fixes for CW/Mac |
tree | commitdiff |
2003-05-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
tree | commitdiff |
2003-05-23 |
Julian Smart | Applied patch [ 738821 ] Allow more features to be... |
tree | commitdiff |
2003-05-23 |
Julian Smart | Applied patch [ 736321 ] Compile error for src/msw... |
tree | commitdiff |
2003-05-23 |
Julian Smart | Applied patch [ 742452 ] wxPrintDialogData: can't set... |
tree | commitdiff |
2003-05-23 |
Gilles Depeyrot | removed print.cpp from list of Mac files and regenerate... |
tree | commitdiff |
2003-05-22 |
Mattia Barbon | MinGW compilation fix. |
tree | commitdiff |
2003-05-22 |
Mattia Barbon | Correct wxCommandEvent.IsChecked() when generated... |
tree | commitdiff |
2003-05-22 |
Stefan Csomor | deactivating wxSTAY_ON_TOP patch |
tree | commitdiff |
2003-05-21 |
Robin Dunn | Fix page positioning when the tabs are on a side differ... |
tree | commitdiff |
2003-05-21 |
Julian Smart | Applied patch [ 731656 ] Owner draw menu icons |
tree | commitdiff |
2003-05-21 |
Julian Smart | Applied patch [ 739401 ] gtk_init() has to be called... |
tree | commitdiff |
2003-05-21 |
Julian Smart | Applied patch [ 740012 ] GetKeyState returns 16-Bit... |
tree | commitdiff |
2003-05-21 |
Julian Smart | Applied patch [ 740071 ] Make tiff errors/warnings... |
tree | commitdiff |
2003-05-21 |
Mattia Barbon | Stop the ApplicationShell from being managed (and... |
tree | commitdiff |
2003-05-21 |
Julian Smart | Applied patch [ 689188 ] adds wxToolBar::GetToolPos |
tree | commitdiff |
2003-05-21 |
Julian Smart | Fixed simple border style on wxListCtrl |
tree | commitdiff |
2003-05-20 |
Julian Smart | A fix to prevent mungeing of the config file after... |
tree | commitdiff |
2003-05-19 |
Stefan Csomor | DoGetSize implementation corrected |
tree | commitdiff |
2003-05-19 |
Stefan Csomor | switch to pImpl pattern for mac printing |
tree | commitdiff |
2003-05-19 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-05-19 |
Václav Slavík | allow untranslated accelerators, too |
tree | commitdiff |
2003-05-19 |
Julian Smart | Corrected some wxAccessible mistakes |
tree | commitdiff |
next |