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 |
2003-01-07 |
Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine |
tree | commitdiff |
2003-01-07 |
Vadim Zeitlin | workaround for not appearing vertical scrollbar in... |
tree | commitdiff |
2003-01-06 |
David Webster | Remove ctl3d32.lib from make. |
tree | commitdiff |
2003-01-06 |
Mattia Barbon | Aparently someone modified templates/filelist.txt... |
tree | commitdiff |
2003-01-03 |
Julian Smart | Clean up memory if have to exit early |
tree | commitdiff |
2003-01-03 |
Julian Smart | Applied patch [ 652336 ] Add tooltip support to wxUniv... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | support for using DIBs for wxBitmap implementation... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | use StretchBlt() if available (part of patch 649866) |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | fixed bug with wxTR_EDIT_LABELS not working with xwTR_M... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | fixed wxCaret::SetSize() (closes bug 659209) |
tree | commitdiff |
2003-01-01 |
Vadim Zeitlin | don't send CHECKLISTBOX_TOGGLE event when Check() is... |
tree | commitdiff |
2002-12-30 |
Vadim Zeitlin | compilation warning fixes (patch 651719) |
tree | commitdiff |
2002-12-29 |
Ron Lee | Added wxTreeCtrl::GetItemParent to deprecate GetParent. |
tree | commitdiff |
2002-12-27 |
Mattia Barbon | Applied patch [ 652491 ] Update makefiles for mingw |
tree | commitdiff |
2002-12-27 |
Mattia Barbon | Use wxWcslen instead of wcslen. |
tree | commitdiff |
2002-12-27 |
Julian Smart | Added a necessary pixel to height if wxTB_NODIVIDER... |
tree | commitdiff |
2002-12-26 |
Robin Dunn | Use WXDLLEXPORT_DATA for wx*NameStr's |
tree | commitdiff |
2002-12-23 |
Julian Smart | Don't send explicit update event if single line |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | handle accel keys for owner drawn menu items (based... |
tree | commitdiff |
2002-12-21 |
Vadim Zeitlin | use SS_CENTERIMAGE to prevent wxStaticBitmap from stret... |
tree | commitdiff |
2002-12-20 |
Vadim Zeitlin | fixed SetSelection() (and hence SetInsertionPoint(... |
tree | commitdiff |
2002-12-19 |
Julian Smart | Fixed a problem with borders being set wrong sometimes... |
tree | commitdiff |
2002-12-17 |
Vadim Zeitlin | reset virtual root to NULL in DeleteAllItems() |
tree | commitdiff |
2002-12-17 |
Julian Smart | Fixed [ 652512 ] wxPaintDC::FindInCache bug |
tree | commitdiff |
2002-12-17 |
Julian Smart | MFC sample now works properly; WinMain not defined... |
tree | commitdiff |
2002-12-15 |
Vadim Zeitlin | send an extra kill focus event when we're deactivated |
tree | commitdiff |
2002-12-14 |
Václav Slavík | don't translate strings when it doesn't make any sense |
tree | commitdiff |
next |