]> git.saurik.com Git - wxWidgets.git/history - src
new wxTaskBarIcon implementation for GTK2
[wxWidgets.git] / src /
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Paul Cornettnon-pch build fix
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-08  Francesco Montorsido not deselect the item the user has just selected...
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Francesco Montorsirevert insert=>append change; only for wxELLIPSIZE_END...
2009-02-08  Stefan Csomorturning on icons for osx-cocoa
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2009-02-08  Francesco Montorsisplit wxControl::Ellipsize() in two functions for bette...
2009-02-08  Stefan Csomormenu fixes, also fixes #10479
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Stefan Csomoradding scroll wheel support
2009-02-08  Vadim Zeitlinonly do (c) and (C) translation in Unicode build
2009-02-08  Vadim Zeitlinuse bitmap mask if any in splash screen (closes #10470)
2009-02-07  Kevin OllivierImplement GetDashCount() for Carbon/Cocoa.
2009-02-07  Kevin OllivierAdd (currently unimplemented) missing wxRegion construc...
2009-02-07  Kevin OllivierAssert if these methods are triggered to alert the...
2009-02-07  Vadim Zeitlinfix (harmless for now) g++ warning about non-virtual...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Vadim Zeitlinrename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
2009-02-07  Stefan CsomorOSX currently doesn't expose an OnPaint anymore
2009-02-07  Francesco Montorsino real change: put event handlers together at the...
2009-02-07  Jaakko SalliEliminated two unneeded arguments from wxPropertyGrid...
2009-02-07  Jaakko SalliFixed and refactored wxPropertyGridManager decsription...
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-02-07  Jaakko SalliAdded workaround for a bug that causes splitters not...
2009-02-07  Stefan Csomorcorrect shortcuts on mac, fixes #10464
2009-02-06  Vadim Zeitlinremove incorrect cast of wxString to char* (unnecessary...
2009-02-06  Francesco Montorsimore user-friendly error message
2009-02-05  Francesco Montorsiadd code for debugging sizers/window sizes; it may...
2009-02-05  Francesco Montorsialways use wxSTAY_ON_TOP (closes #10447)
2009-02-05  Paul Cornettuse the right GdkWindow and origin for non-pizza widget...
2009-02-04  Vadim Zeitlinfix MSVC warning about implicit int to bool conversion
2009-02-04  Vadim ZeitlinPCH-less compilation fix
2009-02-04  Robert RoeblingUse gtk_range_set_value() to set scrollbar and do that...
2009-02-04  Vadim Zeitlinanother compilation fix to switch in DoYield()
2009-02-04  Francesco Montorsifix no-PCH builds for wxMac
2009-02-04  Robert RoeblingUse wxRound() instead of (int)(my_double + 0.5);
2009-02-04  Vadim Zeitlincompilation fixes to DoYield() after latest changes
2009-02-04  Francesco Montorsifix wxThreadEvent linking in shared builds
2009-02-04  Francesco Montorsiupdate to the latest version of the patch at #10320...
2009-02-04  Francesco Montorsifix the new wxThreadEvent class adopting the new type...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Francesco Montorsiin debug mode when clicking with the middle mouse butto...
2009-02-04  Jaakko SalliAdded proper COW to wxPGChoices, moved wxPGChoices...
2009-02-04  Francesco Montorsiadd standard wxBLUE_PEN for coherency with the colours...
2009-02-04  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2009-02-04  Vadim Zeitlincompilation fixes for wxMSW/Univ
2009-02-04  Paul Cornettrevert last commit, it re-introduces the first problem
2009-02-04  Paul Cornettfix bug introduced in last commit, contents not scrolli...
2009-02-03  Francesco MontorsiRe-add support for multiple text validator styles but
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-03  Robert RoeblingAdd space all around std buttons as per Apple HIG ...
2009-02-03  Robert RoeblingAlso report events from wxCollapsiblePane's label
2009-02-03  Robert RoeblingRemoved accidentally committed debug code
2009-02-02  Vadim Zeitlincompilation fix for template Connect()
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-02  Robert RoeblingInvalidate only the specified rectangle
2009-02-02  Robert RoeblingThe recent change to ::Refresh() (strangely) fails...
2009-02-01  Robert RoeblingMake wxCheckListBox call event.SetString() on all platf...
2009-02-01  Robert RoeblingThe check column needs more space
2009-02-01  Robert RoeblingEnable the correct code making sure that subwindows...
2009-02-01  Vadim Zeitlincorrect the tests for the window position to actually...
2009-02-01  Vadim Zeitlinposition the popup on the correct screen (see #10462)
2009-02-01  Vadim Zeitlincheck for m_parentMenu being NULL in IsChecked/Checked...
2009-02-01  Francesco Montorsifix a typo in comment
2009-02-01  Jaakko SalliUse wxToolBar::SetToolBitmapSize() to setup tool bitmap...
2009-02-01  Stefan Csomorfixing utf32 native conversion
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-02-01  Stefan Csomoradding explicit log.h include
2009-02-01  Paul Cornettfix drawing from Update() being overwritten, fixes...
2009-02-01  Stefan Csomoradding the GetEventHandler() indirection
2009-02-01  Stefan Csomoradding explicit log.h include
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-31  Vadim Zeitlinallow calling SetItemLabel() for menu items with NULL...
2009-01-31  Vadim Zeitlinlog error message in wxRmdir() for consistency with...
2009-01-31  Vadim Zeitlinattempt to fix DLL samples link with VC6 which has...
2009-01-31  Vadim Zeitlinallow calling SetItemLabel() for items not attached...
2009-01-31  Francesco Montorsiadd SetCharIncludes and SetCharExcludes utilities to...
2009-01-31  Vadim Zeitlinload ImageList_Copy() dynamically to allow wx apps...
2009-01-31  Vadim Zeitlincorrections after last commit, (see #10452 comment:6)
2009-01-31  Francesco Montorsigive better names to wxTextValidator::IsInCharIncludes...
2009-01-31  Vadim Zeitlinfix warnings about conversion between DWORD and pointer...
2009-01-31  Vadim Zeitlindefine MIIM_BITMAP &c in wx/msw/missing.h instead of...
2009-01-31  Robert RoeblingDisable wxSIZE_FORCE_EVENT and demonstrate its bug...
2009-01-31  Vadim Zeitlinuse margin width after updating it in OnMeasureItem...
2009-01-31  Vadim Zeitlindon't use built-in support for menu bitmaps if they...
2009-01-31  Vadim Zeitlinuse SetMenuItemInfo() to update the item label to avoid...
2009-01-31  Vadim Zeitlinno real changes, just remove unnecessary code; use...
2009-01-31  Vadim Zeitlindon't override the toolbar height with too small value
2009-01-31  Robert RoeblingFixes #10437 (wxDataObjectComposite::Add may add object...
2009-01-31  Robert RoeblingFixes #10432 (wxDataObjectComposite::GetAllFormats...
2009-01-31  Robert RoeblingCommit Hartwig's patch for DnD in wxDataViewCtrl
2009-01-31  Vadim Zeitlininclude errno.h to fix buildbot compilation
2009-01-31  Jaakko SalliFixed broken 'hidden categories' mode (aka. alphabetic...
2009-01-31  Václav Slavíkdon't include private headers from wx/unix/evtloop.h
2009-01-30  Robert RoeblingExplain reasoning behind using wxSIZE_FORCE_EVENT
2009-01-30  Robert RoeblingDon't call SetMinSize() on the pane as this prevents...
2009-01-30  Robert RoeblingRemove debug code
2009-01-30  Robert RoeblingReorganize wxCollapsiblePane event and layout code...
next