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 |
2009-01-20 |
Vadim Zeitlin | make sure events are enabled in DoWait() before startin... |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Implement simple drag |
tree | commitdiff |
2009-01-20 |
Robert Roebling | FindNode() must return m_root for wxDataViewItem(0) |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Skeleton for generic Drag code |
tree | commitdiff |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-20 |
Paul Cornett | build fixes and cleanup |
tree | commitdiff |
2009-01-20 |
Kevin Ollivier | Restore fixes needed for wxRenderer functions to work... |
tree | commitdiff |
2009-01-20 |
Stefan Csomor | streamlining slider, scroller, spinbutton for osx carbo... |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Add event based Drop API |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Simplified event based Drag API for wxDataViewCtrl |
tree | commitdiff |
2009-01-19 |
Robert Roebling | New eventb based Drag interface for wxDataViewCtrl |
tree | commitdiff |
2009-01-19 |
Jouk Jansen | Update compile support for OpenVMS |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | no changes, just added a clarifying comment |
tree | commitdiff |
2009-01-19 |
Robert Roebling | Rename XxxxCol() -> XxxxColumn() and resolve inheritanc... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | use basetsd.h for non-MSVC compilers (including mingw32... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | compilation fix after NULL cast removal; also used... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | return true from HasPending() if we have at least 1... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | correct Id tags |
tree | commitdiff |
2009-01-19 |
Robert Roebling | Forgot DeleteChildren() |
tree | commitdiff |
2009-01-19 |
Robert Roebling | Move model notification code of tree store from the... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | fix OS/2 compilation of wxDoGetCwd() |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | use correct value for MTU - sizeof(TCP header) |
tree | commitdiff |
2009-01-18 |
Robin Dunn | destroy the abort dialog when done with it |
tree | commitdiff |
next |