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 |
2003-08-31 |
Stefan Neis | Fixed includes. |
tree | commitdiff |
2003-08-31 |
Stefan Neis | Removed some code duplicating wxAppBase functions. |
tree | commitdiff |
2003-08-31 |
Stefan Neis | Fixed return type of GetPageCount (int -> size_t). |
tree | commitdiff |
2003-08-31 |
Stefan Neis | Fixed AppTraits handling on OS/2. |
tree | commitdiff |
2003-08-31 |
Stefan Csomor | Carbon Event Mouse Moved handler changes |
tree | commitdiff |
2003-08-31 |
Vadim Zeitlin | no changes |
tree | commitdiff |
2003-08-31 |
Vadim Zeitlin | fix redistribution of the extra space between sizer... |
tree | commitdiff |
2003-08-31 |
Vadim Zeitlin | undid the last change |
tree | commitdiff |
2003-08-31 |
Robert Roebling | Prevent wxMac from creating an epmpty bitmap in a... |
tree | commitdiff |
2003-08-30 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2003-08-30 |
Vadim Zeitlin | return the index of the inserted/appended item |
tree | commitdiff |
2003-08-30 |
Vadim Zeitlin | use SetClientSize(), not SetSize() in Fit() |
tree | commitdiff |
2003-08-30 |
Stefan Neis | Fixed several bugs in threading code for OS/2. Thread... |
tree | commitdiff |
2003-08-30 |
Stefan Csomor | made Update be window local (before was updating the... |
tree | commitdiff |
2003-08-30 |
Stefan Csomor | removing all updates specially for mac |
tree | commitdiff |
2003-08-29 |
Václav Slavík | removed caching from wxInternetFSHandler |
tree | commitdiff |
2003-08-29 |
Mattia Barbon | Fixed bug introduced in fs_zip.cpp when replacing... |
tree | commitdiff |
2003-08-29 |
David Elliott | Rename some of the Cocoa methods to reflect that they... |
tree | commitdiff |
2003-08-29 |
David Elliott | Implement windowShouldClose: in delegate instead of... |
tree | commitdiff |
next |