2009-02-28 |
Robert Roebling | Use gdk_window_invalidate instead of gtk_widget_queue_d... |
tree | commitdiff |
2009-02-28 |
Vadim Zeitlin | compilation fixes for ANSI mode build (closes #10518) |
tree | commitdiff |
2009-02-19 |
Paul Cornett | better fix for aCC and rawbmp.h |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for HP aCC, it can't compile rawbmp.h |
tree | commitdiff |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion |
tree | commitdiff |
2009-02-18 |
Paul Cornett | remove unused wxKeyEvent member m_scanCode |
tree | commitdiff |
2009-02-17 |
Paul Cornett | fix deferred show when SetSize() is called after SetCli... |
tree | commitdiff |
2009-02-16 |
Francesco Montorsi | don't consider EOF an unrecoverable error |
tree | commitdiff |
2009-02-16 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-02-16 |
Václav Slavík | fully reverted Francesco's removal of copying informati... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | revert previous commit - but don't include unneeded... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | use YieldFor() in wxTopLevelWindowGTK::RequestUserAtten... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | remove GTK_CHECK_VERSION checks for GTK versions < 2.4 |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
tree | commitdiff |
2009-02-12 |
Robert Roebling | Don't use native file/dir picker buttons when using... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-10 |
Paul Cornett | corrected build fix, new code does work with GTK+ ... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for GTK+ < 2.10 |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after latest changes |
tree | commitdiff |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2 |
tree | commitdiff |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-05 |
Paul Cornett | use the right GdkWindow and origin for non-pizza widget... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2009-02-04 |
Robert Roebling | Use gtk_range_set_value() to set scrollbar and do that... |
tree | commitdiff |
2009-02-04 |
Robert Roebling | Use wxRound() instead of (int)(my_double + 0.5); |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-04 |
Paul Cornett | revert last commit, it re-introduces the first problem |
tree | commitdiff |
2009-02-04 |
Paul Cornett | fix bug introduced in last commit, contents not scrolli... |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-02-03 |
Robert Roebling | Also report events from wxCollapsiblePane's label |
tree | commitdiff |
2009-02-02 |
Robert Roebling | Invalidate only the specified rectangle |
tree | commitdiff |
2009-02-02 |
Robert Roebling | The recent change to ::Refresh() (strangely) fails... |
tree | commitdiff |
2009-02-01 |
Robert Roebling | Make wxCheckListBox call event.SetString() on all platf... |
tree | commitdiff |
2009-02-01 |
Robert Roebling | The check column needs more space |
tree | commitdiff |
2009-02-01 |
Paul Cornett | simplify Refresh() and Update() |
tree | commitdiff |
2009-02-01 |
Paul Cornett | fix drawing from Update() being overwritten, fixes... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Reorganize wxCollapsiblePane event and layout code... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Give wxCollapsiblePane's pane a name for easier debugging |
tree | commitdiff |
2009-01-29 |
Robert Roebling | Store pointer to owning wxWindow in wxPizza widget |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | rename wxRendererNative::DrawRadioButton() to DrawOptio... |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Removed queuedResize code again as GTK+ does this inter... |
tree | commitdiff |
2009-01-26 |
Francesco Montorsi | suppress warning about unused win pointer when wxUSE_GR... |
tree | commitdiff |
2009-01-24 |
Francesco Montorsi | wxgtk_window_size_request_callback is not needed by... |
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 | 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 |
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 | Tried hard to get the selection/focus rectangle drawn... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Trying again to improve border type guessing |
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-21 |
Paul Cornett | don't use m_backing_window, it can't be drawn on |
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 |
Robert Roebling | Copy and paste error |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add wxDataFormat GetMatchingPair() which wxGTK and... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Give GTK specific (but public) methods a Gtk prefix |
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 |
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 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-18 |
Julian Smart | Workaround for GTK+ sensitivity bug |
tree | commitdiff |
2009-01-17 |
Robert Roebling | Fix scrolled window bug when reducing the virtual size... |
tree | commitdiff |
2009-01-13 |
Francesco Montorsi | check for wxInputStream::Read errors |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-12 |
Paul Cornett | use text cursor only when control is enabled, #10347 |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | do not return true when no data is read by the stream... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | use IsOk() instead of Ok(); fix crash when loading... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | guard against NULL parents |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | always remember to test IsOk() after using wxFileInputS... |
tree | commitdiff |
2009-01-08 |
Paul Cornett | revert slop from previous commit |
tree | commitdiff |
2009-01-08 |
Robert Roebling | use wxRound(x), not int(x+0.5) |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-08 |
Jouk Jansen | my previous commit patched the wrong file |
tree | commitdiff |
2009-01-08 |
Robert Roebling | Update allocation of all child widgets after scrolling |
tree | commitdiff |
2009-01-08 |
Jouk Jansen | Insert missing include file |
tree | commitdiff |
2009-01-08 |
Robert Roebling | Override mouse wheel scrolling steps from GTK and make... |
tree | commitdiff |
2009-01-07 |
Paul Cornett | build fix for GTK+ 2.12 and earlier |
tree | commitdiff |
2009-01-07 |
Paul Cornett | do minimal invalidations to get border to redraw properly |
tree | commitdiff |
2009-01-04 |
Paul Cornett | build fix for GTK+ versions prior to 2.14 |
tree | commitdiff |
2009-01-04 |
Paul Cornett | native implementation of DoGetPixel() |
tree | commitdiff |
2009-01-04 |
Paul Cornett | remove Rescale(), it is no longer used |
tree | commitdiff |
next |