2003-09-11 |
Robert Roebling | Filter out triple click events entirely. |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | mouse events added, menu id 0 safety check |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | reminder added |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | new carbon implementation (unicode support) |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | mouse event handling extended |
tree | commitdiff |
2003-09-11 |
Mattia Barbon | Compilation fix for wxUSE_STL==1. |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 800183 ] wxFlexGridSizer::RemoveGrowabl... |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 803473 ] wxListCtrl header height bugfix |
tree | commitdiff |
2003-09-11 |
Stefan Csomor | corrected hit-testing for mac |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 800784 ] Fixes ::wxDirSelector style... |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 771772 ] Crashes when setting icon... |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 778625 ] wxSVGFileDC and UNICODE build |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied patch [ 791847 ] Missing translation in filedlg.cpp |
tree | commitdiff |
2003-09-11 |
Julian Smart | Applied [ 798206 ] WinCE time.cpp |
tree | commitdiff |
2003-09-10 |
Mattia Barbon | More warning fixes from ABX. |
tree | commitdiff |
2003-09-10 |
Gilles Depeyrot | modified shell script to copy setup0.h into DerivedSour... |
tree | commitdiff |
2003-09-10 |
Václav Slavík | check for m_parentAsWindow!=NULL |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | reverted previous fix for virtual list control with... |
tree | commitdiff |
2003-09-10 |
Robert Roebling | Test if G_threads already are initialized. |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | attempts to fix virtual list control with Unicode and... |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | documented that wxHSCROLL disables wrapping; added... |
tree | commitdiff |
2003-09-10 |
David Elliott | Changed wxWindow::Create to wxControl because wxNoteboo... |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | fixed a 'variable could be used uninitialized' warning |
tree | commitdiff |
2003-09-10 |
Vadim Zeitlin | added a TODO: clean up WinCE mess/horror |
tree | commitdiff |
2003-09-10 |
Stefan Csomor | switching off tight borders to have it look properly... |
tree | commitdiff |
2003-09-10 |
Stefan Csomor | ghost button fix (was calling another baseclass create) |
tree | commitdiff |
2003-09-09 |
Robert Roebling | 64-bit patch |
tree | commitdiff |
2003-09-09 |
Vadim Zeitlin | use GetTraits(), not m_traits, in OnAssert() |
tree | commitdiff |
2003-09-09 |
Robert Roebling | Upported a number of patches to HEAD. |
tree | commitdiff |
2003-09-09 |
Václav Slavík | applied Otto Wyss' patch to extend wxHelpController... |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | const ptr fix |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | crashes fixed, trying to remove erradic redraws when... |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | wxID_PREFERENCES added |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | implementation changes to closer follow MSW, crashes... |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | initial creation invisible |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | trying to avoid redraw problems at wrong places |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | fixing Update, attempt to speed redrawing by making... |
tree | commitdiff |
2003-09-09 |
Stefan Csomor | when memory dumps out debug info, lookups can go wrong... |
tree | commitdiff |
2003-09-09 |
Robert Roebling | Applied patch for better sizing of bitmap buttons. |
tree | commitdiff |
2003-09-09 |
Robert Roebling | Applied patch for better pattern support. |
tree | commitdiff |
2003-09-08 |
David Elliott | Implement NSMenuValidation protocol for the wxNSMenuIte... |
tree | commitdiff |
2003-09-08 |
David Elliott | Remove wxASSERT(!m_windowKey) and wxASSERT(!m_windowMai... |
tree | commitdiff |
2003-09-08 |
David Elliott | Use wxStripMenuCodes |
tree | commitdiff |
2003-09-08 |
David Elliott | Implement wxSpinButton (except up/down events) |
tree | commitdiff |
2003-09-08 |
David Elliott | Provide target/action mechanism for subclasses to use |
tree | commitdiff |
2003-09-08 |
David Elliott | When using a non-subclassed NSControl, use a new wxNonC... |
tree | commitdiff |
2003-09-08 |
David Elliott | Implement (sort-of) non-client wxWindowDC |
tree | commitdiff |
2003-09-08 |
David Elliott | Added virtual GetNonClientNSView() |
tree | commitdiff |
2003-09-08 |
David Elliott | * Added NSWindowStyleForWxStyle static method |
tree | commitdiff |
2003-09-07 |
Stefan Neis | Initialize PM subsystem in every thread, to enable... |
tree | commitdiff |
2003-09-06 |
Stefan Neis | Unified with Unix version. |
tree | commitdiff |
2003-09-06 |
David Elliott | Use an NSImageView instead of an NSView (nothing works... |
tree | commitdiff |
2003-09-06 |
David Elliott | Use an NSSlider instead of an NSView (nothing works... |
tree | commitdiff |
2003-09-06 |
Stefan Neis | Use function table instead of direct references to... |
tree | commitdiff |
2003-09-06 |
David Elliott | Implement wxChoice including sorting and client data |
tree | commitdiff |
2003-09-05 |
David Elliott | Implement wxGauge |
tree | commitdiff |
2003-09-05 |
David Elliott | Implement wxApp::Yield |
tree | commitdiff |
2003-09-05 |
David Elliott | Implement the hashmap for NSMenu |
tree | commitdiff |
2003-09-05 |
David Elliott | Added ability to observe NSMenu notifications |
tree | commitdiff |
2003-09-05 |
Stefan Csomor | selection for DeleteAllPages corrected, images scaleing... |
tree | commitdiff |
2003-09-05 |
Stefan Csomor | commented section removed |
tree | commitdiff |
2003-09-05 |
Stefan Csomor | todo added |
tree | commitdiff |
2003-09-05 |
Stefan Csomor | removing scroll flags before instantiation the base... |
tree | commitdiff |
2003-09-05 |
David Elliott | * Move m_cocoaNSMenu out of wxCocoaNSMenu and into... |
tree | commitdiff |
2003-09-05 |
David Elliott | Set the window's title |
tree | commitdiff |
2003-09-05 |
David Elliott | wxMenuBar: |
tree | commitdiff |
2003-09-05 |
David Elliott | * Set the window's title |
tree | commitdiff |
2003-09-05 |
David Elliott | CodeWarrior Obj-C++ requires explicit casts from id... |
tree | commitdiff |
2003-09-05 |
David Elliott | When a modal dialog is shown and the app isn't running... |
tree | commitdiff |
2003-09-05 |
Stefan Csomor | added live resizing |
tree | commitdiff |
2003-09-05 |
David Elliott | * Added GetAppMenuBar |
tree | commitdiff |
2003-09-05 |
David Elliott | Add support for wxMenuBarManager |
tree | commitdiff |
2003-09-04 |
Mattia Barbon | Fix and testcase for wxString::rfind bug I introduced. |
tree | commitdiff |
2003-09-04 |
David Elliott | * Added virtual GetAppMenuBar() which returns the app... |
tree | commitdiff |
2003-09-04 |
David Elliott | * Added delegate notifications for Become/Resign Main |
tree | commitdiff |
2003-09-04 |
David Elliott | Added wxMenuBarManager |
tree | commitdiff |
2003-09-04 |
Stefan Csomor | log changes |
tree | commitdiff |
2003-09-04 |
David Elliott | #if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE) |
tree | commitdiff |
2003-09-04 |
Stefan Csomor | macro naming changes |
tree | commitdiff |
2003-09-04 |
Stefan Csomor | macro naming changes |
tree | commitdiff |
2003-09-04 |
Stefan Csomor | macro naming changes |
tree | commitdiff |
2003-09-04 |
Stefan Csomor | macro naming changes, delegate api calls getting proper... |
tree | commitdiff |
2003-09-03 |
Chris Elliott | fix makefile for digitalmars to build joytest sample |
tree | commitdiff |
2003-09-03 |
Chris Elliott | fix makefile for digitalmars |
tree | commitdiff |
2003-09-02 |
David Elliott | CodeWarrior Obj-C++ requires explicit casts from id... |
tree | commitdiff |
2003-09-02 |
David Elliott | Support precompiled headers |
tree | commitdiff |
2003-09-02 |
David Elliott | * Use wxTopLevelWindow::Show() for modeless dialogs |
tree | commitdiff |
2003-09-02 |
David Elliott | Set the m_isShown flag appopriately |
tree | commitdiff |
2003-09-01 |
Mattia Barbon | Corrected statements about wxString correctly handling |
tree | commitdiff |
2003-09-01 |
Robin Dunn | Added handler for WM_PRINT to assist with offscreen... |
tree | commitdiff |
2003-09-01 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-09-01 |
Stefan Csomor | only work on the focus if the control is shown |
tree | commitdiff |
2003-08-31 |
Stefan Neis | Updated API to current state of wxWindows (int -> size_t). |
tree | commitdiff |
2003-08-31 |
Vadim Zeitlin | don't return \n from GetLineText() neither |
tree | commitdiff |
2003-08-31 |
Vadim Zeitlin | don't return \r from GetLineText() |
tree | commitdiff |
2003-08-31 |
Stefan Neis | Added missing include to resource file. |
tree | commitdiff |
2003-08-31 |
Stefan Neis | Added missing include. |
tree | commitdiff |
2003-08-31 |
Stefan Neis | Cleaned up remains of outdated 3D effect handling. |
tree | commitdiff |
2003-08-31 |
Stefan Neis | Fixed IMPLEMENT_DYNAMIC_CLASS usage. |
tree | commitdiff |
2003-08-31 |
Stefan Neis | Added missing include. |
tree | commitdiff |
next |