2003-03-24 |
Vadim Zeitlin | use StretchDIBits() if we're drawing a DIB and not... |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | use wxDIB class instead of duplicating DDB -> DIB conve... |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | wxDIB::Create(wxBitmap) shouldn't do any conversions... |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | fixed converting BI_BITFIELDS bitmaps to DIBs (fixes... |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | don't unselect all radio buttons if there are 2 consecu... |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | calling SetValue(GetValue()) didn't reset the modified... |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | fix Alt-letter navigation with spin controls (bug 672974) |
tree | commitdiff |
2003-03-24 |
Vadim Zeitlin | draw multiline labels in owner-drawn buttons correctly... |
tree | commitdiff |
2003-03-24 |
Chris Elliott | fix bug in Borland (bcc32 really hates ?) |
tree | commitdiff |
2003-03-24 |
Chris Elliott | fix bug in Borland (bcc32 really hates ?) |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | removed wxUSE_IMAGE_LOADING_IN_MSW and wxUSE_RESOURCE_L... |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | added wxDIB::Save() and wxDIB to/from wxBitmap) convers... |
tree | commitdiff |
2003-03-23 |
Julian Smart | Removed spurious spawnbrowser.h/cpp |
tree | commitdiff |
2003-03-23 |
Julian Smart | Removed obsolete ODBC classes. |
tree | commitdiff |
2003-03-23 |
Julian Smart | Removed 16-bit gauge code (Microsoft) |
tree | commitdiff |
2003-03-23 |
Julian Smart | Removed dibutils |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | got rid of more duplicated code for working with DIBs |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | removed unneeded #include dib.h |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | removed GetBitmapForDC() and supporting functions |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | regenerated the makefiles with the latest filelist.txt |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | use wxDIB methods instead of old functions for working... |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | use wxBitmapToHICON/CURSOR() |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | added CreateDDB() and CreatePalette() |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | added CopyFromDIB() |
tree | commitdiff |
2003-03-23 |
Vadim Zeitlin | Win16 cursor/icon functions are not needed any longer |
tree | commitdiff |
2003-03-22 |
Vadim Zeitlin | added wxBitmapToHICON/CURSOR helper functions |
tree | commitdiff |
2003-03-22 |
Vadim Zeitlin | suppress error messages when loading msimg32.dll |
tree | commitdiff |
2003-03-22 |
Vadim Zeitlin | modifications for raw bitmap support and for using... |
tree | commitdiff |
2003-03-22 |
Vadim Zeitlin | create the DIBs in correct (and not down up) line order |
tree | commitdiff |
2003-03-20 |
Mattia Barbon | Changed g95.t according to my last changes to makefil... |
tree | commitdiff |
2003-03-20 |
Mattia Barbon | makefile.g95 now adds _cyg or _min suffix to librarie... |
tree | commitdiff |
2003-03-18 |
Julian Smart | Some code tidying; removing dibutils.cpp which |
tree | commitdiff |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
tree | commitdiff |
2003-03-12 |
Robin Dunn | Prevent crash in case nothing is selected |
tree | commitdiff |
2003-03-10 |
Robin Dunn | more informative error messages |
tree | commitdiff |
2003-03-10 |
Robin Dunn | If zero time is specified, don't try to sleep when... |
tree | commitdiff |
2003-03-10 |
Robin Dunn | Don't clear the HWND until after the UnsubclassWin... |
tree | commitdiff |
2003-03-10 |
Robin Dunn | Don't clear the HWND until after the UnsubclassWin... |
tree | commitdiff |
2003-03-07 |
Mattia Barbon | Modified vc.t according to last changes to makefile... |
tree | commitdiff |
2003-03-07 |
Mattia Barbon | Removed some superflous #defines already added by... |
tree | commitdiff |
2003-03-06 |
Mattia Barbon | Fix release build. |
tree | commitdiff |
2003-03-04 |
Vadim Zeitlin | new wxDIB class |
tree | commitdiff |
2003-03-04 |
Vadim Zeitlin | don't use GetSelectedInto() in release build |
tree | commitdiff |
2003-03-04 |
Vadim Zeitlin | start of alpha transparency support |
tree | commitdiff |
2003-03-02 |
Václav Slavík | implemented wxCLOSE_BOX under Windows |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | maximize the window to the correct display (i.e. the... |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | implemented video mode support (getting the current... |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | wxExecute may only be called from the main thread |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | added WXK_WINDOWS_XXX key constants |
tree | commitdiff |
2003-02-25 |
Vadim Zeitlin | finally fixed the flicker problem in wxTE_RICH[2] text... |
tree | commitdiff |
2003-02-25 |
Vadim Zeitlin | don't log erroneous error messages when writing an... |
tree | commitdiff |
2003-02-21 |
Robin Dunn | Only send two EVT_BUTTON events when double clicking... |
tree | commitdiff |
2003-02-19 |
Julian Smart | Further tweaks to accessibility code |
tree | commitdiff |
2003-02-19 |
Vadim Zeitlin | fixed a typo which was preventing any events from being... |
tree | commitdiff |
2003-02-19 |
Robin Dunn | Send the wxWindowDestroyEvent for all ports |
tree | commitdiff |
2003-02-18 |
Julian Smart | Some improvements to accessibility behaviour |
tree | commitdiff |
2003-02-17 |
Julian Smart | Changed back inline/const things |
tree | commitdiff |
2003-02-16 |
Julian Smart | Added start at accessibility functionality |
tree | commitdiff |
2003-02-12 |
Vadim Zeitlin | added DoSetNativeFontInfo() to avoid virtual function... |
tree | commitdiff |
2003-02-10 |
Mattia Barbon | Remove unnecessary header dependencies. Fix resulting... |
tree | commitdiff |
2003-02-10 |
Vadim Zeitlin | set orientation for scrolbar events |
tree | commitdiff |
2003-02-09 |
Vadim Zeitlin | use bigger than default page size to avoid 'library... |
tree | commitdiff |
2003-02-06 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2 == 1 |
tree | commitdiff |
2003-02-04 |
Vadim Zeitlin | fix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW... |
tree | commitdiff |
2003-02-03 |
Mattia Barbon | MSVC 5 does not have BIF_EDITBOX. |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | compilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0 |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | indicate whether this is a selection or a deselection... |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | big wxCursor cleanup |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | unsuccessful attempts to create resizable dir dlg witho... |
tree | commitdiff |
2003-01-30 |
Robin Dunn | 1. Added m_count and maintain its value in InsertItem... |
tree | commitdiff |
2003-01-28 |
Mattia Barbon | Regenerate makefiles. |
tree | commitdiff |
2003-01-25 |
Vadim Zeitlin | removed warnings about using the deprecated functions... |
tree | commitdiff |
2003-01-25 |
Vadim Zeitlin | fixed typo in library name |
tree | commitdiff |
2003-01-25 |
Ron Lee | Update wxList operators, TRUE, FALSE. |
tree | commitdiff |
2003-01-25 |
Ron Lee | Upated list operators, TRUE, FALSE. |
tree | commitdiff |
2003-01-25 |
Ron Lee | Update list operators, s/TRUE/true/ etc. |
tree | commitdiff |
2003-01-25 |
Ron Lee | Don't default to using bitmap. |
tree | commitdiff |
2003-01-25 |
Ron Lee | Added missing quantize.h |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | use correctly defined LIBPAGESIZE instead of 512 for... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | made wxBitmapRefData private (actually, this also fixes... |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | compilation fixes for OpenWatcom |
tree | commitdiff |
2003-01-22 |
Vadim Zeitlin | new (for wxBase) or updated and (hopefully() improved... |
tree | commitdiff |
2003-01-21 |
Vadim Zeitlin | compilation fix for the last check in (sorry) |
tree | commitdiff |
2003-01-21 |
Vadim Zeitlin | attempt to fix crash in DeleteAllItems() |
tree | commitdiff |
2003-01-20 |
Mattia Barbon | Fixed a typo in makefile.vc, updated version numbers... |
tree | commitdiff |
2003-01-17 |
Vadim Zeitlin | use wxDynamicLibrary instead of wxPluginManager |
tree | commitdiff |
2003-01-17 |
Mattia Barbon | Under Cygwin, in platform.h default to wxMSW unless... |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | fixed calling Maximize(FALSE) before the window is... |
tree | commitdiff |
2003-01-15 |
Vadim Zeitlin | fix for the previous commit |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | fixed wxStaticText best size calculation (closes bug... |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | compilation fix for wxUSE_CONSTRAINTS==0 |
tree | commitdiff |
2003-01-14 |
Julian Smart | Applied patch [ 667563 ] Wine: compile fix for using... |
tree | commitdiff |
2003-01-14 |
Vadim Zeitlin | fixed incorrect cast in wxRegKey:GetName() |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | compilation fix for wxUSE_RICHEDIT == 0 (closes bug... |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Do not use deprecated functions. |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreate(), it is unneeded |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreateToolbar(), it... |
tree | commitdiff |
2003-01-10 |
Vadim Zeitlin | moved assert for parent window not being a static box... |
tree | commitdiff |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
tree | commitdiff |
next |