]> git.saurik.com Git - wxWidgets.git/history - src
use correct string in wxEVT_COMMAND_COMBOBOX_SELECTED events
[wxWidgets.git] / src /
2006-03-17  Vadim Zeitlinuse correct string in wxEVT_COMMAND_COMBOBOX_SELECTED...
2006-03-17  Vadim Zeitlinfixed incorrect XtVaXXX() function call (thanks to...
2006-03-17  Vadim Zeitlindon't put the window off screen when centering it ...
2006-03-16  Julian SmartwxMotif/ANSI can't cope with UTF-8
2006-03-16  Vadim Zeitlinadded wxDisplay::GetClientArea() (currently implemented...
2006-03-16  Vadim Zeitlinfixed build after last commit
2006-03-16  Włodzimierz SkibawxDisplay build fix for missing Direct Draw.
2006-03-16  Julian SmartMobile 5 Smartphone fixes
2006-03-16  Włodzimierz Skibaforward port from 2.6 - eVC3 fix.
2006-03-16  David Surovelladded missing ctor implementation
2006-03-16  Vadim Zeitlininitialize base class using its ctor
2006-03-16  Vadim Zeitlinadded wxDisplayFactoryX11 ctor body
2006-03-16  Vadim Zeitlinlinking fixes after last checkin
2006-03-16  Vadim Zeitlincompilation fixes after last checkin
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-03-15  Vadim Zeitlinuse wxDynamicLibrary::GetSymbolAorW() instead of duplic...
2006-03-15  Mart RaudseppDon't return a void value here - VC6 doesn't like it
2006-03-15  David Surovellcleanup - minor restructuring, reformatting
2006-03-15  Włodzimierz SkibawxOS2 night build warning fixes.
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Julian SmartFix for WinCE
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Julian SmartFix for command bar not painting in Windows Mobile 5
2006-03-15  Julian SmartAdd menus even if we have no menubar HMENU (Windows...
2006-03-15  Julian SmartCorrected wrong include
2006-03-15  Mart RaudseppUse wxGtkString here to clean up code, and not leak...
2006-03-15  Mart RaudseppCompile fix. Seems to work too, at quick glance.
2006-03-15  Julian SmartRemoved use of deprecated functions
2006-03-15  Julian SmartFix compile problem with VS 2005
2006-03-15  Włodzimierz SkibaWarning fixes.
2006-03-15  Mart Raudseppg_value_set_string duplicates the string itself, so...
2006-03-15  David Surovellcleanup - fixed warnings, reformatting
2006-03-15  Mart RaudseppICCCM says that the TIMESTAMP atom is required, so...
2006-03-15  Mart RaudseppDon't leak a gchar* in wxDataFormat::GetId()
2006-03-15  Włodzimierz SkibaWarning fix.
2006-03-14  Włodzimierz SkibaWarning fix.
2006-03-14  Robin DunnCan't use IsValidInsert from GtkAddHelper as it could...
2006-03-14  Robin DunnFix compilation error
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-14  Robin Dunnm_windowReserved was removed
2006-03-14  Vadim Zeitlinfixed centering of a TLW on a non-TLW parent
2006-03-14  Vadim Zeitlinadded GetScreenPosition/Rect() which always return...
2006-03-14  Jouk Jansen Committing in .
2006-03-14  Robin DunnSilence some warnings
2006-03-14  Robin DunnKeep wxSTC_LEX_ASP and _PHP available for now.
2006-03-14  Włodzimierz SkibawxComboBox with SmartphoneCE has different members...
2006-03-13  Julian SmartIf we processed a command event, return true, or we...
2006-03-13  Włodzimierz SkibaTRUE/FALSE source cleaning.
2006-03-13  Włodzimierz SkibaWarning fixes.
2006-03-12  Vadim Zeitlinfixed event generation for wxComboBox to be consistent...
2006-03-12  Vadim Zeitlinfixed event generation for wxChoice: it now sends one...
2006-03-12  Vadim Zeitlindon't send EVT_CHOICE events while the dropdown is...
2006-03-12  Vadim Zeitlinfixed printf format warnings for all platforms (previou...
2006-03-12  Vadim Zeitlindon't set cursor coords to (0, 0) which could be invali...
2006-03-12  Vadim Zeitlinnative implementation of wxDirDialog for wxCocoa (patch...
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlinuse %lu and not %d print format for size_t arguments
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-03-12  Vadim Zeitlinsupport underlined fonts (patch 1448089)
2006-03-12  Vadim Zeitlindon't require multimon.h any more now (patch 1446030...
2006-03-12  Vadim Zeitlinremove dead code from wxMatchWild (patch 1445809)
2006-03-12  Vadim Zeitlindon't require at least 8 bytes of sound data (patch...
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s.
2006-03-12  Włodzimierz SkibawxTinderbox build fix (!PCH support).
2006-03-12  Vadim ZeitlinGetNumberOfLines() now returns the number of physical...
2006-03-12  Vadim Zeitlinmore accurate best size calculation logic (use the...
2006-03-11  Vadim Zeitlindeal with the situation when a (dynamic) event handler...
2006-03-11  David Surovellminor cleanup
2006-03-11  Włodzimierz SkibaWXUNUSED is our coding standard.
2006-03-11  Julian SmartFix crash caused by last change
2006-03-11  Julian SmartApplied patch [ 1428990 ] wxUniv: patch for toolbar...
2006-03-11  Julian SmartApplied patch [ 1443707 ] kill "cast truncates constant...
2006-03-11  Julian SmartApplied patch [ 1435340 ] Add support of wxToggleButton...
2006-03-11  Julian SmartApplied [ 1425529 ] Tooltip was not removed on deletion
2006-03-11  Julian SmartApplied patch [ 1436761 ] wxGrid: Can't enable cell...
2006-03-11  Julian SmartApplied patch [ 1432449 ] wxXml API documentation
2006-03-11  Julian SmartApplied patch [ 1447184 ] Elimination of a warning...
2006-03-11  Julian SmartApplied patch [ 1447666 ] Fix obscure GTK wxListBox...
2006-03-10  Vadim Zeitlinmade DoListHitTest() more efficient (patch 1446848...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-10  Stefan Csomorpatch 1444066
2006-03-10  Stefan Csomorfixing RawBitmap access
2006-03-10  Stefan Csomornot needed anymore
2006-03-10  Robin DunnIncrease timeout in order to catch slower clicks
2006-03-10  Vadim Zeitlinsigned/unsigned comparison warning fixed
2006-03-10  Stefan Csomorfix for non precomp
2006-03-10  Stefan Csomoradding experimental font dialog version - hacking the...
2006-03-10  Stefan CsomorCodeWarrior fixes
2006-03-10  Stefan Csomornon mach-o fix
2006-03-10  Stefan Csomorusing new API (no visual difference)
2006-03-10  Stefan Csomoradded non mach version
2006-03-10  Stefan Csomorsupport for unicode font names
2006-03-10  Włodzimierz SkibaWarning fix.
2006-03-10  Włodzimierz SkibaAvoid unexpected negative array index (CID 41).
2006-03-10  Włodzimierz SkibawxTinderbox build fix.
2006-03-10  Włodzimierz SkibawxTinderbox warning fix.
2006-03-10  Robin DunnCompilation fix
next