2000-10-11 |
Vadim Zeitlin | added (MSW/GTK) and documented new frame and dialog... |
tree | commitdiff |
2000-10-10 |
Václav Slavík | added wxHtmlWindow::HistoryCanBack/Forward |
tree | commitdiff |
2000-10-10 |
Julian Smart | Added VC++ project files (seems logical) |
tree | commitdiff |
2000-10-10 |
Vadim Zeitlin | fixed MDI accel bug, more tests for it in the sample |
tree | commitdiff |
2000-10-10 |
Vadim Zeitlin | attempts at making modal dialogs without parent work... |
tree | commitdiff |
2000-10-10 |
Vadim Zeitlin | make msg boxes without parent owned by top level app... |
tree | commitdiff |
2000-10-10 |
Julian Smart | Removed 'interface' pragma for gcc 2.96 |
tree | commitdiff |
2000-10-08 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2000-10-08 |
Vadim Zeitlin | wxFileDialog changed to use (new) wxCHANGE_DIR flag... |
tree | commitdiff |
2000-10-08 |
Václav Slavík | fixed EditLabel() for wxLC_REPORT mode |
tree | commitdiff |
2000-10-07 |
Vadim Zeitlin | 1. more warnings fixed |
tree | commitdiff |
2000-10-07 |
Vadim Zeitlin | 1. a couple of compilation warnings fixed (strconv... |
tree | commitdiff |
2000-10-06 |
Václav Slavík | fixed bug in parsing incomplete HTML when the very... |
tree | commitdiff |
2000-10-06 |
Václav Slavík | changed \n\r to \r\n |
tree | commitdiff |
2000-10-06 |
Julian Smart | Added DECLARE/IMLEMENT_CLASS for wxToolBarBase |
tree | commitdiff |
2000-10-05 |
Julian Smart | Removed wxFindFocusDescendant for non-wxMSW platforms. |
tree | commitdiff |
2000-10-04 |
Vadim Zeitlin | merged in the commit from the 2.2 branch |
tree | commitdiff |
2000-10-04 |
Julian Smart | More fixes |
tree | commitdiff |
2000-10-04 |
Julian Smart | Removed wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead) |
tree | commitdiff |
2000-10-04 |
Julian Smart | Fixes to generic dir dialog |
tree | commitdiff |
2000-10-04 |
Julian Smart | Speed fix for wxGenericDirCtrl, starting to add text... |
tree | commitdiff |
2000-10-03 |
Jouk Jansen | Modified Files: |
tree | commitdiff |
2000-10-03 |
Julian Smart | Small fixes to defs.h; change "windows.h" to <windows... |
tree | commitdiff |
2000-10-02 |
Vadim Zeitlin | fix for group names containing ']' |
tree | commitdiff |
2000-10-02 |
David Webster | interface additions (mostly for new generic/toolwin) |
tree | commitdiff |
2000-10-02 |
David Webster | Add some new files for interface additions |
tree | commitdiff |
2000-10-02 |
David Webster | OS/2 Statusbar fixes, and class interface updates |
tree | commitdiff |
2000-09-30 |
Vadim Zeitlin | fix from Robert for extra refreshes |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxListCtrl::AssignImageList |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxTreeCtrl::AssignImageList |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxNotebook::AssingImageList |
tree | commitdiff |
2000-09-28 |
Václav Slavík | added wxTreeCtrl::AssignImageList |
tree | commitdiff |
2000-09-28 |
Václav Slavík | modified wxHtmlHelpFrame to use AssignImageList |
tree | commitdiff |
2000-09-28 |
Vadim Zeitlin | added event.Skip() to OnIdle() handler |
tree | commitdiff |
2000-09-26 |
Václav Slavík | fixed bug in wxHtmlWindow: HistoryBack/Forward now... |
tree | commitdiff |
2000-09-26 |
Julian Smart | Fiddled with wxFindWindowAtPoint to make it work with... |
tree | commitdiff |
2000-09-26 |
Julian Smart | Removed assert complaining about out-focus without... |
tree | commitdiff |
2000-09-26 |
Vadim Zeitlin | fix from Robert |
tree | commitdiff |
2000-09-26 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-09-26 |
Robin Dunn | new and improved wxSTC |
tree | commitdiff |
2000-09-25 |
Julian Smart | Enabled context-sensitive help for wxRadioBox |
tree | commitdiff |
2000-09-25 |
Ron Lee | implemented wxDisplaySizeMM for gtk, msw & motif. |
tree | commitdiff |
2000-09-24 |
Ron Lee | removed unneccesary (and unwanted) asserts |
tree | commitdiff |
2000-09-22 |
Vadim Zeitlin | wxCaret now uses backing store instead of forcing windo... |
tree | commitdiff |
2000-09-18 |
Vadim Zeitlin | attempts to implement non blinking caret - failed so far |
tree | commitdiff |
2000-09-18 |
Vadim Zeitlin | give frame a reasonable default size if none specified |
tree | commitdiff |
2000-09-16 |
Robert Roebling | Set the m_isFrame flag corrcetly. |
tree | commitdiff |
2000-09-15 |
Robert Roebling | Minor corrections to new theme code. |
tree | commitdiff |
2000-09-15 |
Julian Smart | Added Set/GetThemeEnabled and used this for determining... |
tree | commitdiff |
2000-09-15 |
Robert Roebling | wxFrame's m_mainWidget didn't have themes. |
tree | commitdiff |
2000-09-15 |
Robert Roebling | Notebook theme attampt. |
tree | commitdiff |
2000-09-14 |
Robert Roebling | Another theme fix. |
tree | commitdiff |
2000-09-14 |
Robert Roebling | More theme goodies. |
tree | commitdiff |
2000-09-13 |
Robert Roebling | wxListCtrl::InsertItem() returned wrong index. |
tree | commitdiff |
2000-09-13 |
Robert Roebling | Themed headers for wxListCtrl. |
tree | commitdiff |
2000-09-13 |
Vadim Zeitlin | 1. wxFrame::IsIconized() fixed - seems to work |
tree | commitdiff |
2000-09-13 |
Robert Roebling | Did the unmap/map trick for wxFrame::IsIconized(). |
tree | commitdiff |
2000-09-13 |
Julian Smart | wxListMainWindow::HitTest no longer tests 'flags' which... |
tree | commitdiff |
2000-09-13 |
Vadim Zeitlin | wxTimer::Start() now calls Stop() |
tree | commitdiff |
2000-09-12 |
Vadim Zeitlin | attempt to fix crash in tree ctrl |
tree | commitdiff |
2000-09-12 |
Julian Smart | Minor mods |
tree | commitdiff |
2000-09-12 |
Vadim Zeitlin | 1. removed 'B' flag from treebase.cpp and regenerated... |
tree | commitdiff |
2000-09-12 |
Julian Smart | Added wxHelpControllerHelpProvider, added DisplayContex... |
tree | commitdiff |
2000-09-12 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-09-12 |
Vadim Zeitlin | fixed bug in mouse handling |
tree | commitdiff |
2000-09-12 |
Robert Roebling | Corrcted accel keys for bitmap menus. |
tree | commitdiff |
2000-09-11 |
Robert Roebling | Added experim. support for wxFRAME_TOOL_WIN |
tree | commitdiff |
2000-09-11 |
Robert Roebling | Tiny patch for wxListCtrl::HitTest(). I didn't |
tree | commitdiff |
2000-09-11 |
Julian Smart | Corrected frame.cpp to recognise wxNO_BORDER properly |
tree | commitdiff |
2000-09-11 |
Julian Smart | Corrected typo |
tree | commitdiff |
2000-09-11 |
Julian Smart | wxHelpProvider now cleans itself up. wxTipWindow doesn't |
tree | commitdiff |
2000-09-11 |
Julian Smart | Included tipwindow.h unconditionally |
tree | commitdiff |
2000-09-10 |
Vadim Zeitlin | wxTipWindow added and is now used by wxSimpleHelpProvider |
tree | commitdiff |
2000-09-10 |
Julian Smart | #ifdefs for WIN16 |
tree | commitdiff |
2000-09-10 |
Vadim Zeitlin | 1. added wxHelpProvider and (unfinished) wxSimpleHelpPr... |
tree | commitdiff |
2000-09-10 |
Vadim Zeitlin | use the native msg box if available, fall back to wxWin... |
tree | commitdiff |
2000-09-08 |
Václav Slavík | yet another fix in wxHtmlParser::DoParsing |
tree | commitdiff |
2000-09-08 |
Vadim Zeitlin | GetSelection() replaced with GetId() in OnMRUFile |
tree | commitdiff |
2000-09-08 |
Julian Smart | Removed spurious _ |
tree | commitdiff |
2000-09-08 |
Julian Smart | Fixed non-recognition of wxLIST_MASK_IMAGE flags. |
tree | commitdiff |
2000-09-08 |
Vadim Zeitlin | fixed wxContextHelpButton bitmap (dis)appearance |
tree | commitdiff |
2000-09-08 |
Julian Smart | Added dcclient.h |
tree | commitdiff |
2000-09-08 |
Julian Smart | Fixed memory leak in listbox, fixed memory leak reporti... |
tree | commitdiff |
2000-09-08 |
Julian Smart | Fixed some broken things related to context help, fixed... |
tree | commitdiff |
2000-09-08 |
Julian Smart | Put wxContextHelp into cshelp.h/cpp, added wxContextHel... |
tree | commitdiff |
2000-09-08 |
Robin Dunn | Moved from Scintilla version 1.25 to 1.32 |
tree | commitdiff |
2000-09-07 |
Václav Slavík | fixed bug in parsing html strings longer than 1024... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Applied memory allocation patch, and worked around... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Added comment to old wxGetMousePosition |
tree | commitdiff |
2000-09-07 |
Julian Smart | Used GetCursorPos for new wxGetMousePosition implementation |
tree | commitdiff |
2000-09-07 |
Julian Smart | Got wxHelpContext working, plus wxFindWindowAtPointer... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Made wxContextHelp implementation generic and added... |
tree | commitdiff |
2000-09-07 |
Robin Dunn | Interface file defining functionality available in... |
tree | commitdiff |
2000-09-06 |
David Webster | fix to OWNER_DRAWN assert in listbox |
tree | commitdiff |
2000-09-06 |
Julian Smart | Implemented wxHelpContext for wxGTK. |
tree | commitdiff |
2000-09-06 |
Julian Smart | Dialogs can now show a question mark for context-sensit... |
tree | commitdiff |
2000-09-06 |
Julian Smart | Added #include in helpbase.cpp |
tree | commitdiff |
2000-09-06 |
Julian Smart | Added wxHelpEvent, wxContextHelp (MSW only so far)... |
tree | commitdiff |
2000-09-06 |
Robert Roebling | Applied PS patch. |
tree | commitdiff |
2000-09-05 |
Robin Dunn | Fixed some off-by-one errors that were visible on wxGTK... |
tree | commitdiff |
next |