2010-12-31 |
Jaakko Salli | Try to better revert to the original string value in... |
tree | commitdiff |
2010-12-30 |
Vadim Zeitlin | Compilation fixes for wxUniversal/MSW. |
tree | commitdiff |
2010-12-30 |
Vadim Zeitlin | Don't crash on malformed HTML in wxHTML font tag handler. |
tree | commitdiff |
2010-12-29 |
Dimitri Schoolwerth | Tightened icon and cursor file detection heuristics. |
tree | commitdiff |
2010-12-28 |
Dimitri Schoolwerth | Added saving support to TGA image handler. |
tree | commitdiff |
2010-12-27 |
Jaakko Salli | No longer use semi-static IDs for wxPropertyGrid embedd... |
tree | commitdiff |
2010-12-27 |
Stefan Csomor | adding backtab to exception list |
tree | commitdiff |
2010-12-27 |
Stefan Csomor | make sure we always have a return value |
tree | commitdiff |
2010-12-26 |
Vadim Zeitlin | Increase wxStaticText height in wxMSW to align its... |
tree | commitdiff |
2010-12-25 |
Vadim Zeitlin | Compilation fix for wxMSW build without PCH. |
tree | commitdiff |
2010-12-25 |
Vadim Zeitlin | Make the margin between wxSpinCtrlGeneric sub-windows... |
tree | commitdiff |
2010-12-25 |
Vadim Zeitlin | Correct bug in the wxSpinCtrlGeneric sub-controls resizing. |
tree | commitdiff |
2010-12-23 |
Vadim Zeitlin | Correct Mac OX/iPhone check in libpng. |
tree | commitdiff |
2010-12-22 |
Jaakko Salli | Added wxPG_ACTION_EDIT, which allows specifying custom... |
tree | commitdiff |
2010-12-22 |
Vadim Zeitlin | Switch to GtkTooltip from deprecated GtkTooltips in... |
tree | commitdiff |
2010-12-22 |
Vadim Zeitlin | Really fix recently broken accelerators handling in... |
tree | commitdiff |
2010-12-22 |
Vadim Zeitlin | Implement proper wxCursor cloning in wxDFB. |
tree | commitdiff |
2010-12-22 |
Vadim Zeitlin | Compute print preview scale using real DPI values in... |
tree | commitdiff |
2010-12-22 |
Vadim Zeitlin | Use generic wxHyperlinkCtrl under Vista/7 without comtr... |
tree | commitdiff |
2010-12-21 |
Robert Roebling | Don't let anything, such as pressing F2, start editing... |
tree | commitdiff |
2010-12-21 |
Robert Roebling | model column and index of column in the dataview can... |
tree | commitdiff |
2010-12-21 |
Julian Smart | Fixed bad rendering with tabs by correcting the positio... |
tree | commitdiff |
2010-12-20 |
Robert Roebling | Correction to: Support diabling items in GTK+, see... |
tree | commitdiff |
2010-12-20 |
Jaakko Salli | Use locale-specific decimal point in wxNumericPropertyV... |
tree | commitdiff |
2010-12-20 |
Jaakko Salli | Added wxComboPopup::FindItem() to help in deciding... |
tree | commitdiff |
2010-12-20 |
Jouk Jansen | include compile support for tests on OpenVMS (part3) |
tree | commitdiff |
2010-12-19 |
Robert Roebling | Support diabling items in GTK+, see #12686: Allow disab... |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | Add the possibility to disable invisible wxDataViewCtrl... |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | Store menus titles in menus themselves in wxOSX. |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | No real changes, just get rid of _wxMenuAt() in wxOSX... |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | Fix initial gradient point calculation in wxOSX. |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | Preserve wxSlider value when changing its range in... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Make wxOwnerDrawnComboBox sorting identical to the... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Add wxComboBox-compatible Popup() and Dismiss() functio... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Mostly change the wxOwnerDrawnComboBox text value using... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Make the wxComboCtrl's wxTextEntry interface more compl... |
tree | commitdiff |
2010-12-17 |
Robin Dunn | Use a " " (space) for the menu item if an empty string... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Removed a return statement from void function |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Resolve ambiguity with wxOwnerDrawnComboBox::Clear... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | In wxBitmapComboBox dtor, call DoClear() instead of... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Override wxTextEntry::GetSelection(long *from, long... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Instead of having wxComboCtrl mimic wxTextEntry interfa... |
tree | commitdiff |
2010-12-15 |
Vadim Zeitlin | Initialize wxLogWindow::m_pLogFrame in ctor to avoid... |
tree | commitdiff |
2010-12-15 |
Vadim Zeitlin | Compilation fixes for wx{X11,GTK1,Motif} after making... |
tree | commitdiff |
2010-12-15 |
Vadim Zeitlin | Compilation fix for wxMotif PCH build. |
tree | commitdiff |
2010-12-15 |
Vadim Zeitlin | Don't pass strings not containing accelerators to Parse... |
tree | commitdiff |
2010-12-15 |
Jouk Jansen | Include compilation of tests for OpenVMS (part2) |
tree | commitdiff |
2010-12-15 |
Jouk Jansen | Include compilation of tests for OpenVMS (part1) |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Return false, not NULL, from a function returning bool. |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | No real changes, just add a cast to fix a warning. |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Make wxRefCounter non copyable. |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Fail in CloneGDIRefData() instead of implementing it... |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Don't use implicit wxBitmapRefData copy ctor in wxGTK... |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Fail instead of crashing in wxGTK wxCursor::CloneGDIRef... |
tree | commitdiff |
2010-12-13 |
Vadim Zeitlin | Preserve value when changing range of inverted wxSlider... |
tree | commitdiff |
2010-12-13 |
Jaakko Salli | Have wxPropertyGrid::DoubleToString() to also take... |
tree | commitdiff |
2010-12-11 |
Jaakko Salli | Added code to remove sign from zero in wxPropertyGrid... |
tree | commitdiff |
2010-12-11 |
Stefan Csomor | changing compositing mode for Clear, see #12756 |
tree | commitdiff |
2010-12-07 |
Stefan Csomor | adding support for layout coordinates via insets from... |
tree | commitdiff |
2010-12-07 |
Stefan Csomor | fixing redraw debugging |
tree | commitdiff |
2010-12-07 |
Stefan Csomor | updated comment was not saved in former commit |
tree | commitdiff |
2010-12-07 |
Stefan Csomor | reverting content area calculation for iphone as transl... |
tree | commitdiff |
2010-12-04 |
Stefan Csomor | fixing osx iphone build |
tree | commitdiff |
2010-12-04 |
Stefan Csomor | guarding compile |
tree | commitdiff |
2010-12-04 |
Stefan Csomor | adapting inheritance to other osx ports |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Rename wxGenericDirCtrl::ExpandDir() to PopulateNode(). |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Set the window in focus event sent by wxComboCtrl corre... |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Update AUI bitmaps when its colours change. |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | No changes, just clean up duplicate colour functions... |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Update the directory icon in wxGenericDirCtrl::ExpandDir(). |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | No changes, just clean up duplicate colour functions... |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Optimize pixels rotation in wxImage::Rotate90(). |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Don't require leading TAB in wxAcceleratorEntry::FromSt... |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Don't try to extract accelerators from menu items which... |
tree | commitdiff |
2010-11-30 |
Paul Cornett | merge libpng 1.4.4 to trunk |
tree | commitdiff |
2010-11-30 |
Jouk Jansen | Add mnemonics to wxGTK1 |
tree | commitdiff |
2010-11-30 |
Stefan Csomor | adding standard menu items for cocoa, adding translatio... |
tree | commitdiff |
2010-11-29 |
Stefan Csomor | adding defines to support building against 10.4u.SDK |
tree | commitdiff |
2010-11-28 |
Vadim Zeitlin | Don't compare invalid iterators in wxCommandProcessor... |
tree | commitdiff |
2010-11-27 |
Vadim Zeitlin | Fix the return value of wxSimpleHtmlListBox::Insert(). |
tree | commitdiff |
2010-11-26 |
Jaakko Salli | Fix 100% CPU usage on wxGTK caused by a recent change... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Update configure helper scripts to latest versions... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Small bug fixes for GetLibraryVersionInfo() changes. |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | No real changes, just remove unnecessary const workaround. |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Allow wxAutomationObject::GetInstance() create new... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | No real changes, just use ProgID term instead of incorr... |
tree | commitdiff |
2010-11-25 |
Vadim Zeitlin | Add wxVersionInfo and functions returning it for 3rd... |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Optimize wxImage::Rotate90() by rotating alpha separately. |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Add support for negatable command line switches. |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Rewind the input stream after failing to load image... |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Improve error messages from wxImage::LoadFile(). |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Skip mouse events outside of item area in wxDataViewCtrl. |
tree | commitdiff |
2010-11-23 |
Vadim Zeitlin | VC6 compilation fix: don't return void values. |
tree | commitdiff |
2010-11-23 |
Vadim Zeitlin | Simplify timezone-related code and fix some minor bugs... |
tree | commitdiff |
2010-11-23 |
Vadim Zeitlin | Center task dialog-based wxProgressDialog on the parent... |
tree | commitdiff |
2010-11-23 |
Vadim Zeitlin | Deselect all items in wxMSW wxListBox when selection... |
tree | commitdiff |
2010-11-22 |
Stefan Csomor | fixing 64 bit ranger error |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Initialize time zone information before using it in... |
tree | commitdiff |
2010-11-22 |
Jaakko Salli | Have wxPropertyGridEditorEventForwarder::ProcessEvent... |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Don't try to center task dialogs under Windows. |
tree | commitdiff |
next |