2009-01-26 |
Vadim Zeitlin | include missing header (wx/msw/wrapcctl.h) for PCH... |
tree | commitdiff |
2009-01-25 |
Robert Roebling | Finally corrected drawing of wxListCtrl selection rect... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | Mac build fixes after latest change (closes #10433) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't change the combobox text when it's being resized... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | undo r58380 as it breaks tree control background repain... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | compilation fix for VC6 after last change; use wx namin... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | remove unused function and out of date comments (we... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | use GetBoundingRect() for the in place text control... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | corrections to size calculations for state images ... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | remove duplicated HitTest implementation from wxCheckLi... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | use correct item index for wxEVT_COMMAND_LISTBOX_DOUBLE... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | allow specifying the mask colour in wxImage::ConvertAlp... |
tree | commitdiff |
2009-01-25 |
Jaakko Salli | Added XRC handler for wxComboCtrl (closes #10151) |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | blind build fix for wxMac |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | skip mouse events we're not interested in (e.g. mouse... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't use the not always appropriate word "document... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | add wxDrawStateBitmap() (closes #10289) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | notify the timers outside of loop over m_timers to... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added support for wxCAL_SHOW_WEEK_NUMBERS to generic... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added (MSW-only) wxListCtrl::OnGetItemColumnAttr()... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | return NULL from GetVoidPtr() for NULL variants instead... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | merged libpng 1.2.34 into the trunk (see #10043) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | zero {host,serv}ent_data before passing it to the syste... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | convert COM arguments to wx lazily to improve performan... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't deprecate the entire wxDrawObject class, this... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | Change in wxWindow the access specifier of the wxEvtHan... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | allow using wxBG_STYLE_CUSTOM even with the native... |
tree | commitdiff |
2009-01-25 |
Stefan Csomor | adapting to name change in r58318 |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | implement wxChoicebook::SetWindowVariant() by forwardin... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | removed debugging wxPrintf() which not only had nothing... |
tree | commitdiff |
2009-01-25 |
Stefan Csomor | adapting to name change in r58318 |
tree | commitdiff |
2009-01-24 |
Stefan Csomor | bring in the definition of wxSizer, making non-precomp... |
tree | commitdiff |
2009-01-24 |
Vadim Zeitlin | take into account the controlling wxChoice size in... |
tree | commitdiff |
2009-01-24 |
Robert Roebling | Pseudo-sort MIME types (all application/xxx at the... |
tree | commitdiff |
2009-01-24 |
Vadim Zeitlin | minor fixes for custom controls support in wxFileDialog... |
tree | commitdiff |
2009-01-24 |
Francesco Montorsi | wxgtk_window_size_request_callback is not needed by... |
tree | commitdiff |
2009-01-24 |
Francesco Montorsi | do not export private symbols in wx shared libraries |
tree | commitdiff |
2009-01-24 |
Robert Roebling | Add comment explaining why we filter out application... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | add missing wxUSE_DRAG_AND_DROP checks |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Don't pretend to be a GtkTreeView where it isn't required |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Optical improvements under OS X |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Only use text/xxx, skip application/xxx in MIME database |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Correct conversion from text file to charset (which... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Don't attempt to convert non-ascii strings to filenames |
tree | commitdiff |
2009-01-23 |
Stefan Csomor | fixing some warnings |
tree | commitdiff |
2009-01-23 |
Stefan Csomor | fixing 64 bit compile |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Always use theme border for inner window under wxGTK |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Postpone size event from wxTLW resizing to idle |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Not calling _size_allocate() breaks a.o. the native... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | added (wxMSW-only) wxToolTip::SetMaxWidth() and improve... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Prevent surplus calls of _size_allocate() if no change |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Don't always show the vertical scrollbar |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Remove scrollbar spacing from client size |
tree | commitdiff |
2009-01-23 |
Robert Roebling | GTK+'s native controls usually have a bigger line height |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Restore keyboard navi |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Tried hard to get the selection/focus rectangle drawn... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Forgot this one |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Give some OSX specific methods OSX prefix, fixes hidden... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | wxDataViewCtrl fixes |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | fix wxEVT_SPIN_XXX definitions in a nicer (compatible... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Reorganized wxListCtrl's window layout (same as wxDataV... |
tree | commitdiff |
2009-01-22 |
Jaakko Salli | Add wxPropertyGridEditorEventForwarders into wxPendingD... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Trying again to improve border type guessing |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Don't extend last header column button, as the column... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | draw icon before text label in header (huh?) |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further header button details |
tree | commitdiff |
2009-01-22 |
Robert Roebling | typo |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further attempts at getting the header buttons right |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Use wxCONTROL_SPECIAL to denote first header button |
tree | commitdiff |
2009-01-22 |
Robert Roebling | The last button also looks different in the header... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | First and other header buttons look different |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Respect that GTK+ wants to have space between scrollbar... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Try to be smarter about querying the border witdh |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Override GetDefaultBorder, currently changes nothing |
tree | commitdiff |
2009-01-22 |
Francesco Montorsi | fix wxWindow::PushEventHandler and related wxWindow... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | tweak GetAppDir() to recognize more debug build directo... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add visual drag hint |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | use standard [Shift-]Ctrl-Z accelerators for wxID_REDO... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add drop hint |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Call SetDataSource() from OnEnter() so that querying... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | fix compilation (but not working) of the code in wxUSE_... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | fix compilation with wxUSE_SPIN{BTN,CTRL}==0 (closes... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | fix wxURI::GetUser() for URIs without password; added... |
tree | commitdiff |
2009-01-21 |
Paul Cornett | don't use m_backing_window, it can't be drawn on |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | allocate size for the extra controls in the file dialog... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | really fix compilation in !wxUSE_LOG_DIALOG case (still... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Reinitialise wxDataViewCustomRenderer's DC every time |
tree | commitdiff |
2009-01-21 |
Robert Roebling | iter = NULL in iter_n_children() means root |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | fix compilation in !wxUSE_LOG_DIALOG case (closes ... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Copy and paste error |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Implement simple Drop, doesn't work under wxMSW (?) |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add wxDataFormat GetMatchingPair() which wxGTK and... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | added wxStandardPaths::GetAppDocumentsDir() and use... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Compilation fix |
tree | commitdiff |
2009-01-21 |
Julian Smart | wxRTC now properly honours margin size |
tree | commitdiff |
2009-01-21 |
Julian Smart | Restore control focus after adaptation |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Give GTK specific (but public) methods a Gtk prefix |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | send destroy events for children before they're fully... |
tree | commitdiff |
next |