aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the calendar itemTed Gould2011-09-161-15/+46
|\
| * Freeing the new eventTed Gould2011-09-161-0/+3
| * Putting the new code as GTK3 onlyTed Gould2011-09-161-0/+5
| * Removing a bunch of debug messagesTed Gould2011-09-161-23/+2
| * Use get_origin instead of position and uncomment out our adjustmentsTed Gould2011-09-161-6/+4
| * Use the root position in the event instead of finding itTed Gould2011-09-161-4/+3
| * Clean up some debug and suchTed Gould2011-09-161-3/+3
| * ReformatingTed Gould2011-09-151-54/+52
| * A check pointTed Gould2011-09-151-1/+50
* | Putting the offscreen proxy in EXTRA_DIST if we're building GTK2 versionTed Gould2011-09-131-4/+8
* | Making the proxy GTK3 onlyTed Gould2011-09-132-7/+75
|\ \
| * | Only use the offscreen proxy stuff in GTK3Robert Carr2011-09-132-7/+75
* | | Increasing the number of warningsTed Gould2011-09-131-1/+2
|/ /
* | Ok I take it back we don't care about border. use custom css to set border-wi...Robert Carr2011-09-061-8/+26
* | Don't leak style context...Robert Carr2011-09-061-0/+2
* | Use GtkBorder in drawing backgroundRobert Carr2011-09-061-4/+8
* | Use gtk_render_backgroundRobert Carr2011-09-062-26/+16
* | Whoops copyright headersRobert Carr2011-09-022-1/+50
* | Implement an IdoOffscreenProxy object to work around GtkRange/Scale needing g...Robert Carr2011-09-024-14/+535
|/
* Commenting out boiler plate code that is causing a warningTed Gould2011-06-211-1/+1
* Avoid duplicate eventsTed Gould2011-06-211-6/+0
|\
| * fixed multiple signal issue which caused calendar jumps bug #768956Karl Lattimer2011-05-121-6/+0
* | use const not G_CONST_RETURNMichael Terry2011-06-202-4/+4
* | drop deprecated use of event_windowMichael Terry2011-06-011-5/+0
* | adjustments aren't widgetsMichael Terry2011-06-013-4/+4
* | fix build errors with gtk2Michael Terry2011-06-012-3/+50
* | fix various unused-variable warnings; not directly related to gtk3 work, but ...Michael Terry2011-06-014-20/+5
* | some further automake magic for dual versioningMichael Terry2011-06-011-1/+1
* | allow building either gtk2 or gtk3 versions; some deprecation cleanupsMichael Terry2011-06-013-14/+21
* | porting to gtk3, WIPKen VanDine2011-05-279-52/+52
|/
* Bug in closurekarl-qdh2011-03-151-6/+4
* minor fixeskarl-qdh2011-03-061-5/+8
* Merge with trunkkarl-qdh2011-03-063-2/+11
|\
| * Adding back lost APITed Gould2011-03-022-0/+9
| |\
| | * Added ido_calendar_menu_item_get_calendar back to prevent a ABI breakKen VanDine2011-02-242-0/+9
| * | compile fixMichael Terry2011-02-252-2/+2
* | | Added new API to the calendar menu item so we can change the selected day/date.karl-qdh2011-03-062-1/+57
|/ /
* | Added return if fails to public apikarl-qdh2011-02-251-2/+14
* | Gmf.karl-qdh2011-02-251-1/+1
* | Merging with trunkkarl-qdh2011-02-251-5/+5
|\|
| * Fixed missing semicolon. Also the code formatting was all messed up so I fixe...Cody Russell2011-02-241-5/+5
* | Added missing getter for calendar display optionskarl-qdh2011-02-252-0/+7
|/
* Added get_date, pretty critical functionkarl-qdh2011-02-232-1/+13
* Removed useless marshal includekarl-qdh2011-02-231-1/+0
* Fixed building of api changeskarl-qdh2011-02-231-6/+10
* Removed get_calendar, we don't want it and it's unnecessary to do thiskarl-qdh2011-02-222-9/+0
* Added month change signal too, slight cleanup of tabskarl-qdh2011-02-211-4/+21
* Added additional API for marking days and setting optionskarl-qdh2011-02-212-3/+31
* Remove IdoGestureManagerCody Russell2011-01-183-884/+1
* Listen to GtkMenuItem's 'toggle-size-allocate' signal to get the toggle size ...Cody Russell2010-10-071-1/+16