2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Robert Roebling | Add wxDataFormat GetMatchingPair() which wxGTK and... |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Robert Roebling | Give GTK specific (but public) methods a Gtk prefix |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-03-01 |
Robert Roebling | Implemented wxURLDataObject for wxGTK using text/x... |
blob | commitdiff | raw | diff to current |
2007-11-03 |
Vadim Zeitlin | handle failure of gtk_drag_begin() (which can happen... |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Paul Cornett | remove redundant GTK_WIDGET casts |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Paul Cornett | Reorganize idle system code. |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw | diff to current |
2006-12-01 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2006-11-15 |
Robert Roebling | Check if DnD is started from a mouse event. |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Robert Roebling | Fix X server hang in DND. |
blob | commitdiff | raw | diff to current |
2006-09-19 |
Mart Raudsepp | Fix a few warnings that appear with -Wextra (unused... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | use (new) wxAcceleratorEntry::Create() instead of recen... |
blob | commitdiff | raw | diff to current |
2006-08-26 |
Paul Cornett | use "event" signal emission hook to install idle handle... |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Włodzimierz Skiba | Include wx/gdicmn.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Włodzimierz Skiba | Include wx/window.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Mart Raudsepp | gdk_window_get_size -> gdk_drawable_get_size |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | added semicolons after wxCHECK()s (part of patch 1450705) |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Vadim Zeitlin | moved wxapp_install_idle_handler and g_isIdle from... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Vadim Zeitlin | removed unused ifdef wxUSE_THREADS block (patch 1435521) |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_widget_set_usize -> gtk_widget_set_size_request |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Use g_signal* instead of deprecated gtk_signal*. Use... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Nuke GTK1 from src/gtk |
blob | commitdiff | raw | diff to current |
2005-09-28 |
Vadim Zeitlin | wxGTK1 compilation fix after last commit |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | fixed warnings about pointer to integer cast |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Replaced embedded images |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384) |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Robert Roebling | Applied DnD patch, adding a field for setting a defau... |
blob | commitdiff | raw | diff to current |
2005-01-16 |
Robert Roebling | Applied patch for correct feedback from DND |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Chris Elliott | lost log.h fixed |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Vadim Zeitlin | added a check which should prevent the crash of bug... |
blob | commitdiff | raw | diff to current |
2002-04-28 |
Vadim Zeitlin | changed DoDragDrop(bool) into DoDragDrop(int) and added... |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Robert Roebling | Applied thread wakeup patch. |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Robin Dunn | wxDragLink for wxGTK |
blob | commitdiff | raw | diff to current |
2001-08-03 |
Vadim Zeitlin | compilation error fixed |
blob | commitdiff | raw | diff to current |
2001-08-03 |
Vadim Zeitlin | failed attempt to change the default action for GTK... |
blob | commitdiff | raw | diff to current |
2001-03-16 |
Vadim Zeitlin | replaced wxLogDebugs with wxLogTrace in dnd code -... |
blob | commitdiff | raw | diff to current |
2000-11-24 |
Robert Roebling | Made dnd reentrent safe as per stable tree. |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Ove Kaaven | There's no gtk_widget_push_visual/pop_visual in gtk... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Robert Roebling | Added geometry.cpp and made it compile, |
blob | commitdiff | raw | diff to current |
1999-11-27 |
Robert Roebling | Correction to DnD code. |
blob | commitdiff | raw | diff to current |
1999-11-22 |
Robert Roebling | Include changes again. Something is wrong with CVS... |
blob | commitdiff | raw | diff to current |
1999-11-15 |
Robert Roebling | Added a few non-threads compile fixes, |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Vadim Zeitlin | wxFileDataObject supports GNOME file dnd now |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Robert Roebling | Fixed typos in frame and dialog, |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Robert Roebling | Window placement changes. Pure guessing. |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | many warnings fixed (from HP-UX compilation log) |
blob | commitdiff | raw | diff to current |
1999-11-01 |
Robert Roebling | Small doc updates. |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Ove Kaaven | Unicode fixes |
blob | commitdiff | raw | diff to current |
1999-10-25 |
Vadim Zeitlin | 1. small dnd compilation fixes (no attempt to make... |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Robert Roebling | Small distrib changes, |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Vadim Zeitlin | 1. wxDropTarget::OnData() returns wxDragResult now... |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Robert Roebling | Added wxDropSource::GiveFeedBack(). |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Robert Roebling | Compile fix for wxDataFormat cast, |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | minor change: disable debug messages flood from OnDragOver |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | OnEnter/OnDragOver API update (compiles, links, somewha... |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Robert Roebling | More DnD. |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Robert Roebling | Made wxGTK compile and link again. Broke wxMSW a... |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Robert Roebling | Further DnD changes. Untested. |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Robert Roebling | Changed two conflicting defines in defs.h |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Robert Roebling | New wxDataObject etc. Almost works. |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Vadim Zeitlin | 1. wxPostEvent added and documented |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Robert Roebling | Doc corrections, |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Robert Roebling | Small changed to wxExtDialog |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Robert Roebling | Small modifications to Vadims changes |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-05-04 |
Robert Roebling | Added window resize patch to wxFrame |
blob | commitdiff | raw | diff to current |
1999-04-29 |
Robert Roebling | controls sample tests a bit more |
blob | commitdiff | raw | diff to current |
1999-04-28 |
Robert Roebling | Added configure patch for DEC |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Robert Roebling | DnD with Unicode fixes |
blob | commitdiff | raw | diff to current |
1999-04-20 |
Robert Roebling | little doc updates |
blob | commitdiff | raw | diff to current |
1999-04-14 |
Ove Kaaven | These at least compiles in Unicode mode... |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Robert Roebling | Drag'n'Drop works in a basic form |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Robert Roebling | Drag works. |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Robert Roebling | wxDropTarget starts to work |
blob | commitdiff | raw | diff to current |
1999-04-06 |
Robert Roebling | Chnaged text id for clipboard to "text/plain" |
blob | commitdiff | raw | diff to current |
1999-04-06 |
Robert Roebling | Changed clipboard text format id from "STRING" to... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Robert Roebling | custom icons for DnD |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Julian Smart | Cured some Latex problems; fixed i declaration; fixed... |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Robert Roebling | New DnD and Clipboard code |
blob | commitdiff | raw | diff to current |
1999-01-15 |
Robert Roebling | DnD feedback |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Robert Roebling | Added wxPrivateDropTarget |
blob | commitdiff | raw | diff to current |
next |