2002-02-13 |
Vadim Zeitlin | added wxFSVolume patch from George Policello (untested... |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | fixed loading the icons with non default size |
tree | commitdiff |
2002-02-11 |
Robin Dunn | bugfix for SetString in a wxCheckListBox |
tree | commitdiff |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
tree | commitdiff |
2002-02-09 |
Robert Roebling | tmake update. |
tree | commitdiff |
2002-02-08 |
Vadim Zeitlin | cleanups after SciTech commit :-( |
tree | commitdiff |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | compilation fix for BC++ (hopefully) |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | compilation fix after m_lDlgCode removal |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS fixes |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS... |
tree | commitdiff |
2002-02-05 |
Mattia Barbon | * SPACE -> TAB in filelist.txt |
tree | commitdiff |
2002-02-05 |
Vadim Zeitlin | compilation fix for wxUniv |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | fixed for compilation without wxUSE_WCHAR_T and minor... |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | total wxBrush cleanup: made private stuff private,... |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | changed CloneRefData() to take a const pointer |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | ScrollWindow() should use the rect it scrolls as the... |
tree | commitdiff |
2002-02-03 |
Vadim Zeitlin | oops, Clone/CreateRefData() were not overridden in... |
tree | commitdiff |
2002-02-02 |
Vadim Zeitlin | 1. fixed bug in wxDC::SetMapMode() which broke the... |
tree | commitdiff |
2002-02-02 |
Vadim Zeitlin | wxDC::SetClippingRegion() in wxMSW works like in wxGTK... |
tree | commitdiff |
2002-02-01 |
Vadim Zeitlin | removed GetString(), it doesn't belong here |
tree | commitdiff |
2002-02-01 |
Julian Smart | Added missing '!' to HasCapture() in window.cpp |
tree | commitdiff |
2002-01-31 |
Julian Smart | Applied wxPoem, wxSystemSettings, sizing, install doc... |
tree | commitdiff |
2002-01-31 |
Vadim Zeitlin | don't return HTCLIENT for radiobox - this breaks redraw... |
tree | commitdiff |
2002-01-31 |
Julian Smart | Regenerated FL docs; applied patch [ #511363 ] Dialogs... |
tree | commitdiff |
2002-01-31 |
Vadim Zeitlin | implemented wxRegion::Offset() for MSW and documented it |
tree | commitdiff |
2002-01-29 |
Julian Smart | Removed references to helpxlp |
tree | commitdiff |
2002-01-29 |
Ron Lee | fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TR... |
tree | commitdiff |
2002-01-29 |
Mattia Barbon | Updated projects/makefiles |
tree | commitdiff |
2002-01-28 |
Mattia Barbon | Fix MinGW compilation. |
tree | commitdiff |
2002-01-28 |
Vadim Zeitlin | removed non existing unzip.h from the filelist.txt... |
tree | commitdiff |
2002-01-28 |
Gilles Depeyrot | axis orientation must not be taken into account for... |
tree | commitdiff |
2002-01-28 |
Vadim Zeitlin | Windows XP appearance fixes for status and tool bars... |
tree | commitdiff |
2002-01-27 |
Julian Smart | Applied patch to implement wxChoice::SetString and... |
tree | commitdiff |
2002-01-26 |
Vadim Zeitlin | implemented IsFixedWidth() correctly for MSW |
tree | commitdiff |
2002-01-26 |
Vadim Zeitlin | use DEFAULT_CHARSET instead of ANSI_CHARSET |
tree | commitdiff |
2002-01-26 |
Vadim Zeitlin | patch to fix various filename-related functions for... |
tree | commitdiff |
2002-01-24 |
Václav Slavík | added dummy <style> handler in order to hide CSS code |
tree | commitdiff |
2002-01-21 |
Vadim Zeitlin | compilation fix for Borland (hopefully) |
tree | commitdiff |
2002-01-21 |
Ron Lee | added missing header. |
tree | commitdiff |
2002-01-21 |
Vadim Zeitlin | added an explicit accessor to query the default key... |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | fixed compilation with wxUSE_WCHAR_T=0 |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | fixed GetDiskFreeSpaceEx calling convention (Markus... |
tree | commitdiff |
2002-01-18 |
Vadim Zeitlin | don't set WS_POPUP for all windows (fix for my last... |
tree | commitdiff |
2002-01-17 |
Vadim Zeitlin | don't generate clicked events when we just get the... |
tree | commitdiff |
2002-01-17 |
Vadim Zeitlin | fixed frame border styles (allow creating a friend... |
tree | commitdiff |
2002-01-17 |
Václav Slavík | compilation fix |
tree | commitdiff |
2002-01-17 |
Václav Slavík | fixed to the IFF handler, moved into one file |
tree | commitdiff |
2002-01-16 |
Robin Dunn | Added wxThread::GetCurrentId(), which returns an ID... |
tree | commitdiff |
2002-01-16 |
Robin Dunn | Added wx/dirctrl.h to filelist.txt so it will get insta... |
tree | commitdiff |
2002-01-15 |
George Tasker | dummy(dll).obj is now created in wxWin/$D rather than... |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | 0. extracted toolbar colour mapping stuff to its own... |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | really fixed toolbar mapping bug (finally, it was the... |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | fixed toolbar mapping bug (optimizer bug?) in the relea... |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | removed MSWDetachWindowMenu() (part of the MDI change... |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | fixed several resource leaks related to MDI menus |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | fixed wxRichEditModule::Load(): should return an error... |
tree | commitdiff |
2002-01-12 |
Vadim Zeitlin | SetValue() doesn't call Clear() |
tree | commitdiff |
2002-01-10 |
Vadim Zeitlin | moved toolbar adjustments for the client size from... |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | added, implemented, documented wxTE_RICH2 and wxTextCtr... |
tree | commitdiff |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
tree | commitdiff |
2002-01-07 |
Robin Dunn | Clean up $(WXDIR)\$D too |
tree | commitdiff |
2002-01-07 |
Vadim Zeitlin | unfortunately the fuzzy colour comparison is really... |
tree | commitdiff |
2002-01-06 |
Václav Slavík | copyright update |
tree | commitdiff |
2002-01-06 |
Václav Slavík | 1. fixed CR/LF mess (sorry) |
tree | commitdiff |
2002-01-05 |
Robin Dunn | Fixed gs_metricsMap so the constants line up correctly... |
tree | commitdiff |
2002-01-05 |
Robin Dunn | Added missing wxNativeFontInfo::GetFamily(). I think... |
tree | commitdiff |
2002-01-05 |
Václav Slavík | MSLU fixes for RichEdit |
tree | commitdiff |
2002-01-05 |
Václav Slavík | MSLU fixes |
tree | commitdiff |
2002-01-05 |
Vadim Zeitlin | fixed incorrect calls to SelectObject(hdc, NULL) |
tree | commitdiff |
2002-01-05 |
Vadim Zeitlin | fixed resource leak in CreateIconFromBitmap() (Dimitri) |
tree | commitdiff |
2002-01-04 |
Julian Smart | Reversed breakage |
tree | commitdiff |
2002-01-04 |
Julian Smart | Fixes for GNUPro 00r1 |
tree | commitdiff |
2002-01-04 |
Vadim Zeitlin | fixed the dialog event table (bug #498611) |
tree | commitdiff |
2002-01-04 |
Julian Smart | Corrected (maybe) the object.h token syntax; corrected... |
tree | commitdiff |
2002-01-03 |
Václav Slavík | fixed MSW makefiles |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | moved Watcom thread stack size fix from .h to the .cpp |
tree | commitdiff |
2002-01-03 |
Ron Lee | Added (and documented :) optional stack size specificat... |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | fixed SetInsertionPoint() for the rich text controls... |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | suppressed wrong debug error messages from SetFocus |
tree | commitdiff |
2002-01-02 |
Vadim Zeitlin | fixed NotMSW flag handling in the common files (now... |
tree | commitdiff |
2002-01-01 |
Václav Slavík | regenerated makefiles (forgot to do it after changing... |
tree | commitdiff |
2001-12-31 |
Vadim Zeitlin | attemps to speed up wxToolBar::MapBitmap() - failed |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | 1. wxSystemSettings class API face lift: better names... |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | compilation fixes for !wxUSE_FONTMAP |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | fixed wxComboBox initial autosizing (patch 496702) |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | wxFontEnumerator returns all fonts, not TrueType only |
tree | commitdiff |
2001-12-29 |
Ron Lee | removed dependency on windows.h from dynload.h |
tree | commitdiff |
2001-12-27 |
Václav Slavík | fixed another 2 instances of wxStrncpy bug |
tree | commitdiff |
2001-12-27 |
Václav Slavík | Idiot I am; my previous commit certainly broke non... |
tree | commitdiff |
2001-12-27 |
Václav Slavík | fix for unicode crashes by Dimitri |
tree | commitdiff |
2001-12-25 |
Vadim Zeitlin | don't make control dirty after a call to SetValue() |
tree | commitdiff |
2001-12-24 |
Vadim Zeitlin | DoSetClientSize() may take 4 iterations to set the... |
tree | commitdiff |
2001-12-24 |
Vadim Zeitlin | changed the default font facename for the decorative... |
tree | commitdiff |
2001-12-24 |
Vadim Zeitlin | code clean up, avoid duplicating the same code in font... |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | use wxFontMapper when setting the encoding (fix to... |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | fixed handling of the items with indirect data broken... |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | create masks even (slightly) faster |
tree | commitdiff |
next |