2001-12-02 |
George Tasker | Fixed incorrect deletion of hPalette if the call to... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | more fixes to target window scrolling |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed stupid bug which prevented automatic encoding... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | always use HWND first in WM_COMMAND handler to avoid... |
tree | commitdiff |
2001-12-01 |
Robin Dunn | Added a dependency for setup.h so it will be copied... |
tree | commitdiff |
2001-12-01 |
Julian Smart | Attempted to fix splittree problem by not pushing event... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | added wxWS_EX_TRANSIENT, added code for handling it... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | corrected InternetGetConnectedState() prototype |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | set app name to argv[0] by default, as was done before |
tree | commitdiff |
2001-11-30 |
Julian Smart | Fixed bug in wxConvertDIBToBitmap (contributed) |
tree | commitdiff |
2001-11-29 |
Julian Smart | Don't convert args if NULL |
tree | commitdiff |
2001-11-28 |
Julian Smart | Fixing wxMicroWindows compilation |
tree | commitdiff |
2001-11-28 |
Vadim Zeitlin | blind fix for iconizing/restoring hidden child frames bug |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added wxCmdLineParser::ConvertStringToArgs(), wxApp... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fixed VC++ warning |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | centre on screen the dialogs without epxlicit position |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added wxCHANGE_DIR flag support to wxMSW implementation |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | and now fixes for compilation with wxUSE_PALETTE=1 |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | wxUniv compilation fixes |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fixes for compilation with wxUSE_PALETTE=0 |
tree | commitdiff |
2001-11-23 |
Vadim Zeitlin | fixed UMR (patch #484863) |
tree | commitdiff |
2001-11-22 |
George Tasker | Fixed coding of a switch statement that had RETURN... |
tree | commitdiff |
2001-11-22 |
Vadim Zeitlin | minor flicker reduction in the virtual list ctrl |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | fixed wxDropFilesEvent dtor, added copy ctor and implem... |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | fixed wxTaskBarIcon compilation |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | 1. restored wxEvent::operator=() |
tree | commitdiff |
2001-11-20 |
Václav Slavík | fixes for wxBase RPM |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | fix for my old mingw32 cross-compiler |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | fixed erroneous debug error message |
tree | commitdiff |
2001-11-19 |
Mattia Barbon | Fixed Cygwin crash on toolbar tooltip |
tree | commitdiff |
2001-11-19 |
Mattia Barbon | Added HANGUL_CHARSET for MSVC5 |
tree | commitdiff |
2001-11-18 |
Vadim Zeitlin | fixes for programmatically deleting the find/replace... |
tree | commitdiff |
2001-11-18 |
Ron Lee | Removed include/wx/setup.h from filelist.txt -- Needed... |
tree | commitdiff |
2001-11-17 |
Václav Slavík | regenerated makefiles |
tree | commitdiff |
2001-11-17 |
Ron Lee | cast away a couple of warnings and added *.inc to the... |
tree | commitdiff |
2001-11-17 |
Vadim Zeitlin | implemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl |
tree | commitdiff |
2001-11-16 |
Vadim Zeitlin | added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme... |
tree | commitdiff |
2001-11-16 |
Vadim Zeitlin | compilation warning fix |
tree | commitdiff |
2001-11-15 |
Vadim Zeitlin | moved EnableCloseButton() from wxialog to wxTLW |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | added wxTextBuffer and wxMemoryText which allow to... |
tree | commitdiff |
2001-11-14 |
Robin Dunn | GetSelection --> GetStringSelection |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | added wxTextCtrl::GetSelection() returning a wxString... |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | fixed wxFrame::IconizeChildFrames() bug which would... |
tree | commitdiff |
2001-11-11 |
Vadim Zeitlin | fixed key event code for ASCII keys in wxListCtrl |
tree | commitdiff |
2001-11-11 |
Vadim Zeitlin | fixed bug with creating status bar with more than 1... |
tree | commitdiff |
2001-11-11 |
Vadim Zeitlin | bug fix for using multiline string (i.e. with embedded... |
tree | commitdiff |
2001-11-11 |
Vadim Zeitlin | fixed minor combobox bug: GetValue() reported wrong... |
tree | commitdiff |
2001-11-09 |
Vadim Zeitlin | removed code (re)setting the camera from wxGLCanvas... |
tree | commitdiff |
2001-11-09 |
Vadim Zeitlin | applied DBCS patch |
tree | commitdiff |
2001-11-08 |
Mattia Barbon | Last correction for makefile.g95: win32 mkdir does... |
tree | commitdiff |
2001-11-08 |
Ron Lee | applied the bit's of #473508 that were still relevant... |
tree | commitdiff |
2001-11-06 |
Mattia Barbon | * Fixed wxStaticBitmap::SetBitmap so that it does not... |
tree | commitdiff |
2001-11-03 |
Robin Dunn | Enabled wxPostscriptDC to be used in wxMSW, if wxUSE_PO... |
tree | commitdiff |
2001-11-03 |
Vadim Zeitlin | don't send fictious menu events when another WM_COMMAND... |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | applied patch to make wxGLCanvas derive from wxWindow... |
tree | commitdiff |
2001-11-02 |
Robin Dunn | Create the directories fo rthe .pch, etc. files if... |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | replaced wxList for storing HWND <-> wxWindow with... |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | ignore the border flags for the toolbar |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | BC++ compilation fix |
tree | commitdiff |
2001-10-30 |
Václav Slavík | changed wxSystemSettings::HasFrameDecorations to more... |
tree | commitdiff |
2001-10-30 |
Mattia Barbon | Fixed wxMask::Create(bitmap,colour) |
tree | commitdiff |
2001-10-30 |
Vadim Zeitlin | applied wxDirSelector() patch and regenerated the makef... |
tree | commitdiff |
2001-10-30 |
Vadim Zeitlin | added wx/platform.h to the list of files and regenerate... |
tree | commitdiff |
2001-10-30 |
Vadim Zeitlin | applied Watcom thread patches and made thread entry... |
tree | commitdiff |
2001-10-27 |
Václav Slavík | added msw/gccpriv.h and others to headers list |
tree | commitdiff |
2001-10-27 |
Václav Slavík | applied wxListCtrl label editing patch |
tree | commitdiff |
2001-10-27 |
Vadim Zeitlin | fixed wxNotebook bg colour |
tree | commitdiff |
2001-10-27 |
Vadim Zeitlin | don't make the dialogs appear in the taskbar |
tree | commitdiff |
2001-10-27 |
Vadim Zeitlin | position the controls correctly in the vertical toolbars |
tree | commitdiff |
2001-10-26 |
Robin Dunn | Added wxDragLink |
tree | commitdiff |
2001-10-24 |
Mattia Barbon | Regenerated from filelist.txt |
tree | commitdiff |
2001-10-24 |
Vadim Zeitlin | fixed CURSOR resource leak |
tree | commitdiff |
2001-10-23 |
Vadim Zeitlin | applied patch 473558: fixes for CW compilation under MSW |
tree | commitdiff |
2001-10-21 |
Vadim Zeitlin | blind fix for the initial dialog position |
tree | commitdiff |
2001-10-20 |
Vadim Zeitlin | fixd creation of controls with default initial size |
tree | commitdiff |
2001-10-20 |
Vadim Zeitlin | don't use hidden windows as implicit dialog parents... |
tree | commitdiff |
2001-10-20 |
Vadim Zeitlin | don't use windows about to be destroyed as implicit... |
tree | commitdiff |
2001-10-19 |
Václav Slavík | we no longer need wxFrameNative |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | simplified wxTextCtrl::Create() to use wxControl::MSWCr... |
tree | commitdiff |
2001-10-18 |
Vadim Zeitlin | fixed resource leak in wxBitmap::CopyFromIconOrCursor |
tree | commitdiff |
2001-10-18 |
Vadim Zeitlin | fix for the initial size of the dialogs |
tree | commitdiff |
2001-10-18 |
Mattia Barbon | Updated makefile.g95/vc to behave similarly to wxWindow... |
tree | commitdiff |
2001-10-18 |
Vadim Zeitlin | added and documented wxTE_NOHIDESEL |
tree | commitdiff |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
tree | commitdiff |
2001-10-17 |
Guillermo Rodrigue... | Added comment explaining that it's not necessary to... |
tree | commitdiff |
2001-10-15 |
Vadim Zeitlin | refresh wxStaticText after changing its label if we... |
tree | commitdiff |
2001-10-15 |
Vadim Zeitlin | made wxStaticBox transparent (patch 427936) |
tree | commitdiff |
2001-10-15 |
Vadim Zeitlin | fix for the dialog controls font |
tree | commitdiff |
2001-10-15 |
Vadim Zeitlin | oops, forgot to commit yesterday changes related to... |
tree | commitdiff |
2001-10-14 |
Václav Slavík | decouple wxTLW,Frame::ShowFullScreen in wxMSW |
tree | commitdiff |
2001-10-14 |
Václav Slavík | fixes to MSW LowLevel files |
tree | commitdiff |
2001-10-14 |
Vadim Zeitlin | regenerated from the templates |
tree | commitdiff |
2001-10-14 |
Vadim Zeitlin | 1. added wxStatusBarUniv |
tree | commitdiff |
2001-10-12 |
Vadim Zeitlin | do *NOT* make the window of the size of its parent... |
tree | commitdiff |
2001-10-12 |
Vadim Zeitlin | create wxNotebook without any extended style |
tree | commitdiff |
2001-10-09 |
Robin Dunn | Moved the [Set|Get]Client[Data|Object] and such out... |
tree | commitdiff |
2001-10-09 |
Václav Slavík | mingw compilation fix |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | fix for wxFrame parent which somehow wasn't committed... |
tree | commitdiff |
next |